Versions in this module Expand all Collapse all v1 v1.0.21 Jan 19, 2023 v1.0.20 Jan 19, 2023 Changes in this version + type MockMetrics struct + func NewMockMetrics(ctrl *gomock.Controller) *MockMetrics + func (m *MockMetrics) EXPECT() *MockMetricsMockRecorder + func (m_2 *MockMetrics) TrackDepositMessage(m *message.Message) + type MockMetricsMockRecorder struct + func (mr *MockMetricsMockRecorder) TrackDepositMessage(m interface{}) *gomock.Call + type MockRelayedChain struct + func NewMockRelayedChain(ctrl *gomock.Controller) *MockRelayedChain + func (m *MockRelayedChain) DomainID() uint8 + func (m *MockRelayedChain) EXPECT() *MockRelayedChainMockRecorder + func (m *MockRelayedChain) PollEvents(ctx context.Context, sysErr chan<- error, msgChan chan *message.Message) + func (m *MockRelayedChain) Write(message *message.Message) error + type MockRelayedChainMockRecorder struct + func (mr *MockRelayedChainMockRecorder) DomainID() *gomock.Call + func (mr *MockRelayedChainMockRecorder) PollEvents(ctx, sysErr, msgChan interface{}) *gomock.Call + func (mr *MockRelayedChainMockRecorder) Write(message interface{}) *gomock.Call