Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrAlreadyExist is the error returned when data added in the store // already exists. ErrAlreadyExist = errors.New("already exists") // ErrNotExist is the error returned when data is not in the store. ErrNotExist = errors.New("does not exist") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.