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 MockERC20BridgeView ¶
type MockERC20BridgeView struct {
// contains filtered or unexported fields
}
MockERC20BridgeView is a mock of ERC20BridgeView interface.
func NewMockERC20BridgeView ¶
func NewMockERC20BridgeView(ctrl *gomock.Controller) *MockERC20BridgeView
NewMockERC20BridgeView creates a new mock instance.
func (*MockERC20BridgeView) EXPECT ¶
func (m *MockERC20BridgeView) EXPECT() *MockERC20BridgeViewMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockERC20BridgeView) FindAsset ¶
func (m *MockERC20BridgeView) FindAsset(arg0 *types.AssetDetails) error
FindAsset mocks base method.
type MockERC20BridgeViewMockRecorder ¶
type MockERC20BridgeViewMockRecorder struct {
// contains filtered or unexported fields
}
MockERC20BridgeViewMockRecorder is the mock recorder for MockERC20BridgeView.
func (*MockERC20BridgeViewMockRecorder) FindAsset ¶
func (mr *MockERC20BridgeViewMockRecorder) FindAsset(arg0 interface{}) *gomock.Call
FindAsset indicates an expected call of FindAsset.
type MockNotary ¶ added in v0.55.0
type MockNotary struct {
// contains filtered or unexported fields
}
MockNotary is a mock of Notary interface.
func NewMockNotary ¶ added in v0.55.0
func NewMockNotary(ctrl *gomock.Controller) *MockNotary
NewMockNotary creates a new mock instance.
func (*MockNotary) EXPECT ¶ added in v0.55.0
func (m *MockNotary) EXPECT() *MockNotaryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockNotary) OfferSignatures ¶ added in v0.71.0
func (m *MockNotary) OfferSignatures(arg0 v1.NodeSignatureKind, arg1 func(string) []byte)
OfferSignatures mocks base method.
func (*MockNotary) StartAggregate ¶ added in v0.55.0
func (m *MockNotary) StartAggregate(arg0 string, arg1 v1.NodeSignatureKind, arg2 []byte)
StartAggregate mocks base method.
type MockNotaryMockRecorder ¶ added in v0.55.0
type MockNotaryMockRecorder struct {
// contains filtered or unexported fields
}
MockNotaryMockRecorder is the mock recorder for MockNotary.
func (*MockNotaryMockRecorder) OfferSignatures ¶ added in v0.71.0
func (mr *MockNotaryMockRecorder) OfferSignatures(arg0, arg1 interface{}) *gomock.Call
OfferSignatures indicates an expected call of OfferSignatures.
func (*MockNotaryMockRecorder) StartAggregate ¶ added in v0.55.0
func (mr *MockNotaryMockRecorder) StartAggregate(arg0, arg1, arg2 interface{}) *gomock.Call
StartAggregate indicates an expected call of StartAggregate.