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

Struct stream

server/streamer/streamer.go:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29type stream struct {
30 stdout chan []byte
31 stderr chan []byte
32 done chan struct{}
33}
34
35func newStream(stdout, stderr chan []byte) *stream {
36 return &stream{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected