MCPcopy Index your code
hub / github.com/cloudfoundry/garden / Wait

Method Wait

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

Source from the content-addressed store, hash-verified

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

Callers 10

container_test.goFile · 0.65
connection_test.goFile · 0.65
WaitMethod · 0.65
waitMethod · 0.65
mainFunction · 0.65
StopMethod · 0.65
server_test.goFile · 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