registry

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Open

func Open(name string, params map[string]interface{}) (kv.DB, error)

Open opens a registered key value database

func Register

func Register(name string, opener KVDBOpener)

Register registers a KVDBOpener opener by name

Types

type KVDBOpener

type KVDBOpener func(params map[string]interface{}) (kv.DB, error)

KVDBOpener opens a key value database

Jump to

Keyboard shortcuts

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