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

Method Get

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

Source from the content-addressed store, hash-verified

39}
40
41func (i *imlAPIKeyController) Get(ctx *gin.Context, id string) (*system_apikey_dto.APIKey, error) {
42 return i.apikeyModule.Get(ctx, id)
43}
44
45func (i *imlAPIKeyController) Search(ctx *gin.Context, keyword string) ([]*system_apikey_dto.Item, error) {
46 return i.apikeyModule.Search(ctx, keyword)

Callers

nothing calls this directly

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected