kvs

package
v0.0.0-...-f0575cf Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2019 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KVS

type KVS interface {
	HashSet(key, field string, value interface{}) error
	GetHashAll(key string) (*map[string]string, error)
	GetFromHash(key, field string) (string, error)
}

KVS is a key-value store interface.

func NewKVSClient

func NewKVSClient() KVS

NewKVSClient is instantinate a KVS client

type TimestampHash

type TimestampHash struct{}

TimestampHash is timestamp hash fields.

Jump to

Keyboard shortcuts

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