MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / imlBalanceController

Struct imlBalanceController

controller/ai-balance/iml.go:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected