Skip to main content

Module sdk_backend

Module sdk_backend 

Source
Expand description

SDK-backed backend implementation. SDK-backed backend skeleton.

This backend is the production-facing seam: it owns the configured inline-sdk clients and durable store. Network-backed realtime sync and transaction managers will be added behind this type without changing the native client API or runner shape.

Structs§

SdkBackend
Production-facing backend composed from inline-sdk and a client store.
SdkBackendBuilder
Builder for SdkBackend.

Enums§

SdkBackendBuildError
Error returned when building an SdkBackend.