| 11 | ) |
| 12 | |
| 13 | type imlTeamController struct { |
| 14 | module my_team.ITeamModule `autowired:""` |
| 15 | } |
| 16 | |
| 17 | func (c *imlTeamController) SimpleTeams(ctx *gin.Context, keyword string) ([]*team_dto.SimpleTeam, error) { |
| 18 | return c.module.SimpleTeams(ctx, keyword) |
nothing calls this directly
no outgoing calls
no test coverage detected