Documentation
¶
Overview ¶
Package routing resolves a captured event to the destinations that should receive it. It is pure logic with no I/O.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Resolve ¶
func Resolve(e core.Event, destinations []core.Destination) []core.Destination
Resolve returns the subset of destinations that are enabled and whose filter matches the event. Order is preserved. The result is never nil.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.