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
- type ProviderCfg
Constants ¶
This section is empty.
Variables ¶
Path for the config files
View Source
var ProviderConfig = &ProviderCfg{}
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
Source Files
¶
- config.go
- gui.go
- logger.go
- unix.go
Click to show internal directories.
Click to hide internal directories.