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