db

package
v0.0.0-...-0b0fea8 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Driver

type Driver interface {
	Close()
	Retrieve(inputType string, key string) (output string, err error)
	RetrieveAll(inputType string) (output map[string]string, err error)
	Create(inputType string, key string, input string) (err error)
	Update(inputType string, key string, input string) (err error)
	Remove(inputType string, key string) (err error)

	BlobRetrieve(key string) (output *[]byte, err error)
	BlobCreate(key string, input *[]byte) (err error)
	BlobUpdate(key string, input *[]byte) (err error)
	BlobRemove(key string) (err error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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