Documentation ¶
Overview ¶
Package mocks contains a mock of the store package interfaces
Index ¶
- type Storer
- func (ms *Storer) Close() (err error)
- func (ms *Storer) DeleteSiloString(silo string, key string) (err error)
- func (ms *Storer) DeleteString(key string) (err error)
- func (ms *Storer) GetSiloString(silo string, key string) (value string, err error)
- func (ms *Storer) GetString(key string) (value string, err error)
- func (ms *Storer) GlobalScan() (entries map[string]map[string]string, err error)
- func (ms *Storer) PutSiloString(silo string, key string, value string) (err error)
- func (ms *Storer) PutString(key string, value string) (err error)
- func (ms *Storer) Scan() (entries map[string]string, err error)
- func (ms *Storer) ScanSilo(silo string) (entries map[string]string, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storer ¶
Storer holds a mock to implement of mock of StringStorer
func (*Storer) DeleteSiloString ¶
DeleteSiloString mocks an implementation of DeleteSiloString
func (*Storer) DeleteString ¶
DeleteString mocks an implementation of DeleteString
func (*Storer) GetSiloString ¶
GetSiloString mocks an implementation of GetSiloString
func (*Storer) GlobalScan ¶
GlobalScan mocks an implementation of GlobalScan
func (*Storer) PutSiloString ¶
PutSiloString mocks an implementation of PutSiloString
Click to show internal directories.
Click to hide internal directories.