(ctx *gin.Context, id string)
| 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 | |
| 18 | func init() { |
no outgoing calls
no test coverage detected