Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ICacheInteractor ¶
ICacheInteractor is an autogenerated mock type for the ICacheInteractor type
func (*ICacheInteractor) Delete ¶
func (_m *ICacheInteractor) Delete(key string) error
Delete provides a mock function with given fields: key
func (*ICacheInteractor) Flush ¶
func (_m *ICacheInteractor) Flush() error
Flush provides a mock function with given fields:
func (*ICacheInteractor) Get ¶
func (_m *ICacheInteractor) Get(key string) (cache.CachedResponse, error)
Get provides a mock function with given fields: key
func (*ICacheInteractor) Origin ¶
func (_m *ICacheInteractor) Origin() string
Origin provides a mock function with given fields:
func (*ICacheInteractor) Set ¶
func (_m *ICacheInteractor) Set(key string, value cache.CachedResponse) error
Set provides a mock function with given fields: key, value
Click to show internal directories.
Click to hide internal directories.