Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TailWriter ¶ added in v0.9.13
type TailWriter struct {
// contains filtered or unexported fields
}
TailWriter keeps only the last maxBytes of data written to it. It is safe for concurrent use by subprocess stdout/stderr writers.
func NewTailWriter ¶ added in v0.9.13
func NewTailWriter(maxBytes int) *TailWriter
func (*TailWriter) String ¶ added in v0.9.13
func (w *TailWriter) String() string
Click to show internal directories.
Click to hide internal directories.