store

package
v0.0.0-...-59647e1 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2024 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Register

func Register(name string, st Store)

Types

type Store

type Store interface {
	Initialize(string, []string) error
	New(string)
	Read(string, string) (string, error)
	List(string, string) ([]string, error)
	Write(string, string, string) error
	Delete(string, string) error
	Addr() string
}

func Get

func Get(name string) (Store, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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