Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Aggregator ¶
type Aggregator struct { sync.Mutex EventBus chan models.Event StateBus chan models.SensorState ErrorBus chan error // contains filtered or unexported fields }
func NewAggregator ¶
func NewAggregator(conf *Config) *Aggregator
func (*Aggregator) Start ¶
func (r *Aggregator) Start(geoLocate bool) (err error)
type Config ¶
type Parser ¶
type Reporter ¶
type Rule ¶
type Sensor ¶
Click to show internal directories.
Click to hide internal directories.