Skip to main content

bootstrap

Function bootstrap 

Source
pub async fn bootstrap(
    config: RoboticusConfig,
) -> Result<Router, Box<dyn Error>>
Expand description

Builds the application state and router from config. Used by the binary and by tests.