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

Struct streamHandler

client/connection/stream_handler.go:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type streamHandler struct {
14 log lager.Logger
15 wg *sync.WaitGroup
16 stdoutMutex sync.Mutex
17 stderrMutex sync.Mutex
18}
19
20func newStreamHandler(log lager.Logger) *streamHandler {
21 return &streamHandler{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected