Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LenientFormat ¶
type LenientFormat struct{}
func (*LenientFormat) GetSplitFunc ¶
func (f *LenientFormat) GetSplitFunc() bufio.SplitFunc
type LenientParser ¶
type LenientParser struct {
// contains filtered or unexported fields
}
func (*LenientParser) Dump ¶
func (p *LenientParser) Dump() format.LogParts
func (*LenientParser) Location ¶
func (p *LenientParser) Location(*time.Location)
func (*LenientParser) Parse ¶
func (p *LenientParser) Parse() error
type LogForwarder ¶
type LogForwarder struct { BindAddress string DockerEndpoint string EnabledBackends []string // contains filtered or unexported fields }
func (*LogForwarder) Handle ¶
func (l *LogForwarder) Handle(logParts format.LogParts, _ int64, err error)
func (*LogForwarder) Start ¶
func (l *LogForwarder) Start() (err error)
func (*LogForwarder) Stop ¶
func (l *LogForwarder) Stop()
func (*LogForwarder) Wait ¶
func (l *LogForwarder) Wait()
type LogMessage ¶
type LogMessage interface{}
Click to show internal directories.
Click to hide internal directories.