Struct sozu_command_lib::config::Config [] [src]

pub struct Config {
    pub command_socket: String,
    pub command_buffer_size: Option<usize>,
    pub max_command_buffer_size: Option<usize>,
    pub saved_state: Option<String>,
    pub metrics: MetricsConfig,
    pub proxies: HashMap<String, ProxyConfig>,
    pub log_level: Option<String>,
    pub log_target: Option<String>,
    pub applications: HashMap<String, AppConfig>,
}

Fields

Methods

impl Config
[src]

Trait Implementations

impl Debug for Config
[src]

Formats the value using the given formatter.

impl Clone for Config
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Config
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Config
[src]