generated from VLADIMIR/template
clear
This commit is contained in:
@@ -40,10 +40,6 @@ func (s *Server) GetTeam(ctx context.Context, req *proto.GetTeamReq) (*proto.Get
|
||||
return s.services.GetTeam(ctx, req)
|
||||
}
|
||||
|
||||
func (s *Server) DeleteTeams(ctx context.Context, req *proto.DeleteTeamsReq) (*proto.DeleteTeamsRsp, error) {
|
||||
return s.services.DeleteTeams(ctx, req)
|
||||
}
|
||||
|
||||
func (s *Server) AddAction(ctx context.Context, req *proto.AddActionReq) (*proto.AddActionRsp, error) {
|
||||
return s.services.AddAction(ctx, req)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user