Function check_bridges

Source
pub(crate) async fn check_bridges(
    bridge_lines: Vec<String>,
    updates_tx: Sender<HashMap<String, BridgeResult>>,
    obfs4_path: String,
    new_bridges_rx: Receiver<Vec<String>>,
) -> (StatusCode, Json<BridgesResult>)
Expand description

Wrapper around the main testing function