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

Struct WindowsPlatform

platform/windows_platform.go:53–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53type WindowsPlatform struct {
54 collector boshstats.Collector
55 fs boshsys.FileSystem
56 cmdRunner boshsys.CmdRunner
57 compressor boshcmd.Compressor
58 copier boshcmd.Copier
59 dirProvider boshdirs.Provider
60 vitalsService boshvitals.Service
61 netManager boshnet.Manager
62 devicePathResolver boshdpresolv.DevicePathResolver
63 options Options
64 certManager boshcert.Manager
65 defaultNetworkResolver boshsettings.DefaultNetworkResolver
66 auditLogger AuditLogger
67 uuidGenerator boshuuid.Generator
68 diskManager WindowsDiskManager
69 logger boshlog.Logger
70 logsTarProvider boshlogstarprovider.LogsTarProvider
71}
72
73func NewWindowsPlatform(
74 collector boshstats.Collector,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected