package
3.0.1+incompatible
Repository: https://github.com/cloud-foundations/dominator.git
Documentation: pkg.go.dev

# Functions

Get works like New except that successive calls to Get return the same instance.
GetStandardOptions will return the standard options.
New returns a new *LogBuffer with the standard options.
NewWithOptions will create a new *LogBuffer with the specified options.
UseFlagSet instructs this package to read its command-line flags from the given flag set instead of from the command line.

# Structs

LogBuffer is a circular buffer suitable for holding logs.
No description provided by the author