| 13 | var _ IRouterController = (*imlAPIController)(nil) |
| 14 | |
| 15 | type imlAPIController struct { |
| 16 | module router.IRouterModule `autowired:""` |
| 17 | } |
| 18 | |
| 19 | func (i *imlAPIController) Simple(ctx *gin.Context, input *router_dto.InputSimpleAPI) ([]*router_dto.SimpleItem, error) { |
| 20 | return i.module.SimpleAPIs(ctx, input) |
nothing calls this directly
no outgoing calls
no test coverage detected