package
0.0.0-20190918193452-3ce1eab57797
Repository: https://github.com/cloudfoundry/loggregator.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
NewMessageRouter is the preferred means of constructing a MessageRouter.
NewSinkManager creates a SinkManager.
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
MessageRouter consumes from a diode and sends envelopes to all recipients passed to the NewMessageRouter constructor.
SinkManager provides an in memory store of recent logs.
No description provided by the author
No description provided by the author

# Interfaces

EnvelopeSender is the interface the MessageRouter uses to send envelopes read from the diode.
No description provided by the author
No description provided by the author
MetricClient creates new Counter and Gauge metrics to be emitted periodically.
No description provided by the author