package
0.79.0-preview.4
Repository: https://github.com/vegaprotocol/vega.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
NewMockInterface creates a new mock instance.
NewMockSocketClient creates a new mock instance.
NewMockSubscriber 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.
MockInterface is a mock of Interface interface.
MockInterfaceMockRecorder is the mock recorder for MockInterface.
MockSocketClient is a mock of SocketClient interface.
MockSocketClientMockRecorder is the mock recorder for MockSocketClient.
MockSubscriber is a mock of Subscriber interface.
MockSubscriberMockRecorder is the mock recorder for MockSubscriber.