MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / DeleteTeam

Method DeleteTeam

controller/team_manager/iml.go:33–39  ·  view source on GitHub ↗
(ctx *gin.Context, id string)

Source from the content-addressed store, hash-verified

31}
32
33func (c *imlTeamManagerController) DeleteTeam(ctx *gin.Context, id string) (string, error) {
34 err := c.module.Delete(ctx, id)
35 if err != nil {
36 return "", err
37 }
38 return id, nil
39}

Callers

nothing calls this directly

Calls 1

DeleteMethod · 0.65

Tested by

no test coverage detected