kv

package
v0.0.0-...-c36b4a8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 26, 2025 License: BSD-2-Clause Imports: 0 Imported by: 0

Documentation

Overview

Package kv provides key-value data structures and interfaces for storage operations. It defines the core KeyValue type used throughout the storage system.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KeyValue

type KeyValue struct {
	// Key is the serialized representation of the key.
	Key []byte
	// Value is the serialized representation of the value.
	Value []byte

	// ModRevision is the revision number of the last modification to this key.
	ModRevision int64
}

KeyValue represents a key-value pair with revision metadata. This structure is used to store and retrieve data from the key-value storage.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL