(ctx context.Context, input *ai_balance_dto.Create)
| 13 | |
| 14 | type IBalanceModule interface { |
| 15 | Create(ctx context.Context, input *ai_balance_dto.Create) error |
| 16 | Sort(ctx context.Context, input *ai_balance_dto.Sort) error |
| 17 | List(ctx context.Context, keyword string) ([]*ai_balance_dto.Item, error) |
| 18 | Delete(ctx context.Context, id string) error |
no outgoing calls
no test coverage detected