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

Method Create

controller/ai-balance/iml.go:23–25  ·  view source on GitHub ↗
(ctx *gin.Context, input *ai_balance_dto.Create)

Source from the content-addressed store, hash-verified

21}
22
23func (i *imlBalanceController) Create(ctx *gin.Context, input *ai_balance_dto.Create) error {
24 return i.module.Create(ctx, input)
25}
26
27func (i *imlBalanceController) Delete(ctx *gin.Context, id string) error {
28 return i.module.Delete(ctx, id)

Callers

nothing calls this directly

Calls 1

CreateMethod · 0.65

Tested by

no test coverage detected