Module panorama::config[][src]

Module for setting up config files and watchers.

One of the primary goals of panorama is to be able to always hot-reload configuration files.

Structs

MailConfig

Configuration

Functions

spawn_config_watcher

Start the entire config watcher system, and return a ConfigWatcher, which is a cloneable receiver of config update events.

Type Definitions

ConfigWatcher

Alias for a MailConfig receiver.