datastore2

package
v0.0.0-...-bafe949 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2022 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.Datastore
}

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

func (ClaimThreadSafe) IsThreadSafe

func (ClaimThreadSafe) IsThreadSafe()

type ThreadSafeDatastoreCloser

type ThreadSafeDatastoreCloser interface {
	datastore.ThreadSafeDatastore
	io.Closer
}

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