Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogCounterOptions ¶
type LogCounterOptions struct { // command line options. See flag descriptions for the description JournaldSource string LogPath string Lookback string Delay string Pattern string Count int }
LogCounterOptions contains frequent event detector command line and application options.
func NewLogCounterOptions ¶
func NewLogCounterOptions() *LogCounterOptions
func (*LogCounterOptions) AddFlags ¶
func (fedo *LogCounterOptions) AddFlags(fs *pflag.FlagSet)
AddFlags adds log counter command line options to pflag.
Click to show internal directories.
Click to hide internal directories.