package
0.0.0-20240705082053-5b77a830d434
Repository: https://github.com/opsramp/tracing-proxy.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
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
No description provided by the author
No description provided by the author
DiscardSender implements the Sender interface and drops all events.
No description provided by the author
MockSender implements the Sender interface by retaining a slice of added events, for use in unit tests.
Response is a record of an event sent.
No description provided by the author
No description provided by the author
WriterSender implements the Sender interface by marshalling events to JSON and writing to STDOUT, or to the writer W if one is specified.