storage

package
v0.0.0-...-b559f02 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: GPL-3.0 Imports: 2 Imported by: 29

Documentation

Overview

Package storage provides storage engines for database.

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrConnection = util.NewIDError("storage connection error")
	ErrInternal   = util.NewIDError("storage internal error")
	ErrExec       = util.NewIDError("storage execute")
	ErrNotFound   = util.NewIDError("not found in storage")
	ErrFound      = util.NewIDError("found in storage")
	ErrClosed     = util.NewIDError("storage closed")
)

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