package
0.0.0-20241224090308-49daac4a7347
Repository: https://github.com/neox5/openk.git
Documentation: pkg.go.dev

# Functions

NewInMemoryMiniStorage creates a new in-memory storage instance.

# Variables

ErrConcurrentMod indicates a concurrent modification conflict.
ErrInvalidOperation indicates an invalid operation attempt.
ErrNotFound indicates the requested secret or version doesn't exist.
Storage errors.
No description provided by the author
No description provided by the author
ErrVersionNotFound indicates the specific version doesn't exist.

# Structs

InMemoryMiniStorage implements MiniStorageBackend with in-memory storage.
MemoryBackend implements StorageBackend using in-memory storage.

# Interfaces

No description provided by the author
StorageBackend defines the interface that any storage implementation must satisfy.