Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProcessLogBuffer ¶
type ProcessLogBuffer struct {
// contains filtered or unexported fields
}
func NewLogBuffer ¶
func NewLogBuffer(size int) *ProcessLogBuffer
func (ProcessLogBuffer) GetLog ¶
func (b ProcessLogBuffer) GetLog(offsetFromEnd, limit int) []string
func (*ProcessLogBuffer) Write ¶
func (b *ProcessLogBuffer) Write(message string)
Click to show internal directories.
Click to hide internal directories.