Documentation
¶
Index ¶
Constants ¶
View Source
const ( HTTP_LISTEN_URI = "httpListenUri" TLS_LISTEN_URI = "tlsListenUri" SOCKS_LISTEN_URI = "socksListenUri" ENABLE_DEBUG_LOGGING = "enableDebugLogging" CUSTOM_DECODINGS = "customDecodings" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { HttpListenUri string TlsListenUri string SocksListenUri string Debug bool CustomDecodings []string }
func ParseFlags ¶
func ParseFlags(preferences fyne.Preferences) Config
ParseFlags parses the currently saved user preferences, and if any are missing saves the default values for those preferences to disk
Click to show internal directories.
Click to hide internal directories.