Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NullHpCfgID = HPCfgID{IA: addr.IAInt(0).IA(), ID: 0}
Functions ¶
This section is empty.
Types ¶
type ByLastUpdate ¶ added in v0.4.0
type ByLastUpdate Results
ByLastUpdate implements the sort.Interface to sort results by LastUpdate time stamp.
func (ByLastUpdate) Len ¶ added in v0.4.0
func (r ByLastUpdate) Len() int
func (ByLastUpdate) Less ¶ added in v0.4.0
func (r ByLastUpdate) Less(i, j int) bool
func (ByLastUpdate) Swap ¶ added in v0.4.0
func (r ByLastUpdate) Swap(i, j int)
type Result ¶
type Result struct { Seg *seg.PathSegment LastUpdate time.Time HpCfgIDs []*HPCfgID Type proto.PathSegType }
type ResultOrErr ¶ added in v0.4.0
ResultOrErr is either a result or an error.
Click to show internal directories.
Click to hide internal directories.