| 9 | var _ IBalanceController = (*imlBalanceController)(nil) |
| 10 | |
| 11 | type imlBalanceController struct { |
| 12 | module ai_balance.IBalanceModule `autowired:""` |
| 13 | } |
| 14 | |
| 15 | func (i *imlBalanceController) List(ctx *gin.Context, keyword string) ([]*ai_balance_dto.Item, error) { |
| 16 | return i.module.List(ctx, keyword) |
nothing calls this directly
no outgoing calls
no test coverage detected