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

Method Search

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

Source from the content-addressed store, hash-verified

43}
44
45func (i *imlAPIKeyController) Search(ctx *gin.Context, keyword string) ([]*system_apikey_dto.Item, error) {
46 return i.apikeyModule.Search(ctx, keyword)
47}
48
49func (i *imlAPIKeyController) SimpleList(ctx *gin.Context) ([]*system_apikey_dto.SimpleItem, error) {
50 return i.apikeyModule.SimpleList(ctx)

Callers

nothing calls this directly

Calls 1

SearchMethod · 0.65

Tested by

no test coverage detected