Documentation ¶ Index ¶ func New(dses ...ds.Datastore) ds.Datastore Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(dses ...ds.Datastore) ds.Datastore New returns a tiered datastore. Puts and Deletes will write-through to all datastores, Has and Get will try each datastore sequentially, and Query will always try the last one (most complete) first. Types ¶ This section is empty. Source Files ¶ View all Source files tiered.go Click to show internal directories. Click to hide internal directories.