Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResultData ¶
type ResultList ¶
type ResultList []*ResultData
A ResultList implements heap.Interface and holds Items.
func (ResultList) Len ¶
func (rl ResultList) Len() int
func (ResultList) Less ¶
func (rl ResultList) Less(i, j int) bool
func (*ResultList) Pop ¶
func (rl *ResultList) Pop() any
func (*ResultList) Push ¶
func (rl *ResultList) Push(x any)
func (ResultList) Swap ¶
func (rl ResultList) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.