Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Buffer ¶
type Buffer struct {
// contains filtered or unexported fields
}
Buffer is a simple wrapper around the go-diode for the events.Envelope type.
func (*Buffer) Alert ¶
Alert is used by the internal diode. When envelopes are dropped we simply log a message noting how many envelopes were dropped.
type Ingestor ¶
type Ingestor struct {
// contains filtered or unexported fields
}
Ingestor will read envelopes off of a channel and write them to a given buffer.
func NewIngestor ¶
NewIngestor returns an initialized Ingestor.
type Processor ¶
type Processor struct {
// contains filtered or unexported fields
}
Processor will read data from the Diode and update values in the store
func NewProcessor ¶
NewProcessor initializes a new Processor.
Click to show internal directories.
Click to hide internal directories.