Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProxyURL string
ProxyURL is the proxy url
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
WebSocketPort int `json:"webSocketPort"`
WebSocketToken string `json:"webSocketToken"`
ProxyPort int `json:"proxyPort"`
Proxy goflags.StringSlice `json:"proxy"`
DisableUpdateCheck bool `json:"disableUpdateCheck"`
DomainWhitelist goflags.StringSlice `json:"domainWhitelist"`
}
Click to show internal directories.
Click to hide internal directories.