Documentation ¶ Index ¶ type Generator Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Generator ¶ type Generator interface { // Start starts the generator and writes data using the // provided generator writer. Start(writer output.Writer) error // Stop stops the generator. Stop(ctx context.Context) error } Generator is the interface for generating data. Source Files ¶ View all Source files generator.go Directories ¶ Show internal Expand all Path Synopsis apache apache_combined apache_error count filegen json kubernetes nginx nop okta paloalto postgres winevt Click to show internal directories. Click to hide internal directories.