Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client type for file based logging
type Options ¶
type Options struct { // OutputFolder is the folder where the logs will be stored OutputFolder string `yaml:"output-folder"` // OutputFile is the file where the jsonl logs will be stored OutputFile string `yaml:"output-file"` OutputJsonl bool `yaml:"output-jsonl"` }
Options required for file export
Click to show internal directories.
Click to hide internal directories.