proto-blue-api 0.2.2

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

use serde::{Deserialize, Serialize};

pub type HostStatus = String;
pub const HostStatus_ACTIVE: &str = "active";
pub const HostStatus_IDLE: &str = "idle";
pub const HostStatus_OFFLINE: &str = "offline";
pub const HostStatus_THROTTLED: &str = "throttled";
pub const HostStatus_BANNED: &str = "banned";