MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / Create

Method Create

module/ai-balance/module.go:15–15  ·  view source on GitHub ↗
(ctx context.Context, input *ai_balance_dto.Create)

Source from the content-addressed store, hash-verified

13
14type 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

Callers 1

CreateMethod · 0.65

Implementers 1

imlBalanceModulemodule/ai-balance/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected