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