Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TransportRow ¶
type TransportRow struct { Key string `json:"key"` LocalVersion uint64 `json:"serial"` Context string `json:"context"` Siblings []string `json:"siblings"` }
func (*TransportRow) FromRow ¶
func (tr *TransportRow) FromRow(row *Row) error
type TransportSiblingSet ¶
type TransportSiblingSet struct { Siblings []string `json:"siblings"` Context string `json:"context"` }
func (*TransportSiblingSet) FromSiblingSet ¶
func (tss *TransportSiblingSet) FromSiblingSet(siblingSet *SiblingSet) error
type TransportUpdateBatch ¶
type TransportUpdateBatch []TransportUpdateOp
func (TransportUpdateBatch) FromUpdateBatch ¶
func (tub TransportUpdateBatch) FromUpdateBatch(updateBatch *UpdateBatch) error
func (TransportUpdateBatch) ToUpdateBatch ¶
func (tub TransportUpdateBatch) ToUpdateBatch(updateBatch *UpdateBatch) error
Click to show internal directories.
Click to hide internal directories.