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

Struct RunScriptAction

agent/action/run_script.go:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17type RunScriptAction struct {
18 scriptProvider boshscript.JobScriptProvider
19 specService boshas.V1Service
20
21 logTag string
22 logger boshlog.Logger
23}
24
25func NewRunScript(
26 scriptProvider boshscript.JobScriptProvider,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected