generated from VLADIMIR/template
clear
This commit is contained in:
@@ -71,10 +71,6 @@ func (s *Services) AddAction(ctx context.Context, req *proto.AddActionReq) (*pro
|
||||
return &proto.AddActionRsp{}, nil
|
||||
}
|
||||
|
||||
func (s *Services) DeleteTeams(ctx context.Context, req *proto.DeleteTeamsReq) (*proto.DeleteTeamsRsp, error) {
|
||||
panic("unimplemented")
|
||||
}
|
||||
|
||||
func (s *Services) GetTeam(ctx context.Context, req *proto.GetTeamReq) (*proto.GetTeamRsp, error) {
|
||||
team, err := s.getTeam(ctx)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user