Versions in this module Expand all Collapse all v0 v0.24.1 Jan 27, 2022 Changes in this version + const Scheme + var Set = wire.NewSet(wire.Struct(new(URLOpener), "ConfigProvider")) + func Dial(p client.ConfigProvider) (*dyn.DynamoDB, error) + func OpenCollection(db *dyn.DynamoDB, tableName, partitionKey, sortKey string, opts *Options) (*docstore.Collection, error) + type FallbackFunc func(context.Context, *driver.Query, RunQueryFunc) (driver.DocumentIterator, error) + func InMemorySortFallback(createDocument func() interface{}) FallbackFunc + type Options struct + AllowScans bool + ConsistentRead bool + MaxOutstandingActionRPCs int + RevisionField string + RunQueryFallback FallbackFunc + type RunQueryFunc func(context.Context, *driver.Query) (driver.DocumentIterator, error) + type URLOpener struct + ConfigProvider client.ConfigProvider + func (o *URLOpener) OpenCollectionURL(_ context.Context, u *url.URL) (*docstore.Collection, error)