package
1.0.0
Repository: https://github.com/cloudfoundry/go-log-cache.git
Documentation: pkg.go.dev

# 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.