Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LineRingBuffer ¶
type LineRingBuffer struct {
// contains filtered or unexported fields
}
func New ¶
func New() *LineRingBuffer
* Create new ring buffer to accumulate and restore machine-exec output.
func (*LineRingBuffer) GetContent ¶
func (lineBuff *LineRingBuffer) GetContent() string
func (*LineRingBuffer) Write ¶
func (lineBuff *LineRingBuffer) Write(bts []byte)
type LineScanner ¶
type LineScanner struct {
// contains filtered or unexported fields
}
func CreateLineScanner ¶
func CreateLineScanner(bts []byte) LineScanner
func (LineScanner) Scan ¶
func (lineScanner LineScanner) Scan() bool
func (LineScanner) Text ¶
func (lineScanner LineScanner) Text() string
Click to show internal directories.
Click to hide internal directories.