Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockEthereumWallet
- func (m *MockEthereumWallet) Algo() string
- func (m *MockEthereumWallet) Chain() string
- func (m *MockEthereumWallet) Cleanup() error
- func (m *MockEthereumWallet) EXPECT() *MockEthereumWalletMockRecorder
- func (m *MockEthereumWallet) Name() string
- func (m *MockEthereumWallet) PubKey() crypto.PublicKey
- func (m *MockEthereumWallet) Reload(arg0 registry.EthereumWalletDetails) error
- func (m *MockEthereumWallet) Sign(arg0 []byte) ([]byte, error)
- func (m *MockEthereumWallet) Version() (string, error)
- type MockEthereumWalletMockRecorder
- func (mr *MockEthereumWalletMockRecorder) Algo() *gomock.Call
- func (mr *MockEthereumWalletMockRecorder) Chain() *gomock.Call
- func (mr *MockEthereumWalletMockRecorder) Cleanup() *gomock.Call
- func (mr *MockEthereumWalletMockRecorder) Name() *gomock.Call
- func (mr *MockEthereumWalletMockRecorder) PubKey() *gomock.Call
- func (mr *MockEthereumWalletMockRecorder) Reload(arg0 interface{}) *gomock.Call
- func (mr *MockEthereumWalletMockRecorder) Sign(arg0 interface{}) *gomock.Call
- func (mr *MockEthereumWalletMockRecorder) Version() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockEthereumWallet ¶
type MockEthereumWallet struct {
// contains filtered or unexported fields
}
MockEthereumWallet is a mock of EthereumWallet interface.
func NewMockEthereumWallet ¶
func NewMockEthereumWallet(ctrl *gomock.Controller) *MockEthereumWallet
NewMockEthereumWallet creates a new mock instance.
func (*MockEthereumWallet) Algo ¶
func (m *MockEthereumWallet) Algo() string
Algo mocks base method.
func (*MockEthereumWallet) Chain ¶
func (m *MockEthereumWallet) Chain() string
Chain mocks base method.
func (*MockEthereumWallet) Cleanup ¶
func (m *MockEthereumWallet) Cleanup() error
Cleanup mocks base method.
func (*MockEthereumWallet) EXPECT ¶
func (m *MockEthereumWallet) EXPECT() *MockEthereumWalletMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockEthereumWallet) Name ¶
func (m *MockEthereumWallet) Name() string
Name mocks base method.
func (*MockEthereumWallet) PubKey ¶
func (m *MockEthereumWallet) PubKey() crypto.PublicKey
PubKey mocks base method.
func (*MockEthereumWallet) Reload ¶
func (m *MockEthereumWallet) Reload(arg0 registry.EthereumWalletDetails) error
Reload mocks base method.
func (*MockEthereumWallet) Sign ¶
func (m *MockEthereumWallet) Sign(arg0 []byte) ([]byte, error)
Sign mocks base method.
func (*MockEthereumWallet) Version ¶
func (m *MockEthereumWallet) Version() (string, error)
Version mocks base method.
type MockEthereumWalletMockRecorder ¶
type MockEthereumWalletMockRecorder struct {
// contains filtered or unexported fields
}
MockEthereumWalletMockRecorder is the mock recorder for MockEthereumWallet.
func (*MockEthereumWalletMockRecorder) Algo ¶
func (mr *MockEthereumWalletMockRecorder) Algo() *gomock.Call
Algo indicates an expected call of Algo.
func (*MockEthereumWalletMockRecorder) Chain ¶
func (mr *MockEthereumWalletMockRecorder) Chain() *gomock.Call
Chain indicates an expected call of Chain.
func (*MockEthereumWalletMockRecorder) Cleanup ¶
func (mr *MockEthereumWalletMockRecorder) Cleanup() *gomock.Call
Cleanup indicates an expected call of Cleanup.
func (*MockEthereumWalletMockRecorder) Name ¶
func (mr *MockEthereumWalletMockRecorder) Name() *gomock.Call
Name indicates an expected call of Name.
func (*MockEthereumWalletMockRecorder) PubKey ¶
func (mr *MockEthereumWalletMockRecorder) PubKey() *gomock.Call
PubKey indicates an expected call of PubKey.
func (*MockEthereumWalletMockRecorder) Reload ¶
func (mr *MockEthereumWalletMockRecorder) Reload(arg0 interface{}) *gomock.Call
Reload indicates an expected call of Reload.
func (*MockEthereumWalletMockRecorder) Sign ¶
func (mr *MockEthereumWalletMockRecorder) Sign(arg0 interface{}) *gomock.Call
Sign indicates an expected call of Sign.
func (*MockEthereumWalletMockRecorder) Version ¶
func (mr *MockEthereumWalletMockRecorder) Version() *gomock.Call
Version indicates an expected call of Version.