Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByLastUpdate ¶
type ByLastUpdate Results
ByLastUpdate implements the sort.Interface to sort results by LastUpdate time stamp.
func (ByLastUpdate) Len ¶
func (r ByLastUpdate) Len() int
func (ByLastUpdate) Less ¶
func (r ByLastUpdate) Less(i, j int) bool
func (ByLastUpdate) Swap ¶
func (r ByLastUpdate) Swap(i, j int)
type Results ¶
type Results []*Result
Results is a type for convenience methods on a slice of Results.
func (Results) Less ¶
Less returns if seg[i] is less than seg[j] based on start_isd_as > end_isd_as > length > id
func (Results) SegMetas ¶
SegMetas returns the segments in a seg.Meta slice, i.e. returns the segments with their PathSegTypes.
Click to show internal directories.
Click to hide internal directories.