Search 搜索团队
(ctx context.Context, keyword string)
| 14 | GetTeam(ctx context.Context, id string) (*team_dto.Team, error) |
| 15 | // Search 搜索团队 |
| 16 | Search(ctx context.Context, keyword string) ([]*team_dto.Item, error) |
| 17 | // Edit 编辑团队 |
| 18 | Edit(ctx context.Context, id string, input *team_dto.EditTeam) (*team_dto.Team, error) |
| 19 | // MySimpleTeams 简易搜索团队 |
no outgoing calls
no test coverage detected