MCPcopy 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
29type CancellableScript interface {
30 Script
31 Cancel() error
32}

Callers 3

CancelMethod · 0.65

Implementers 15

ParallelScriptagent/script/parallel_script.go
ConcreteScriptagent/script/drain/concrete_script.go
FakeCancellableScriptagent/script/scriptfakes/fake_cancella
Taskagent/task/task.go
FetchLogsWithSignedURLActionagent/action/fetch_logs_with_signed_ur
RunScriptActionagent/action/run_script.go
SyncDNSWithSignedURLagent/action/sync_dns_with_signed_url.
RunErrandActionagent/action/run_errand.go
StopActionagent/action/stop.go
StartActionagent/action/start.go
SyncDNSagent/action/sync_dns.go
RemoveFileActionagent/action/remove_file.go

Calls

no outgoing calls

Tested by

no test coverage detected