Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
- type MockConduit
- func (m *MockConduit) Close() error
- func (m *MockConduit) EXPECT() *MockConduitMockRecorder
- func (m *MockConduit) Multicast(arg0 interface{}, arg1 uint, arg2 ...flow.Identifier) error
- func (m *MockConduit) Publish(arg0 interface{}, arg1 ...flow.Identifier) error
- func (m *MockConduit) Submit(arg0 interface{}, arg1 ...flow.Identifier) error
- func (m *MockConduit) Unicast(arg0 interface{}, arg1 flow.Identifier) error
- type MockConduitMockRecorder
- func (mr *MockConduitMockRecorder) Close() *gomock.Call
- func (mr *MockConduitMockRecorder) Multicast(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockConduitMockRecorder) Publish(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *MockConduitMockRecorder) Submit(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *MockConduitMockRecorder) Unicast(arg0, arg1 interface{}) *gomock.Call
- type MockEngine
- func (m *MockEngine) EXPECT() *MockEngineMockRecorder
- func (m *MockEngine) Process(arg0 flow.Identifier, arg1 interface{}) error
- func (m *MockEngine) ProcessLocal(arg0 interface{}) error
- func (m *MockEngine) Submit(arg0 flow.Identifier, arg1 interface{})
- func (m *MockEngine) SubmitLocal(arg0 interface{})
- type MockEngineMockRecorder
- func (mr *MockEngineMockRecorder) Process(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEngineMockRecorder) ProcessLocal(arg0 interface{}) *gomock.Call
- func (mr *MockEngineMockRecorder) Submit(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEngineMockRecorder) SubmitLocal(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockConduit ¶
type MockConduit struct {
// contains filtered or unexported fields
}
MockConduit is a mock of Conduit interface
func NewMockConduit ¶
func NewMockConduit(ctrl *gomock.Controller) *MockConduit
NewMockConduit creates a new mock instance
func (*MockConduit) EXPECT ¶
func (m *MockConduit) EXPECT() *MockConduitMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockConduit) Multicast ¶
func (m *MockConduit) Multicast(arg0 interface{}, arg1 uint, arg2 ...flow.Identifier) error
Multicast mocks base method
func (*MockConduit) Publish ¶
func (m *MockConduit) Publish(arg0 interface{}, arg1 ...flow.Identifier) error
Publish mocks base method
func (*MockConduit) Submit ¶
func (m *MockConduit) Submit(arg0 interface{}, arg1 ...flow.Identifier) error
Submit mocks base method
func (*MockConduit) Unicast ¶
func (m *MockConduit) Unicast(arg0 interface{}, arg1 flow.Identifier) error
Unicast mocks base method
type MockConduitMockRecorder ¶
type MockConduitMockRecorder struct {
// contains filtered or unexported fields
}
MockConduitMockRecorder is the mock recorder for MockConduit
func (*MockConduitMockRecorder) Close ¶
func (mr *MockConduitMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close
func (*MockConduitMockRecorder) Multicast ¶
func (mr *MockConduitMockRecorder) Multicast(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Multicast indicates an expected call of Multicast
func (*MockConduitMockRecorder) Publish ¶
func (mr *MockConduitMockRecorder) Publish(arg0 interface{}, arg1 ...interface{}) *gomock.Call
Publish indicates an expected call of Publish
func (*MockConduitMockRecorder) Submit ¶
func (mr *MockConduitMockRecorder) Submit(arg0 interface{}, arg1 ...interface{}) *gomock.Call
Submit indicates an expected call of Submit
func (*MockConduitMockRecorder) Unicast ¶
func (mr *MockConduitMockRecorder) Unicast(arg0, arg1 interface{}) *gomock.Call
Unicast indicates an expected call of Unicast
type MockEngine ¶
type MockEngine struct {
// contains filtered or unexported fields
}
MockEngine is a mock of Engine interface
func NewMockEngine ¶
func NewMockEngine(ctrl *gomock.Controller) *MockEngine
NewMockEngine creates a new mock instance
func (*MockEngine) EXPECT ¶
func (m *MockEngine) EXPECT() *MockEngineMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockEngine) Process ¶
func (m *MockEngine) Process(arg0 flow.Identifier, arg1 interface{}) error
Process mocks base method
func (*MockEngine) ProcessLocal ¶
func (m *MockEngine) ProcessLocal(arg0 interface{}) error
ProcessLocal mocks base method
func (*MockEngine) Submit ¶
func (m *MockEngine) Submit(arg0 flow.Identifier, arg1 interface{})
Submit mocks base method
func (*MockEngine) SubmitLocal ¶
func (m *MockEngine) SubmitLocal(arg0 interface{})
SubmitLocal mocks base method
type MockEngineMockRecorder ¶
type MockEngineMockRecorder struct {
// contains filtered or unexported fields
}
MockEngineMockRecorder is the mock recorder for MockEngine
func (*MockEngineMockRecorder) Process ¶
func (mr *MockEngineMockRecorder) Process(arg0, arg1 interface{}) *gomock.Call
Process indicates an expected call of Process
func (*MockEngineMockRecorder) ProcessLocal ¶
func (mr *MockEngineMockRecorder) ProcessLocal(arg0 interface{}) *gomock.Call
ProcessLocal indicates an expected call of ProcessLocal
func (*MockEngineMockRecorder) Submit ¶
func (mr *MockEngineMockRecorder) Submit(arg0, arg1 interface{}) *gomock.Call
Submit indicates an expected call of Submit
func (*MockEngineMockRecorder) SubmitLocal ¶
func (mr *MockEngineMockRecorder) SubmitLocal(arg0 interface{}) *gomock.Call
SubmitLocal indicates an expected call of SubmitLocal