storage

package
v0.0.2-alpha Latest Latest
Warning

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

Go to latest
Published: May 30, 2023 License: GPL-3.0 Imports: 2 Imported by: 3

Documentation

Overview

Package storage provides storage engines for database.

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrConnection = util.NewError("storage connection error")
	ErrInternal   = util.NewError("storage internal error")
	ErrExec       = util.NewError("failed to execute storage")
	ErrNotFound   = util.NewError("not found")
	ErrFound      = util.NewError("found")
)

Functions

func IsStorageError

func IsStorageError(err error) bool

Types

This section is empty.

Directories

Path Synopsis
Package redisstorage is redis storage.
Package redisstorage is redis storage.

Jump to

Keyboard shortcuts

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