Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunNotifications ¶
Types ¶
type JetstreamCommit ¶
type JetstreamCommit struct {
Operation string
RKey string `json:"rkey"`
Record json.RawMessage
Collection string
}
type JetstreamPostOutput ¶
type JetstreamPostOutput struct {
DID string `json:"did"`
// Not all this data is needed, and it speeds up json decodes :)
TimeUS int64 `json:"time_us"`
// Kind string `json:"kind"`
Commit JetstreamCommit `json:"commit"`
}
Tailored for post because lazy
Click to show internal directories.
Click to hide internal directories.