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

Method CreateTeam

controller/team_manager/iml.go:25–27  ·  view source on GitHub ↗
(ctx *gin.Context, team *team_dto.CreateTeam)

Source from the content-addressed store, hash-verified

23}
24
25func (c *imlTeamManagerController) CreateTeam(ctx *gin.Context, team *team_dto.CreateTeam) (*team_dto.Team, error) {
26 return c.module.Create(ctx, team)
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)

Callers

nothing calls this directly

Calls 1

CreateMethod · 0.65

Tested by

no test coverage detected