Expand description
Firehose event types for com.atproto.sync.subscribeRepos.
These types model the decoded CBOR frames received from the AT Protocol relay firehose. Each frame is decoded from binary WebSocket messages containing DAG-CBOR encoded headers and bodies.
Structs§
- Firehose
Commit - A repository commit with decoded operations.
- RepoOp
- A single operation within a commit.
Enums§
- Firehose
Event - A decoded firehose event from the relay.
- OpAction
- The type of operation in a repository commit.