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

Method GetTeam

controller/my_team/iml.go:25–27  ·  view source on GitHub ↗
(ctx *gin.Context, id string)

Source from the content-addressed store, hash-verified

23}
24
25func (c *imlTeamController) GetTeam(ctx *gin.Context, id string) (*team_dto.Team, error) {
26 return c.module.GetTeam(ctx, id)
27}
28
29func (c *imlTeamController) Search(ctx *gin.Context, keyword string) ([]*team_dto.Item, error) {
30

Callers

nothing calls this directly

Calls 1

GetTeamMethod · 0.65

Tested by

no test coverage detected