datastore2

package
v0.4.10 Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2017 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

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

func (c ClaimThreadSafe) Close() error

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

func (ClaimThreadSafe) IsThreadSafe

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