Module siderite::protocol[][src]

This contains the message types defined in the DDP spec This module contains the serde datastructures for DDP

Structs

MethodResponse
Timestamp

A date represented by the JSON object { "$date": ts }, with ts in millisecs since the epoch.

Enums

ClientMessage

DDP messages from client to server

ServerMessage

DDP messages from server to client