(serviceKeyGUID string)
| 18 | type ServiceKeyRepository interface { |
| 19 | CreateServiceKey(serviceKeyGUID string, keyName string, params map[string]interface{}) error |
| 20 | ListServiceKeys(serviceKeyGUID string) ([]models.ServiceKey, error) |
| 21 | GetServiceKey(serviceKeyGUID string, keyName string) (models.ServiceKey, error) |
| 22 | DeleteServiceKey(serviceKeyGUID string) error |
| 23 | } |
no outgoing calls
no test coverage detected