(ctx *gin.Context, input *ai_balance_dto.Create)
| 12 | List(ctx *gin.Context, keyword string) ([]*ai_balance_dto.Item, error) |
| 13 | Sort(ctx *gin.Context, input *ai_balance_dto.Sort) error |
| 14 | Create(ctx *gin.Context, input *ai_balance_dto.Create) error |
| 15 | Delete(ctx *gin.Context, id string) error |
| 16 | } |
| 17 |
no outgoing calls
no test coverage detected