//
pkg.gl
Category
github.com/stack-labs/stack
store
package
1.0.1-rc2
Repository:
https://github.com/stack-labs/stack.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
9
Files
35 SLOC
#
Packages
memory
Package memory is a in-memory store store.
mock
No description provided by the author
service
Package service implements the store service interface.
#
Functions
Namespace
Namespace offers a way to have multiple isolated stores in the same backend, if supported.
Nodes
Nodes is a list of nodes used to back the store.
Prefix
Prefix sets a prefix to any key ids used.
#
Variables
ErrNotFound
ErrNotFound is returned when a Read key doesn't exist.
#
Structs
Record
Record represents a data record.
#
Interfaces
Store
Store is a data storage interface.