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