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

Method Create

controller/ai-key/iml.go:26–28  ·  view source on GitHub ↗
(ctx *gin.Context, providerId string, input *ai_key_dto.Create)

Source from the content-addressed store, hash-verified

24}
25
26func (i *imlAIKeyController) Create(ctx *gin.Context, providerId string, input *ai_key_dto.Create) error {
27 return i.module.Create(ctx, providerId, input)
28}
29
30func (i *imlAIKeyController) Edit(ctx *gin.Context, providerId string, id string, input *ai_key_dto.Edit) error {
31 return i.module.Edit(ctx, providerId, id, input)

Callers

nothing calls this directly

Calls 1

CreateMethod · 0.65

Tested by

no test coverage detected