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