interim

package module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2023 License: MIT Imports: 5 Imported by: 0

README

InterimDB

Documentation

Index

Constants

View Source
const (
	ERR_INVALID_KEY      = "invalid or blank key provided: %s"
	ERR_NO_VALUE         = "no value pair provided for key `%s`"
	ERR_KEY_NOT_FOUND    = "no record found for key `%s`"
	ERR_FAILED_TO_ENCODE = "failed to encode value for key `%s` to bytes"
	ERR_FAILED_TO_DECODE = "failed to decode value for key `%s`"
)

Variables

This section is empty.

Functions

func New

func New(config Config) *interim

Types

type Config

type Config struct {
	CacheSize int
}

Jump to

Keyboard shortcuts

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