package
Version:
v1.10.3
Opens a new window with list of versions in this module.
Published: Mar 29, 2021
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type AddAll struct {
Amount int `json:"amount"`
URL string `json:"url"`
}
AddAll ...
type Filter struct {
Label string `json:"label"`
RemoveURL string `json:"remove_url"`
}
Filter ...
type Geography struct {
SaveAndReturn Link `json:"save_and_return"`
Cancel Link `json:"cancel"`
FiltersAmount int `json:"filters_amount"`
AddAllFilters AddAll `json:"add_all"`
FilterList []List `json:"filter_list"`
FiltersAdded []Filter `json:"filters_added"`
RemoveAll Link `json:"remove_all"`
GoBack Link `json:"go_back"`
Parent string `json:"parent"`
}
Geography ...
type Link struct {
URL string `json:"url"`
Label string `json:"label"`
}
Link ...
type List struct {
Location string `json:"location"`
SubNum int `json:"sub_num"`
SubType string `json:"sub_type"`
SubURL string `json:"sub_url"`
}
List ...
Source Files
¶
Click to show internal directories.
Click to hide internal directories.