package
0.79.0-preview.4
Repository: https://github.com/vegaprotocol/vega.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
NewMockChainInfoI creates a new mock instance.
NewMockSubscriber creates a new mock instance.
NewMockTestInterface creates a new mock instance.
# Structs
MockBroker - drop in mock that allows us to check the events themselves in unit tests (and as such ensure the state changes are correct) We're only overriding the Send and SendBatch functions.
MockChainInfoI is a mock of ChainInfoI interface.
MockChainInfoIMockRecorder is the mock recorder for MockChainInfoI.
MockSubscriber is a mock of Subscriber interface.
MockSubscriberMockRecorder is the mock recorder for MockSubscriber.
MockTestInterface is a mock of TestInterface interface.
MockTestInterfaceMockRecorder is the mock recorder for MockTestInterface.