(ctx *gin.Context, serviceId string, appId string)
| 17 | SimpleList(ctx *gin.Context) ([]*system_apikey_dto.SimpleItem, error) |
| 18 | MyAPIKeys(ctx *gin.Context) ([]*system_apikey_dto.SimpleItem, error) |
| 19 | MyAPIKeysByService(ctx *gin.Context, serviceId string, appId string) ([]*system_apikey_dto.AuthorizationItem, error) |
| 20 | } |
| 21 | |
| 22 | func init() { |
no outgoing calls
no test coverage detected