Documentation ¶
Overview ¶
Package store is an interface for distribute data storage.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotFound is returned when a Read key doesn't exist ErrNotFound = errors.New("not found") )
Functions ¶
Types ¶
Directories ¶
Path | Synopsis |
---|---|
Package cloudflare is a store implementation backed by cloudflare workers kv Note that the cloudflare workers KV API is eventually consistent.
|
Package cloudflare is a store implementation backed by cloudflare workers kv Note that the cloudflare workers KV API is eventually consistent. |
Package etcd is an etcd v3 implementation of kv
|
Package etcd is an etcd v3 implementation of kv |
Package memory is a in-memory store store
|
Package memory is a in-memory store store |
Package postgresql implements a micro Store backed by sql
|
Package postgresql implements a micro Store backed by sql |
Package service implements the store service interface
|
Package service implements the store service interface |
Click to show internal directories.
Click to hide internal directories.