Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventSource ¶
type EventSource interface {
Receive(queue string, commands chan *rules.Event, events chan *rules.Event) error
TriggerReload() error
Close()
}
func NewNatsEventSource ¶
func NewNatsEventSource(url string) EventSource
Click to show internal directories.
Click to hide internal directories.