Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/bosh-agent
/ CancellableScript
Interface
CancellableScript
agent/script/script_interface.go:29–32 ·
view source on GitHub ↗
counterfeiter:generate . CancellableScript
Source
from the content-addressed store, hash-verified
27
//counterfeiter:generate . CancellableScript
28
29
type
CancellableScript
interface
{
30
Script
31
Cancel() error
32
}
Callers
3
Cancel
Method · 0.65
parallel_script_test.go
File · 0.65
concrete_script_test.go
File · 0.65
Implementers
15
ParallelScript
agent/script/parallel_script.go
ConcreteScript
agent/script/drain/concrete_script.go
FakeCancellableScript
agent/script/scriptfakes/fake_cancella
Task
agent/task/task.go
FetchLogsWithSignedURLAction
agent/action/fetch_logs_with_signed_ur
RunScriptAction
agent/action/run_script.go
SyncDNSWithSignedURL
agent/action/sync_dns_with_signed_url.
RunErrandAction
agent/action/run_errand.go
StopAction
agent/action/stop.go
StartAction
agent/action/start.go
SyncDNS
agent/action/sync_dns.go
RemoveFileAction
agent/action/remove_file.go
Calls
no outgoing calls
Tested by
no test coverage detected