Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mockcache ¶
type Mockcache struct {
// contains filtered or unexported fields
}
Mockcache is a mock of cache interface.
func NewMockcache ¶
func NewMockcache(ctrl *gomock.Controller) *Mockcache
NewMockcache creates a new mock instance.
func (*Mockcache) EXPECT ¶
func (m *Mockcache) EXPECT() *MockcacheMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockcacheMockRecorder ¶
type MockcacheMockRecorder struct {
// contains filtered or unexported fields
}
MockcacheMockRecorder is the mock recorder for Mockcache.
func (*MockcacheMockRecorder) Add ¶
func (mr *MockcacheMockRecorder) Add(key, value interface{}) *gomock.Call
Add indicates an expected call of Add.
func (*MockcacheMockRecorder) Get ¶
func (mr *MockcacheMockRecorder) Get(key interface{}) *gomock.Call
Get indicates an expected call of Get.
Click to show internal directories.
Click to hide internal directories.