Documentation ¶
Overview ¶
Global types and functions used across packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Link ¶
type Link struct { // The actual content Text string `json:"name"` // The url or href Href string `json:"url"` }
A url object i.e text + href
type SearchRange ¶
A range value with a start and end used for advanced search queries. Both start and end MUST be set when using this value.
Click to show internal directories.
Click to hide internal directories.