generated from VLADIMIR/template
add graph
This commit is contained in:
@@ -63,3 +63,7 @@ func (s *Server) GiveApplications(ctx context.Context, req *proto.GiveApplicatio
|
||||
func (s *Server) DownloadTeamsQrCodesFile(ctx context.Context, req *proto.DownloadTeamsQrCodesFileReq) (*proto.DownloadTeamsQrCodesFileRsp, error) {
|
||||
return s.services.DownloadTeamsQrCodesFile(ctx, req)
|
||||
}
|
||||
|
||||
func (s *Server) GetGraph(ctx context.Context, req *proto.GetGraphReq) (*proto.GetGraphRsp, error) {
|
||||
return s.services.GetGraph(ctx, req)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user