Documentation
¶
Overview ¶
Package mock_cache is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockHistoryQuerier ¶
type MockHistoryQuerier struct {
// contains filtered or unexported fields
}
MockHistoryQuerier is a mock of HistoryQuerier interface.
func NewMockHistoryQuerier ¶
func NewMockHistoryQuerier(ctrl *gomock.Controller) *MockHistoryQuerier
NewMockHistoryQuerier creates a new mock instance.
func (*MockHistoryQuerier) EXPECT ¶
func (m *MockHistoryQuerier) EXPECT() *MockHistoryQuerierMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockHistoryQuerier) GetHistory ¶
GetHistory mocks base method.
type MockHistoryQuerierMockRecorder ¶
type MockHistoryQuerierMockRecorder struct {
// contains filtered or unexported fields
}
MockHistoryQuerierMockRecorder is the mock recorder for MockHistoryQuerier.
func (*MockHistoryQuerierMockRecorder) GetHistory ¶
func (mr *MockHistoryQuerierMockRecorder) GetHistory(ctx, limit any) *gomock.Call
GetHistory indicates an expected call of GetHistory.
Click to show internal directories.
Click to hide internal directories.