MCPcopy Create free account
hub / github.com/cloudfoundry/garden / Handle

Method Handle

container.go:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10type Container interface {
11 Handle() string
12
13 // Stop stops a container.
14 //

Callers 15

container_test.goFile · 0.65
client_test.goFile · 0.65
reapContainerMethod · 0.65
handleCreateMethod · 0.65
handleListMethod · 0.65
handleStopMethod · 0.65
handleStreamInMethod · 0.65
handleStreamOutMethod · 0.65

Implementers 2

FakeContainergardenfakes/fake_container.go
containerclient/container.go

Calls

no outgoing calls

Tested by

no test coverage detected