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

Struct GenericScript

agent/script/generic_script.go:17–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type GenericScript struct {
18 fs boshsys.FileSystem
19 runner boshsys.CmdRunner
20
21 tag string
22 path string
23
24 stdoutLogPath string
25 stderrLogPath string
26
27 env map[string]string
28}
29
30func NewScript(
31 fs boshsys.FileSystem,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected