# Functions
NewReceiverInterceptor returns a new ReceiverInterceptorFactory.
NewSenderInterceptor returns a new SenderInterceptorFactory.
ReceiverInterval sets send interval for the interceptor.
ReceiverLog sets a logger for the interceptor.
ReceiverNow sets an alternative for the time.Now function.
SenderInterval sets send interval for the interceptor.
SenderLog sets a logger for the interceptor.
SenderNow sets an alternative for the time.Now function.
# Structs
ReceiverInterceptor interceptor generates receiver reports.
ReceiverInterceptorFactory is a interceptor.Factory for a ReceiverInterceptor.
SenderInterceptor interceptor generates sender reports.
SenderInterceptorFactory is a interceptor.Factory for a SenderInterceptor.
# Type aliases
ReceiverOption can be used to configure ReceiverInterceptor.
SenderOption can be used to configure SenderInterceptor.