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 MockBtcd ¶
type MockBtcd struct {
// contains filtered or unexported fields
}
MockBtcd is a mock of Btcd interface
func NewMockBtcd ¶
func NewMockBtcd(ctrl *gomock.Controller) *MockBtcd
NewMockBtcd creates a new mock instance
func (*MockBtcd) EXPECT ¶
func (m *MockBtcd) EXPECT() *MockBtcdMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockBtcd) SearchRawTransactions ¶
func (m *MockBtcd) SearchRawTransactions(addr string, startIdx, max int64) (*[]btcd.ResponseSearchRawTransactions, error)
SearchRawTransactions mocks base method
type MockBtcdMockRecorder ¶
type MockBtcdMockRecorder struct {
// contains filtered or unexported fields
}
MockBtcdMockRecorder is the mock recorder for MockBtcd
func (*MockBtcdMockRecorder) GetInfo ¶
func (mr *MockBtcdMockRecorder) GetInfo() *gomock.Call
GetInfo indicates an expected call of GetInfo
func (*MockBtcdMockRecorder) SearchRawTransactions ¶
func (mr *MockBtcdMockRecorder) SearchRawTransactions(addr, startIdx, max interface{}) *gomock.Call
SearchRawTransactions indicates an expected call of SearchRawTransactions
Click to show internal directories.
Click to hide internal directories.