Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LTSVReadOpt ¶
type LTSVReader ¶
type LTSVReader struct {
// contains filtered or unexported fields
}
func NewLTSVReader ¶
func NewLTSVReader(r io.Reader, opt LTSVReadOpt) (*LTSVReader, error)
func (*LTSVReader) Parse ¶
func (r *LTSVReader) Parse() (*LogEntry, error)
func (*LTSVReader) Read ¶
func (r *LTSVReader) Read() bool
Click to show internal directories.
Click to hide internal directories.