package
Version:
v3.3.0
Opens a new window with list of versions in this module.
Published: Jul 18, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
New creates a new JSONL exporter integration client based on options.
Close writes the in-memory data to the JSONL file specified by options.JSONLExport
and closes the exporter after operation
Export appends the passed result event to the list of objects to be exported to
the resulting JSONL file
type Options struct {
File string `yaml:"file"`
OmitRaw bool `yaml:"omit-raw"`
}
Options contains the configuration options for JSONL exporter client
Source Files
¶
Click to show internal directories.
Click to hide internal directories.