Documentation ¶ Index ¶ func Wrap(d ds.Datastore) ds.Datastore Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Wrap ¶ func Wrap(d ds.Datastore) ds.Datastore Wrap wraps a given datastore with a coalescing datastore. All simultaenous requests which have the same keys will yield the exact same result. Note that this shares memory. It is not possible to copy a generic interface{} Types ¶ This section is empty. Source Files ¶ View all Source files coalesce.go Click to show internal directories. Click to hide internal directories.