kvutils

package
v0.4.5 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2024 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package kvutils provides utilities to internal/kv package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TempKV

type TempKV interface {
	Delete(key string)
	Set(key, value string)
	Get(key string) (string, bool)
}

TempKV is a temporary key-value store.

Jump to

Keyboard shortcuts

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