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

Method Path

agent/script/script_interface.go:21–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19type Script interface {
20 Tag() string
21 Path() string
22
23 Exists() bool
24 Run() error

Callers 8

RunMethod · 0.65
BuildCommandFunction · 0.65
BuildCommandFunction · 0.65
run_errand_test.goFile · 0.65

Implementers 5

ParallelScriptagent/script/parallel_script.go
GenericScriptagent/script/generic_script.go
ConcreteScriptagent/script/drain/concrete_script.go
FakeScriptagent/script/scriptfakes/fake_script.g
FakeCancellableScriptagent/script/scriptfakes/fake_cancella

Calls

no outgoing calls

Tested by

no test coverage detected