memory

package
v0.1.0-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2017 License: MPL-2.0 Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() datastore.Datastore

New instantiates and returns a datastore.Datastore.

Types

type Memory

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

Memory represents a datastore

func (Memory) Delete

func (m Memory) Delete(k string) error

Delete implements datastore.Datastore.

func (Memory) Get

func (m Memory) Get(k string) (*datastore.Entry, error)

Get implements datastore.Datastore.

func (Memory) Put

func (m Memory) Put(e *datastore.Entry) error

Put implements datastore.Datastore.

Jump to

Keyboard shortcuts

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