Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
75
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 14 lines 331 B view raw
1mod consumer; 2pub mod error; 3mod firehose_cache; 4mod healthcheck; 5mod identity; 6mod record; 7mod server; 8 9pub use consumer::consume; 10pub use firehose_cache::firehose_cache; 11pub use healthcheck::healthcheck; 12pub use identity::{Identity, IdentityKey}; 13pub use record::{CachedRecord, ErrorResponseObject, Repo}; 14pub use server::serve;