# Functions
NewRsyslogStyle returns a RateLimiter based on rsyslog's rate limiter.
# Structs
RsyslogStyle is a rate limiter that works similar to rsyslog (and journald's) rate limiters, allowing you to set an interval and a burst.
# Interfaces
RateLimiter is an interface for implementing a rate limiter.