Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCurrentMirror ¶
func GetCurrentMirror() string
func GetFavoritesPath ¶
func RefreshMirrors ¶
func RefreshMirrors() error
func SaveFavorites ¶
Types ¶
type Station ¶
type Station struct {
Name string `json:"name"`
URL string `json:"url_resolved"`
Homepage string `json:"homepage"`
Favicon string `json:"favicon"`
Tags string `json:"tags"`
Country string `json:"country"`
Language string `json:"language"`
ClickCount int `json:"clickcount"`
}
func LoadFavorites ¶
Click to show internal directories.
Click to hide internal directories.