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