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

Struct imlAPIKeyController

controller/system-apikey/iml.go:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9var _ IAPIKeyController = new(imlAPIKeyController)
10
11type imlAPIKeyController struct {
12 apikeyModule system_apikey.IAPIKeyModule `autowired:""`
13}
14
15func (i *imlAPIKeyController) MyAPIKeysByService(ctx *gin.Context, serviceId string, appId string) ([]*system_apikey_dto.AuthorizationItem, error) {
16 if serviceId != "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected