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

Struct imlTeamManagerController

controller/team_manager/iml.go:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type imlTeamManagerController struct {
14 module team.ITeamModule `autowired:""`
15}
16
17func (c *imlTeamManagerController) GetTeam(ctx *gin.Context, id string) (*team_dto.Team, error) {
18 return c.module.GetTeam(ctx, id)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected