datastore2

package
v0.3.11 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2016 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.Batching
}

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

func (ClaimThreadSafe) Close added in v0.3.8

func (c ClaimThreadSafe) Close() error

TEMP UNTIL dev0.4.0 merges and solves this ugly interface stuff

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