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

Method EditTeam

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

Source from the content-addressed store, hash-verified

27}
28
29func (c *imlTeamManagerController) EditTeam(ctx *gin.Context, id string, team *team_dto.EditTeam) (*team_dto.Team, error) {
30 return c.module.Edit(ctx, id, team)
31}
32
33func (c *imlTeamManagerController) DeleteTeam(ctx *gin.Context, id string) (string, error) {
34 err := c.module.Delete(ctx, id)

Callers

nothing calls this directly

Calls 1

EditMethod · 0.65

Tested by

no test coverage detected