Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conf ¶
type Conf struct { StorageDriverName string `toml:"storage_driver"` StorageDrivers map[string]StorageDriverConf `toml:"storage"` ListenAddr string `toml:"listen"` Daemon bool `toml:"daemon"` LogLevel string `toml:"log_level"` LogType string `toml:"log_type"` LogFile string `toml:"log_file"` PublicURL string `toml:"public_url"` }
Conf 是配置对象
Click to show internal directories.
Click to hide internal directories.