Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemDb ¶
type MemDb struct {
// contains filtered or unexported fields
}
func (*MemDb) RemoveKey ¶
func (mdb *MemDb) RemoveKey(k *key.ResponseKey)
func (*MemDb) SetKey ¶
func (mdb *MemDb) SetKey(k *key.ResponseKey)
type Storage ¶
type Storage interface {
GetAllKeys() ([]*key.ResponseKey, error)
GetUpdatedKeys(interval time.Duration) ([]*key.ResponseKey, error)
}
Click to show internal directories.
Click to hide internal directories.