log

package
v0.0.0-...-63a51b9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 26, 2019 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Line

type Line interface {
	LineOffset() int64
	LineData() string
}

type LineParser

type LineParser interface {
	Parse(Line) (Line, error)
}

func NewMultiParser

func NewMultiParser(parsers ...LineParser) LineParser

type RawLine

type RawLine struct {
	RawLineOffset int64
	RawLineData   string
}

func (RawLine) LineData

func (m RawLine) LineData() string

func (RawLine) LineOffset

func (m RawLine) LineOffset() int64

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL