mem

package
v0.65.0 Latest Latest
Warning

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

Go to latest
Published: May 17, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const DriverName = "mem"

Variables

This section is empty.

Functions

This section is empty.

Types

type Driver

type Driver struct{}

func (*Driver) Open

func (d *Driver) Open(_ context.Context, _ string) (kv.Store, error)

type EntriesIterator

type EntriesIterator struct {
	// contains filtered or unexported fields
}

func (*EntriesIterator) Close

func (e *EntriesIterator) Close()

func (*EntriesIterator) Entry

func (e *EntriesIterator) Entry() *kv.Entry

func (*EntriesIterator) Err

func (e *EntriesIterator) Err() error

func (*EntriesIterator) Next

func (e *EntriesIterator) Next() bool

type Store

type Store struct {
	// contains filtered or unexported fields
}

func (*Store) Close

func (s *Store) Close()

func (*Store) Delete

func (s *Store) Delete(_ context.Context, key []byte) error

func (*Store) Get

func (s *Store) Get(_ context.Context, key []byte) ([]byte, error)

func (*Store) Scan

func (s *Store) Scan(_ context.Context, start []byte) (kv.EntriesIterator, error)

func (*Store) Set

func (s *Store) Set(_ context.Context, key, value []byte) error

func (*Store) SetIf

func (s *Store) SetIf(_ context.Context, key, value, valuePredicate []byte) error

Jump to

Keyboard shortcuts

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