store

package
v0.0.0-...-fea0aa2 Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KeyValueStore

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

func Get

func Get() *KeyValueStore

func (*KeyValueStore) Create

func (kvs *KeyValueStore) Create(key, val string) error

func (*KeyValueStore) Delete

func (kvs *KeyValueStore) Delete(key string) error

func (*KeyValueStore) Read

func (kvs *KeyValueStore) Read(key string) (string, error)

func (*KeyValueStore) Update

func (kvs *KeyValueStore) Update(key, val string) error

Jump to

Keyboard shortcuts

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