Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildIndex ¶
func BuildIndex()
BuildIndex needs to be called before making any requests for data, as it will build the index of searchable data.
Types ¶
type ResultSlice ¶
type ResultSlice struct {
Results []*result
}
ResultSlice is an array container of results, exported to make life easier.
func SearchIndexLinkItem ¶
func SearchIndexLinkItem(search string) ResultSlice
SearchIndexLinkItem takes a search string and returns matching result structs if any for the search
Click to show internal directories.
Click to hide internal directories.