Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BreakNewLinesIter ¶ added in v0.8.1
BreakNewLinesIter group segments into lines by breaking segments at new lines
func ParseFromReader ¶ added in v0.8.1
Types ¶
type Searchable ¶ added in v0.10.0
type Searchable interface {
GetSearchableLines() []SearchableLine
}
Searchable represents a row that can be searched.
type SearchableLine ¶ added in v0.10.0
type SearchableLine interface {
GetSegments() []*Segment
}
SearchableLine represents a line that contains searchable segments.
Click to show internal directories.
Click to hide internal directories.