package
28.0.1+incompatible
Repository: https://github.com/dotcloud/docker.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.