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

Method Create

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

Source from the content-addressed store, hash-verified

10
11type IAPIKeyController interface {
12 Create(ctx *gin.Context, input *system_apikey_dto.Create) error
13 Update(ctx *gin.Context, id string, input *system_apikey_dto.Update) error
14 Delete(ctx *gin.Context, id string) error
15 Get(ctx *gin.Context, id string) (*system_apikey_dto.APIKey, error)

Callers 8

CreateMethod · 0.65
importTeamsMethod · 0.65
importServicesMethod · 0.65
importApisMethod · 0.65
importCataloguesMethod · 0.65
publishMethod · 0.65
OnInitMethod · 0.65
createAIServiceMethod · 0.65

Implementers 2

imlAPIKeyModulemodule/system-apikey/iml.go
imlAPIKeyControllercontroller/system-apikey/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected