Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MESSAGE = "MESSAGE"
Functions ¶
This section is empty.
Types ¶
type CacheRepository ¶
type CacheRepository struct {
DBClient
}
func NewCacheRepository ¶
func NewCacheRepository() (*CacheRepository, error)
func (*CacheRepository) DeleteItem ¶
func (db *CacheRepository) DeleteItem(item string) error
func (*CacheRepository) ItemExists ¶
func (db *CacheRepository) ItemExists(item string) bool
func (*CacheRepository) SaveItem ¶
func (db *CacheRepository) SaveItem(item *string) error
Click to show internal directories.
Click to hide internal directories.