Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CanonicalZone ¶ added in v0.32.0
CanonicalZone returns the canonical name for the given zone.
Types ¶
type SearchCursor ¶
type SearchCursor struct {
Name string `json:"n,omitempty"`
}
SearchCursor is used to indicate a position in a paginated list.
type SearchOptions ¶
type SearchOptions struct {
Search string `json:"s,omitempty"`
After SearchCursor `json:"a,omitempty"`
// Omit specifies a list of timezone names to exclude from the results.
Omit []string `json:"o,omitempty"`
Limit int `json:"-"`
}
SearchOptions allow filtering and paginating the list of timezones.
Click to show internal directories.
Click to hide internal directories.