Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultExecutor ¶
Types ¶
type CounterMonoid ¶
type CounterMonoid uint64
func (*CounterMonoid) Add ¶
func (monoid *CounterMonoid) Add(that Monoid)
func (*CounterMonoid) Export ¶
func (monoid *CounterMonoid) Export() float64
type EventAggregator ¶
type EventAggregator struct {
// contains filtered or unexported fields
}
func NewEventAggregator ¶
func NewEventAggregator(cfg EventAggregatorConfig) *EventAggregator
func (*EventAggregator) HandlerOf ¶
func (aggregator *EventAggregator) HandlerOf(site *spi.LogSite) spi.EventHandler
type EventAggregatorConfig ¶
type Monoid ¶
func NewCounterMonoid ¶
func NewCounterMonoid() Monoid
type State ¶
type State interface { spi.EventHandler GetWindow() *Window }
Click to show internal directories.
Click to hide internal directories.