MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / EditTeam

Method EditTeam

controller/my_team/iml.go:34–36  ·  view source on GitHub ↗
(ctx *gin.Context, id string, team *team_dto.EditTeam)

Source from the content-addressed store, hash-verified

32}
33
34func (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
38func (c *imlTeamController) MySimpleTeams(ctx *gin.Context, keyword string) ([]*team_dto.SimpleTeam, error) {
39 return c.module.MySimpleTeams(ctx, keyword)

Callers

nothing calls this directly

Calls 1

EditMethod · 0.65

Tested by

no test coverage detected