generated from VLADIMIR/template
add pdf
This commit is contained in:
@@ -59,3 +59,7 @@ func (s *Server) GameStop(ctx context.Context, req *proto.GameStopReq) (*proto.G
|
||||
func (s *Server) GiveApplications(ctx context.Context, req *proto.GiveApplicationsReq) (*proto.GiveApplicationsRsp, error) {
|
||||
return s.services.GiveApplications(ctx, req)
|
||||
}
|
||||
|
||||
func (s *Server) DownloadTeamsQrCodesFile(ctx context.Context, req *proto.DownloadTeamsQrCodesFileReq) (*proto.DownloadTeamsQrCodesFileRsp, error) {
|
||||
return s.services.DownloadTeamsQrCodesFile(ctx, req)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user