Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockMemory
- type MockMemoryMockRecorder
- func (mr *MockMemoryMockRecorder) Close() *gomock.Call
- func (mr *MockMemoryMockRecorder) Del(arg0 any) *gomock.Call
- func (mr *MockMemoryMockRecorder) Get(arg0 any) *gomock.Call
- func (mr *MockMemoryMockRecorder) Has(arg0 any) *gomock.Call
- func (mr *MockMemoryMockRecorder) Put(arg0, arg1 any) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockMemory ¶
type MockMemory struct {
// contains filtered or unexported fields
}
MockMemory is a mock of Memory interface.
func NewMockMemory ¶
func NewMockMemory(ctrl *gomock.Controller) *MockMemory
NewMockMemory creates a new mock instance.
func (*MockMemory) EXPECT ¶
func (m *MockMemory) EXPECT() *MockMemoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockMemoryMockRecorder ¶
type MockMemoryMockRecorder struct {
// contains filtered or unexported fields
}
MockMemoryMockRecorder is the mock recorder for MockMemory.
func (*MockMemoryMockRecorder) Close ¶
func (mr *MockMemoryMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close.
func (*MockMemoryMockRecorder) Del ¶
func (mr *MockMemoryMockRecorder) Del(arg0 any) *gomock.Call
Del indicates an expected call of Del.
func (*MockMemoryMockRecorder) Get ¶
func (mr *MockMemoryMockRecorder) Get(arg0 any) *gomock.Call
Get indicates an expected call of Get.
Click to show internal directories.
Click to hide internal directories.