Skip to main content
Module

x/earthstar/mod.ts>QuerySourceEvent

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
type alias QuerySourceEvent
Re-export
import { type QuerySourceEvent } from "https://deno.land/x/earthstar@v10.0.0-alpha.4/mod.ts";
  • ExpireEvent - An ephemeral document has expired
  • IngestEvent — the result of a replica ingesting a document
  • DocAlreadyExists — processing an old doc as you catch up

Type Parameters

DocType extends DocBase<string>
definition:
| ExpireEvent<DocType>
| IngestEventSuccess<DocType>
| ProcessedAllExistingEvent
| DocAlreadyExists<DocType>