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

Struct imlTeamController

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

Source from the content-addressed store, hash-verified

11)
12
13type imlTeamController struct {
14 module my_team.ITeamModule `autowired:""`
15}
16
17func (c *imlTeamController) SimpleTeams(ctx *gin.Context, keyword string) ([]*team_dto.SimpleTeam, error) {
18 return c.module.SimpleTeams(ctx, keyword)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected