Function before_starting_server

Source
pub(crate) fn before_starting_server(
    args: &ArgMatches,
    configuration_adapters: &HashMap<String, Box<dyn ConfigurationAdapter + Send + Sync>>,
    first_startup: bool,
) -> Result<bool, Box<dyn Error + Send + Sync>>
Expand description

Function called before starting a server