Documentation ¶ Index ¶ type LogLine func New(filename string, line string) *LogLine Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type LogLine ¶ type LogLine struct { Filename string // The log filename that this line was read from Line string // The text of the log line itself up to the newline. } LogLine contains all the information about a line just read from a log. func New ¶ func New(filename string, line string) *LogLine New creates a new LogLine object. Source Files ¶ View all Source files logline.go Click to show internal directories. Click to hide internal directories.