Documentation ¶
Index ¶
- Variables
- type I
- func (i I) Add(key string, payload model.Payload, metadata *model.Metadata) (err error)
- func (i I) Delete(key string) (err error)
- func (i I) Exists(key string) (err error)
- func (i I) ForceAdd(key string, payload model.Payload, metadata *model.Metadata) (err error)
- func (i I) Get(key string) (payload model.Payload, err error)
- func (i I) List(key string) (keys model.Keys, err error)
- func (i I) Update(key string, payload model.Payload, metadata *model.Metadata) (err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ObjectDoesNotExistsError = echo.NewHTTPError(http.StatusNotFound, "Object Does Not Exists")
)
Custom Errors
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.