Method
EditTeam
(ctx *gin.Context, id string, team *team_dto.EditTeam)
Source from the content-addressed store, hash-verified
| 32 | } |
| 33 | |
| 34 | func (c *imlTeamController) EditTeam(ctx *gin.Context, id string, team *team_dto.EditTeam) (*team_dto.Team, error) { |
| 35 | return c.module.Edit(ctx, id, team) |
| 36 | } |
| 37 | |
| 38 | func (c *imlTeamController) MySimpleTeams(ctx *gin.Context, keyword string) ([]*team_dto.SimpleTeam, error) { |
| 39 | return c.module.MySimpleTeams(ctx, keyword) |
Callers
nothing calls this directly
Tested by
no test coverage detected