Skip to main content

connect_forever

Function connect_forever 

Source
pub async fn connect_forever(
    config: &ConfigStore,
    _api: &ApiClient,
    auth: Arc<AuthManager>,
    device_id: String,
    projects: Vec<ProjectEntry>,
    json_output: bool,
) -> Result<()>