Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Addr string `mapstructure:"addr"`
HTTPSAddr string `mapstructure:"https_addr"`
HTTPSKeyPath string `mapstructure:"https_keypath"`
HTTPSCrtPath string `mapstructure:"https_crtpath"`
Username string `mapstructure:"username"`
Password string `mapstructure:"password"`
GuestMode bool `mapstructure:"guest_mode"`
AsyncWrite bool `mapstructure:"async_write"`
}
Click to show internal directories.
Click to hide internal directories.