This commit is contained in:
2025-05-19 04:03:43 +07:00
parent 4b44bad1c0
commit e7dfcd8b4d
7 changed files with 155 additions and 415 deletions
-4
View File
@@ -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 {