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

Method Delete

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

Source from the content-addressed store, hash-verified

35}
36
37func (i *imlAPIKeyController) Delete(ctx *gin.Context, id string) error {
38 return i.apikeyModule.Delete(ctx, id)
39}
40
41func (i *imlAPIKeyController) Get(ctx *gin.Context, id string) (*system_apikey_dto.APIKey, error) {
42 return i.apikeyModule.Get(ctx, id)

Callers

nothing calls this directly

Calls 1

DeleteMethod · 0.65

Tested by

no test coverage detected