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

Method Delete

controller/system-apikey/apikey.go:14–14  ·  view source on GitHub ↗
(ctx *gin.Context, id string)

Source from the content-addressed store, hash-verified

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)
16 Search(ctx *gin.Context, keyword string) ([]*system_apikey_dto.Item, error)
17 SimpleList(ctx *gin.Context) ([]*system_apikey_dto.SimpleItem, error)

Callers 2

DeleteMethod · 0.65
publishMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected