Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Version int `json:"version"`
Servers []Server `json:"servers"`
DefaultServer string `json:"defaultServer"`
Preferences Preferences `json:"preferences"`
}
func (*Config) CurrentServer ¶
func (*Config) OverrideURL ¶
func (*Config) OverrideVerifyTLS ¶
type Preferences ¶
Click to show internal directories.
Click to hide internal directories.