Documentation ¶
Index ¶
- Variables
- func CloseLogger()
- func ConfigureLogger()
- type Config
- func (c *Config) NeedsDonationReminder() bool
- func (c *Config) SetDonated() error
- func (c *Config) SetLastReminded() error
- func (c *Config) SetUseKCP(val bool) error
- func (c *Config) SetUseObfs4(val bool) error
- func (c *Config) SetUseSnowflake(val bool) error
- func (c *Config) SetUseUDP(val bool) error
- func (c *Config) SetUserStoppedVPN(vpnStopped bool) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Provider = "" ApplicationName = "" BinaryName = "" Auth = "" APIURL = "" GeolocationAPI = "" ApiVersion = -1 CaCert = []byte("") STUNServers = []string{} CountryCodeLookupURL = "" )
Path for the config files
Functions ¶
func CloseLogger ¶
func CloseLogger()
func ConfigureLogger ¶
func ConfigureLogger()
Types ¶
type Config ¶
type Config struct { SkipLaunch bool Obfs4 bool DisableAutostart bool StartVPN bool UDP bool Snowflake bool KCP bool // contains filtered or unexported fields }
Config holds the configuration of the systray
Click to show internal directories.
Click to hide internal directories.