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

Struct processStream

client/connection/process_stream.go:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type processStream struct {
12 processID string
13 conn net.Conn
14
15 sync.Mutex
16}
17
18func (s *processStream) Write(data []byte) (int, error) {
19 d := string(data)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected