Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventReceiver ¶
EventReceiver returns dispatched events
type ProxyEventDispatcher ¶
type ProxyEventDispatcher struct {
// contains filtered or unexported fields
}
ProxyEventDispatcher represents a valid HTTP implementation of the Dispatcher interface
func (*ProxyEventDispatcher) DispatchEvent ¶
func (d *ProxyEventDispatcher) DispatchEvent(event event.LogEvent) (bool, error)
DispatchEvent dispatches event with callback
func (*ProxyEventDispatcher) GetEvents ¶
func (d *ProxyEventDispatcher) GetEvents() []event.Batch
GetEvents returns dispatched events
type TestCompositeService ¶
type TestCompositeService struct { decision.CompositeService // contains filtered or unexported fields }
TestCompositeService represents a CompositeService with custom implementations
func (*TestCompositeService) AddListeners ¶
func (c *TestCompositeService) AddListeners(listeners map[string]int)
AddListeners - Adds Notification Listeners
func (*TestCompositeService) GetListenersCalled ¶
func (c *TestCompositeService) GetListenersCalled() []models.DecisionListener
GetListenersCalled - Returns listeners called
Click to show internal directories.
Click to hide internal directories.