storage

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: May 14, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package storage holds common data for dependent packages.

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrNoUniqueWithinLimit means we cant find unique ID within given time period.
	ErrNoUniqueWithinLimit = errors.New("cannot create unique id")
	// ErrNotFound means we have no data gor given ID.
	ErrNotFound = errors.New("item not found")
	// ErrDataCorrupted means we cannot fetch data from cache.
	ErrDataCorrupted = errors.New("item data was corrupted")
)

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
Package cache implements cache storage.
Package cache implements cache storage.

Jump to

Keyboard shortcuts

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