Versions in this module Expand all Collapse all v0 v0.17.1 Oct 26, 2019 Changes in this version + const Scheme + func OpenCollection(keyField string, opts *Options) (*docstore.Collection, error) + func OpenCollectionWithKeyFunc(keyFunc func(docstore.Document) interface{}, opts *Options) (*docstore.Collection, error) + type Options struct + Filename string + MaxOutstandingActions int + RevisionField string + type URLOpener struct + func (o *URLOpener) OpenCollectionURL(ctx context.Context, u *url.URL) (*docstore.Collection, error)