| 29 | } |
| 30 | |
| 31 | type CloudControllerSpaceQuotaRepository struct { |
| 32 | config coreconfig.Reader |
| 33 | gateway net.Gateway |
| 34 | } |
| 35 | |
| 36 | func NewCloudControllerSpaceQuotaRepository(config coreconfig.Reader, gateway net.Gateway) (repo CloudControllerSpaceQuotaRepository) { |
| 37 | repo.config = config |
nothing calls this directly
no outgoing calls
no test coverage detected