Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
type
Script
interface
{
20
Tag() string
21
Path() string
22
23
Exists() bool
24
Run() error
Callers
8
concrete_job_script_provider_test.go
File · 0.65
Run
Method · 0.65
parallel_script_test.go
File · 0.65
generic_script_test.go
File · 0.65
concrete_script_test.go
File · 0.65
BuildCommand
Function · 0.65
BuildCommand
Function · 0.65
run_errand_test.go
File · 0.65
Implementers
5
ParallelScript
agent/script/parallel_script.go
GenericScript
agent/script/generic_script.go
ConcreteScript
agent/script/drain/concrete_script.go
FakeScript
agent/script/scriptfakes/fake_script.g
FakeCancellableScript
agent/script/scriptfakes/fake_cancella
Calls
no outgoing calls
Tested by
no test coverage detected