Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsoleLoggingParse ¶
type ConsoleLoggingParse struct { }
func (ConsoleLoggingParse) Parse ¶
func (ConsoleLoggingParse) Parse(stream io.ReadCloser) ([]entities.LogLine, error)
type JsonLoggingParse ¶
type JsonLoggingParse struct { }
func (JsonLoggingParse) Parse ¶
func (JsonLoggingParse) Parse(stream io.ReadCloser) ([]entities.LogLine, error)
type LoggingParser ¶
type LoggingParser interface {
Parse(stream io.ReadCloser) ([]entities.LogLine, error)
}
func Get ¶
func Get(lg string) LoggingParser
Click to show internal directories.
Click to hide internal directories.