Modules§
- Utilities for tests to make IncomingBsos and Content from test data.
Structs§
- IncomingBso’s can come from:
- 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. - An envelope for an incoming item. Envelopes carry all the metadata for a Sync BSO record (
id
,modified
,sortindex
), but not the payload itself. - 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§
- The “kind” of incoming content after deserializing it.