| 23 | } |
| 24 | |
| 25 | type CloudControllerServiceKeyRepository struct { |
| 26 | config coreconfig.Reader |
| 27 | gateway net.Gateway |
| 28 | } |
| 29 | |
| 30 | func NewCloudControllerServiceKeyRepository(config coreconfig.Reader, gateway net.Gateway) (repo CloudControllerServiceKeyRepository) { |
| 31 | return CloudControllerServiceKeyRepository{ |
nothing calls this directly
no outgoing calls
no test coverage detected