Documentation ¶ Index ¶ Variables func PushPull(ctx context.Context, be *backend.Backend, clientInfo *db.ClientInfo, ...) (*change.Pack, error) Constants ¶ This section is empty. Variables ¶ View Source var ( // ErrInvalidServerSeq is returned when the given server seq greater than // the initial server seq. ErrInvalidServerSeq = errors.New("invalid server seq") ) Functions ¶ func PushPull ¶ func PushPull( ctx context.Context, be *backend.Backend, clientInfo *db.ClientInfo, docInfo *db.DocInfo, reqPack *change.Pack, ) (*change.Pack, error) PushPull stores the given changes and returns accumulated changes of the given document. Types ¶ This section is empty. Source Files ¶ View all Source files pack_service.go Click to show internal directories. Click to hide internal directories.