Documentation ¶
Overview ¶
Package streamlogs implements 'agent stream-logs'.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CliParams ¶
type CliParams struct { *command.GlobalParams // Output represents the output file path to write the log stream to. FilePath string // Duration represents the duration of the log stream. Duration time.Duration // Quiet represents whether the log stream should be quiet. Quiet bool // contains filtered or unexported fields }
CliParams are the command-line arguments for this subcommand
Click to show internal directories.
Click to hide internal directories.