leveldbpool

package
v0.13.2 Latest Latest
Warning

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

Go to latest
Published: Sep 26, 2025 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New[T comparable](dir string) *dbPool[T]

Types

type LevelDB

type LevelDB[T comparable] interface {
	OpenDB(taskId T) (*leveldb.DB, error)
	CloseDB(taskId T)
	RemoveDB(taskId T) error
	CloseAllDB()
}

Jump to

Keyboard shortcuts

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