onlyne-client 1.4.1

Onlyne v1 client: role runtime, dispatch, intent, adapter socket
Documentation
1
2
3
4
5
6
7
8
//! Host detection JSON for `onlyne-client doctor`.

use serde_json::Value;
use std::collections::BTreeMap;

pub fn doctor_report(env: &BTreeMap<String, String>) -> Value {
    onlyne_session::doctor_report(env)
}