watch

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 watch provides change notification functionality for storage operations. It enables real-time monitoring of key changes through event streams.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event struct {
	// Prefix indicates key/prefix of what was changed.
	Prefix []byte
}

Event represents a change notification from the watch stream.

type Option

type Option func(*watchOptions)

Option is a function that configures watch operation options.

Jump to

Keyboard shortcuts

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