MCPcopy Create free account
hub / github.com/cloudfoundry/bosh-agent / dummyPlatform

Struct dummyPlatform

platform/dummy_platform.go:45–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43const EtcHostsFileName = "etc_hosts"
44
45type dummyPlatform struct {
46 collector boshstats.Collector
47 fs boshsys.FileSystem
48 cmdRunner boshsys.CmdRunner
49 compressor boshcmd.Compressor
50 copier boshcmd.Copier
51 dirProvider boshdirs.Provider
52 vitalsService boshvitals.Service
53 devicePathResolver boshdpresolv.DevicePathResolver
54 logger boshlog.Logger
55 certManager boshcert.Manager
56 auditLogger AuditLogger
57 logsTarProvider boshlogstarprovider.LogsTarProvider
58}
59
60func NewDummyPlatform(
61 collector boshstats.Collector,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected