package
0.0.0-20250130204033-e82d90384e5b
Repository: https://github.com/laurentgoderre/moby.git
Documentation: pkg.go.dev

# Functions

Key provides convenient method to create a Key.
New creates a new Store instance.

# Constants

No description provided by the author
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

No description provided by the author

# Interfaces

KVObject is Key/Value interface used by objects to be part of the Store.