Skip to main content

Module event

Module event 

Source
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§

FirehoseCommit
A repository commit with decoded operations.
RepoOp
A single operation within a commit.

Enums§

FirehoseEvent
A decoded firehose event from the relay.
OpAction
The type of operation in a repository commit.