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

Method Create

controller/system-apikey/iml.go:29–31  ·  view source on GitHub ↗
(ctx *gin.Context, input *system_apikey_dto.Create)

Source from the content-addressed store, hash-verified

27}
28
29func (i *imlAPIKeyController) Create(ctx *gin.Context, input *system_apikey_dto.Create) error {
30 return i.apikeyModule.Create(ctx, input)
31}
32
33func (i *imlAPIKeyController) Update(ctx *gin.Context, id string, input *system_apikey_dto.Update) error {
34 return i.apikeyModule.Update(ctx, id, input)

Callers

nothing calls this directly

Calls 1

CreateMethod · 0.65

Tested by

no test coverage detected