summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/status.rs
blob: 2324e0102db4695ea34831e255570a6abc86fc1a (plain)
1
2
3
4
pub struct OnionServiceStatus {
    // TODO hss Should say how many intro points are active, how many descriptors
    // are updated, whether we're "healthy", etc.
}