proto-blue-api 0.3.0

AT Protocol high-level API: agent, rich text, moderation, generated types
Documentation
1
2
3
4
5
6
7
8
9
// Generated by atproto-codegen. Do not edit.
//! Lexicon: com.atproto.sync.defs

pub type HostStatus = String;
pub const HOST_STATUS_ACTIVE: &str = "active";
pub const HOST_STATUS_IDLE: &str = "idle";
pub const HOST_STATUS_OFFLINE: &str = "offline";
pub const HOST_STATUS_THROTTLED: &str = "throttled";
pub const HOST_STATUS_BANNED: &str = "banned";