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

Method ID

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

Source from the content-addressed store, hash-verified

190
191type Process interface {
192 ID() string
193 Wait() (int, error)
194 SetTTY(TTYSpec) error
195 Signal(Signal) error

Callers 5

container_test.goFile · 0.65
connection_test.goFile · 0.65
handleRunMethod · 0.65
handleAttachMethod · 0.65
streamProcessMethod · 0.65

Implementers 2

FakeProcessgardenfakes/fake_process.go
processclient/connection/process.go

Calls

no outgoing calls

Tested by

no test coverage detected