Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/APIParkLab/APIPark
/ SimpleList
Method
SimpleList
controller/system-apikey/iml.go:49–51 ·
view source on GitHub ↗
(ctx *gin.Context)
Source
from the content-addressed store, hash-verified
47
}
48
49
func
(i *imlAPIKeyController) SimpleList(ctx *gin.Context) ([]*system_apikey_dto.SimpleItem, error) {
50
return
i.apikeyModule.SimpleList(ctx)
51
}
Callers
nothing calls this directly
Calls
1
SimpleList
Method · 0.65
Tested by
no test coverage detected