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

Interface Process

container.go:191–196  ·  view source on GitHub ↗

go:generate counterfeiter . Process

Source from the content-addressed store, hash-verified

189//go:generate counterfeiter . Process
190
191type Process interface {
192 ID() string
193 Wait() (int, error)
194 SetTTY(TTYSpec) error
195 Signal(Signal) error
196}
197
198type Signal int
199

Callers 21

container_test.goFile · 0.65
connection_test.goFile · 0.65
handleRunMethod · 0.65
handleAttachMethod · 0.65
streamProcessMethod · 0.65
container_test.goFile · 0.65
connection_test.goFile · 0.65
WaitMethod · 0.65
waitMethod · 0.65
mainFunction · 0.65
StopMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected