package
1.16.1
Repository: https://github.com/arun-spire/go-micro.git
Documentation: pkg.go.dev

# Packages

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 memory is a in-memory store store.
Package postgresql implements a micro Store backed by sql.
Package service implements the store service interface.

# Functions

Namespace offers a way to have multiple isolated stores in the same backend, if supported.
Nodes is a list of nodes used to back the store.
Prefix sets a prefix to any key ids used.

# Variables

ErrNotFound is returned when a Read key doesn't exist.

# Structs

Record represents a data record.

# Interfaces

Store is a data storage interface.