Versions in this module Expand all Collapse all v0 v0.0.2 Dec 22, 2020 v0.0.1 Sep 14, 2020 Changes in this version + type AntsDB struct + func New(syncer crdt.SessionDAGSyncer, pubsub *pubsub.PubSub, store ds.Batching, ...) (*AntsDB, error) + func (a *AntsDB) Close() error + type Option func(a *AntsDB) + func WithChannel(topic string) Option + func WithNamespace(ns string) Option + func WithOnCloseHook(hook func()) Option + func WithPeerValidator(validator func(context.Context, peer.ID) bool) Option + func WithRebroadcastDuration(d time.Duration) Option