Modules§
- test_
utils - Utilities for tests to make IncomingBsos and Content from test data.
Structs§
- Incoming
Bso - IncomingBso’s can come from:
- Incoming
Content - IncomingContent is the result of converting an IncomingBso into
some
- it consumes the Bso, so you get the envelope, and the IncomingKind which reflects the state of parsing the json. - Incoming
Encrypted Bso - Incoming
Envelope - An envelope for an incoming item. Envelopes carry all the metadata for
a Sync BSO record (
id
,modified
,sortindex
), but not the payload itself. - Outgoing
Bso - Outgoing
Encrypted Bso - Outgoing
Envelope - An envelope for an outgoing item. This is conceptually identical to
IncomingEnvelope, but omits fields that are only set by the server,
like
modified
.
Enums§
- Incoming
Kind - The “kind” of incoming content after deserializing it.