Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MultiplexedStream ¶
func NewMultiplexedStream ¶
func (*MultiplexedStream) Done ¶
func (m *MultiplexedStream) Done() <-chan struct{}
func (*MultiplexedStream) Stderr ¶
func (m *MultiplexedStream) Stderr() <-chan []byte
func (*MultiplexedStream) Stdout ¶
func (m *MultiplexedStream) Stdout() <-chan []byte
func (*MultiplexedStream) SystemError ¶
func (m *MultiplexedStream) SystemError() <-chan []byte
type StreamType ¶
type StreamType int
const ( StreamTypeStdin StreamType = 0 StreamTypeStdout StreamType = 1 StreamTypeStderr StreamType = 2 StreamTypeSystemError StreamType = 3 )
func (StreamType) IsValid ¶
func (s StreamType) IsValid() bool
func (StreamType) Name ¶
func (s StreamType) Name() string
Click to show internal directories.
Click to hide internal directories.