Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // helper for testing purposes NoopHandleFn = func(protocol.CmdRequestV1) {} )
Functions ¶
This section is empty.
Types ¶
type HandleFn ¶
type HandleFn func(protocol.CmdRequestV1)
func NewHandleFn ¶
func NewHandleFn(definitionQueue chan<- integration.Definition, il integration.InstancesLookup, logger log.Entry) HandleFn
NewHandleFn creates a handler func that runs every command within the request batch independently. Each command is run in parallel and won't depend on the results of the other ones.
Click to show internal directories.
Click to hide internal directories.