storage

package
v1.2.19 Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2024 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StorageType

type StorageType interface {
	Type() StoreType
	Kind() StoreKind
}

type StoreKind

type StoreKind int
const (
	KV StoreKind = iota
	SQL
	FS
)

type StoreType

type StoreType int
const (
	Embedded StoreType = iota
	Server
)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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