(serviceKeyGUID string)
| 20 | ListServiceKeys(serviceKeyGUID string) ([]models.ServiceKey, error) |
| 21 | GetServiceKey(serviceKeyGUID string, keyName string) (models.ServiceKey, error) |
| 22 | DeleteServiceKey(serviceKeyGUID string) error |
| 23 | } |
| 24 | |
| 25 | type CloudControllerServiceKeyRepository struct { |
no outgoing calls
no test coverage detected