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