Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { HttpPort int `koanf:"http_port"` Logging *LoggingConfig `koanf:"logging"` Torrent *TorrentConfig `koanf:"torrent"` }
type LoggingConfig ¶
type LoggingConfig struct {
LogLevel string `koanf:"log_level"`
}
type TorrentConfig ¶
Click to show internal directories.
Click to hide internal directories.