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

Method GetTeam

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

Source from the content-addressed store, hash-verified

15}
16
17func (c *imlTeamManagerController) GetTeam(ctx *gin.Context, id string) (*team_dto.Team, error) {
18 return c.module.GetTeam(ctx, id)
19}
20
21func (c *imlTeamManagerController) Search(ctx *gin.Context, keyword string) ([]*team_dto.Item, error) {
22 return c.module.Search(ctx, keyword)

Callers

nothing calls this directly

Calls 1

GetTeamMethod · 0.65

Tested by

no test coverage detected