Documentation ¶
Overview ¶
Code generated by MockGen. DO NOT EDIT. Source: ./blocks.go
Generated by this command:
mockgen -typed -package=blockssync -destination=./mocks.go -source=./blocks.go
Package blockssync is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MockblockFetcher ¶
type MockblockFetcher struct {
// contains filtered or unexported fields
}
MockblockFetcher is a mock of blockFetcher interface.
func NewMockblockFetcher ¶
func NewMockblockFetcher(ctrl *gomock.Controller) *MockblockFetcher
NewMockblockFetcher creates a new mock instance.
func (*MockblockFetcher) EXPECT ¶
func (m *MockblockFetcher) EXPECT() *MockblockFetcherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockblockFetcherMockRecorder ¶
type MockblockFetcherMockRecorder struct {
// contains filtered or unexported fields
}
MockblockFetcherMockRecorder is the mock recorder for MockblockFetcher.
func (*MockblockFetcherMockRecorder) GetBlocks ¶
func (mr *MockblockFetcherMockRecorder) GetBlocks(arg0, arg1 any) *blockFetcherGetBlocksCall
GetBlocks indicates an expected call of GetBlocks.
Click to show internal directories.
Click to hide internal directories.