Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandWriter ¶
type CommandWriter interface { Close() CloseAndWait(ctx context.Context, err error) Writer() io.Writer }
func NewCommandWriter ¶
func NewCommandWriter(component string) (CommandWriter, error)
func NewPipeWriter ¶
func NewPipeWriter(component string) (CommandWriter, error)
func NewRingBufferWriter ¶
func NewRingBufferWriter(component string) (CommandWriter, error)
Click to show internal directories.
Click to hide internal directories.