package
Version:
v0.116.0
Opens a new window with list of versions in this module.
Published: Dec 17, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
helper.InputConfig `mapstructure:",squash"`
Entry entry.Entry `mapstructure:"entry"`
Count int `mapstructure:"count"`
Static bool `mapstructure:"static"`
}
Config is the configuration of a generate input operator.
NewConfig creates a new generate input config with default values
Build will build a generate input operator.
Input is an operator that generates log entries.
Start will start generating log entries.
Stop will stop generating logs.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.