Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrUnexpected represents an unexpected error. ErrUnexpected = errors.New("An unexpected error as occur") // ErrNotFoundOnCache represents an error when the key was not found in cache. ErrNotFoundOnCache = errors.New("Not found on cache") // ErrGetCacheValue represents an error when an error occurs when getting cache's value. ErrGetCacheValue = errors.New("Not found on cache") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.