Documentation ¶
Overview ¶
Package events is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TestEventsClientSuite ¶
Types ¶
type EventsClientSuite ¶
func (*EventsClientSuite) TestOnePubOneSubObject ¶
func (suite *EventsClientSuite) TestOnePubOneSubObject()
type MockPort ¶
type MockPort struct {
// contains filtered or unexported fields
}
MockPort is a mock of Port interface.
func NewMockPort ¶
func NewMockPort(ctrl *gomock.Controller) *MockPort
NewMockPort creates a new mock instance.
func (*MockPort) EXPECT ¶
func (m *MockPort) EXPECT() *MockPortMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockPortMockRecorder ¶
type MockPortMockRecorder struct {
// contains filtered or unexported fields
}
MockPortMockRecorder is the mock recorder for MockPort.
func (*MockPortMockRecorder) Close ¶
func (mr *MockPortMockRecorder) Close(ctx interface{}) *gomock.Call
Close indicates an expected call of Close.
func (*MockPortMockRecorder) Publish ¶
func (mr *MockPortMockRecorder) Publish(ctx, backtestID, event interface{}) *gomock.Call
Publish indicates an expected call of Publish.
func (*MockPortMockRecorder) Subscribe ¶
func (mr *MockPortMockRecorder) Subscribe(ctx, backtestID interface{}) *gomock.Call
Subscribe indicates an expected call of Subscribe.
Click to show internal directories.
Click to hide internal directories.