store

package
v0.0.0-...-3a6482e Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrAlreadyExist is the error returned when data added in the store
	// already exists.
	//
	// This error has been DEPRECATED and will be removed in 1.5. Please switch
	// usage directly to `errdefs.ErrAlreadyExists`.
	ErrAlreadyExist = errdefs.ErrAlreadyExists
	// ErrNotExist is the error returned when data is not in the store.
	//
	// This error has been DEPRECATED and will be removed in 1.5. Please switch
	// usage directly to `errdefs.ErrNotFound`.
	ErrNotExist = errdefs.ErrNotFound
)

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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