internal/

directory
v0.2.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 25, 2026 License: MIT

Directories

Path Synopsis
Package bin registers the built-in `bin` collection: the marker of an object moved to the bin.
Package bin registers the built-in `bin` collection: the marker of an object moved to the bin.
Package bundles wires the HTTP bundles surface onto the SDK's per-space bundles registry (any-sync-sdk docs/bundles.md).
Package bundles wires the HTTP bundles surface onto the SDK's per-space bundles registry (any-sync-sdk docs/bundles.md).
Package catalog loads and validates the usecase catalog embedded in the binary (catalog.yml): the server's well-known bundles, grouped into usecases a client sets up with one call, dependencies included.
Package catalog loads and validates the usecase catalog embedded in the binary (catalog.yml): the server's well-known bundles, grouped into usecases a client sets up with one call, dependencies included.
cmd/catalog-validate command
catalog-validate checks the usecase catalog embedded in the binary and any candidate files given as arguments, printing one line per problem (`<source>: <path>: <code>: <message>`) and exiting 1 on any.
catalog-validate checks the usecase catalog embedded in the binary and any candidate files given as arguments, printing one line per problem (`<source>: <path>: <code>: <message>`) and exiting 1 on any.
Package chat defines the built-in `chat` type — a CRDT-backed stream of messages stored as one record per message on a per-object `chat_messages` dataset.
Package chat defines the built-in `chat` type — a CRDT-backed stream of messages stored as one record per message on a per-object `chat_messages` dataset.
Package dataview registers the built-in `dataview` type — saved views over a set of objects, in two levels: a dataview object hosts many DATAVIEWS, each with its own VIEWS.
Package dataview registers the built-in `dataview` type — saved views over a set of objects, in two levels: a dataview object hosts many DATAVIEWS, each with its own VIEWS.
Package blocks defines the built-in `editor_blocks` dataset and its per-record CRDT handler.
Package blocks defines the built-in `editor_blocks` dataset and its per-record CRDT handler.
Package embedded is the shared, build-tag-free lifecycle core for embedding the `any` HTTP server inside a host process.
Package embedded is the shared, build-tag-free lifecycle core for embedding the `any` HTTP server inside a host process.
Package index defines the consumer-side chunker contract: the bridge between the SDK's per-space change feed and the search indexer (internal/indexer).
Package index defines the consumer-side chunker contract: the bridge between the SDK's per-space change feed and the search indexer (internal/indexer).
Package indexer is the phase-2 consumer of the chunker contract in internal/index (docs/13-index.md): a background service that keeps a local any-store database with a BM25 full-text index and an IVF-SQ vector index per space, fed from the SDK's per-space change feed (Space.Changes()), and a hybrid (RRF) search over both.
Package indexer is the phase-2 consumer of the chunker contract in internal/index (docs/13-index.md): a background service that keeps a local any-store database with a BM25 full-text index and an IVF-SQ vector index per space, fed from the SDK's per-space change feed (Space.Changes()), and a hybrid (RRF) search over both.
Package localstore is the naming, existence and tag fence for the server's device-local any-store collections (task-local-store.md).
Package localstore is the naming, existence and tag fence for the server's device-local any-store collections (task-local-store.md).
Package markdown is the lossless markdown import/export surface over the editor_blocks dataset (internal/editor).
Package markdown is the lossless markdown import/export surface over the editor_blocks dataset (internal/editor).
Package miniapp registers the built-in `miniapp` collection: the marker an object carries to run an installed bundle.
Package miniapp registers the built-in `miniapp` collection: the marker an object carries to run an installed bundle.
Package page registers the built-in `page` type: the plain document.
Package page registers the built-in `page` type: the plain document.
Package push runs the account's client side of push notifications: device-token persistence + registration with the push node, the subscription sync loop (desired-topic reconcile → SubscribeAll full replace), and a buffered notify queue so HTTP handlers never block on the push server.
Package push runs the account's client side of push notifications: device-token persistence + registration with the push node, the subscription sync loop (desired-topic reconcile → SubscribeAll full replace), and a buffered notify queue so HTTP handlers never block on the push server.
Package server implements the HTTP/JSON API for any-sync-sdk.
Package server implements the HTTP/JSON API for any-sync-sdk.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL