MCPcopy Index your code
hub / github.com/cloudfoundry/bosh-agent / ParallelScript

Struct ParallelScript

agent/script/parallel_script.go:10–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type ParallelScript struct {
11 name string
12 allScripts []Script
13
14 logTag string
15 logger boshlog.Logger
16}
17
18type scriptResult struct {
19 Script Script

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected