Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IO ¶
type IO struct {
Stream *Stream
}
IO implements an io.ReadWriter that forwards everything to the stream
type Log ¶
type Log struct {
Stream grpc.ServerStream
}
Log implements an io.Writer that proxies logs over a gRPC stream
type Stream ¶
type Stream struct { streamsv1.Streaming_NewStreamServer ErrChan chan<- error // contains filtered or unexported fields }
Stream is a bidirectional stream for container IO
func (*Stream) CloseWithError ¶
CloseWithError sends the result of an action to the errChan or nil if no erros
Click to show internal directories.
Click to hide internal directories.