Documentation ¶
Index ¶
- type Codec
- type Conduit
- func (_m *Conduit) Close() error
- func (_m *Conduit) Multicast(event interface{}, num uint, targetIDs ...flow.Identifier) error
- func (_m *Conduit) Publish(event interface{}, targetIDs ...flow.Identifier) error
- func (_m *Conduit) Submit(event interface{}, targetIDs ...flow.Identifier) error
- func (_m *Conduit) Unicast(event interface{}, targetID flow.Identifier) error
- type Decoder
- type Encoder
- type Engine
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Codec ¶
Codec is an autogenerated mock type for the Codec type
func (*Codec) NewDecoder ¶
NewDecoder provides a mock function with given fields: r
type Conduit ¶
Conduit is an autogenerated mock type for the Conduit type
func (*Conduit) Multicast ¶
func (_m *Conduit) Multicast(event interface{}, num uint, targetIDs ...flow.Identifier) error
Multicast provides a mock function with given fields: event, num, targetIDs
func (*Conduit) Publish ¶
func (_m *Conduit) Publish(event interface{}, targetIDs ...flow.Identifier) error
Publish provides a mock function with given fields: event, targetIDs
type Engine ¶
Engine is an autogenerated mock type for the Engine type
func (*Engine) Process ¶
func (_m *Engine) Process(originID flow.Identifier, event interface{}) error
Process provides a mock function with given fields: originID, event
func (*Engine) ProcessLocal ¶
ProcessLocal provides a mock function with given fields: event
func (*Engine) Submit ¶
func (_m *Engine) Submit(originID flow.Identifier, event interface{})
Submit provides a mock function with given fields: originID, event
func (*Engine) SubmitLocal ¶
func (_m *Engine) SubmitLocal(event interface{})
SubmitLocal provides a mock function with given fields: event