# Packages
No description provided by the author
# Functions
NewWebHook creates and returns a WebHook.
WithWebHookErrorHandler returns a WebHookOption that configures a WebHook's error handler for any error or non-200 status code.
WithWebHookInterval returns a WebHookOption that configures a WebHook's interval.
WithWebHookLogger returns a WebHookOption that configures a WebHook's logger.
WithWebHookStartTime sets the start time.
WithWebHookWindowing sets the WebHook into windowing mode.
# Structs
WebHook reads a window of time from the LogCache and hands the resulting envelope batches to a user defined go text/template.
# Type aliases
No description provided by the author
Reader reads envelopes from LogCache.
WebHookOption configures a WebHook.