package
0.0.0-20240818021530-f5e744f7964a
Repository: https://github.com/kaisenlinux/docker.io.git
Documentation: pkg.go.dev
# Functions
DefaultScope returns a default scope config for clients to use.
Key provides convenient method to create a Key.
New creates a new Store instance.
# Constants
EndpointKeyPrefix is the prefix for endpoint key in the kv store.
NetworkKeyPrefix is the prefix for network key in the kv store.
# Variables
ErrKeyModified is raised for an atomic update when the update is working on a stale state.
ErrKeyModified is raised for an atomic update when the update is working on a stale state.
# Structs
ScopeCfg represents Datastore configuration.
ScopeClientCfg represents Datastore Client-only mode configuration.
No description provided by the author
# Interfaces
KVObject is Key/Value interface used by objects to be part of the Store.