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.
Click to show internal directories.
Click to hide internal directories.