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

Struct ProcessIO

container.go:183–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183type ProcessIO struct {
184 Stdin io.Reader
185 Stdout io.Writer
186 Stderr io.Writer
187}
188
189//go:generate counterfeiter . Process
190

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected