Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EngineConfig ¶
EngineConfig structure from configuration file
type MirrorConfig ¶
type MirrorConfig struct { Timer string Puller EngineConfig `toml:"puller"` Pusher EngineConfig `toml:"pusher"` }
MirrorConfig structure from configuration file
type TomlConfig ¶
type TomlConfig struct { LogDir string `toml:"log_dir"` LogFormat string `toml:"log_format"` LogLevel string `toml:"log_level"` Mirrors map[string]MirrorConfig `toml:"mirrors"` }
TomlConfig structure from configuration file
Click to show internal directories.
Click to hide internal directories.