| 11 | ) |
| 12 | |
| 13 | type imlTeamManagerController struct { |
| 14 | module team.ITeamModule `autowired:""` |
| 15 | } |
| 16 | |
| 17 | func (c *imlTeamManagerController) GetTeam(ctx *gin.Context, id string) (*team_dto.Team, error) { |
| 18 | return c.module.GetTeam(ctx, id) |
nothing calls this directly
no outgoing calls
no test coverage detected