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

Method Create

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

Source from the content-addressed store, hash-verified

10
11type IKeyController interface {
12 Create(ctx *gin.Context, providerId string, input *ai_key_dto.Create) error
13 Edit(ctx *gin.Context, providerId string, id string, input *ai_key_dto.Edit) error
14 Delete(ctx *gin.Context, providerId string, id string) error
15 Get(ctx *gin.Context, providerId string, id string) (*ai_key_dto.Key, error)

Callers 1

CreateMethod · 0.65

Implementers 1

imlAIKeyControllercontroller/ai-key/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected