Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Addr = flag.String("proxy-addr", "", "the proxy addr")
)
Flags
Functions ¶
Types ¶
type Configuration ¶
type Configuration struct {
Addr string `toml:"addr"`
}
Configuration represents the configuration of the proxy
func FlagConfig ¶
func FlagConfig() Configuration
FlagConfig generates a Configuration based on flags
Click to show internal directories.
Click to hide internal directories.