| 34 | } |
| 35 | |
| 36 | type CloudControllerBuildpackBitsRepository struct { |
| 37 | config coreconfig.Reader |
| 38 | gateway net.Gateway |
| 39 | zipper appfiles.Zipper |
| 40 | TrustedCerts []tls.Certificate |
| 41 | } |
| 42 | |
| 43 | func NewCloudControllerBuildpackBitsRepository(config coreconfig.Reader, gateway net.Gateway, zipper appfiles.Zipper) (repo CloudControllerBuildpackBitsRepository) { |
| 44 | repo.config = config |
nothing calls this directly
no outgoing calls
no test coverage detected