datastore2

package
v0.3.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 2, 2015 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WithDelay

func WithDelay(ds ds.Datastore, delay delay.D) ds.Datastore

Types

type ClaimThreadSafe added in v0.3.2

type ClaimThreadSafe struct {
	datastore.BatchingDatastore
}

ClaimThreadSafe claims that a Datastore is threadsafe, even when it's type does not guarantee this. Use carefully.

func (ClaimThreadSafe) IsThreadSafe added in v0.3.2

func (ClaimThreadSafe) IsThreadSafe()

type ThreadSafeDatastoreCloser

type ThreadSafeDatastoreCloser interface {
	datastore.ThreadSafeDatastore
	io.Closer

	Batch() (datastore.Batch, error)
}

func CloserWrap

func CloserWrap(ds datastore.ThreadSafeDatastore) ThreadSafeDatastoreCloser

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL