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