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

Struct container

client/container.go:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type container struct {
12 handle string
13
14 connection connection.Connection
15}
16
17func newContainer(handle string, connection connection.Connection) garden.Container {
18 return &container{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected