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

Struct process

client/connection/process.go:9–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type process struct {
10 id string
11
12 processInputStream *processStream
13 done bool
14 exitStatus int
15 exitErr error
16 doneL *sync.Cond
17}
18
19func newProcess(id string, processInputStream *processStream) *process {
20 return &process{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected