Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddGetFlags ¶
func AddGetFlags(options *GetOptions, cmd *cobra.Command)
AddGetFlags is a helper function that adds common flags for get commands
func AddListFlags ¶
func AddListFlags(options *ListOptions, cmd *cobra.Command)
AddListFlags is a helper function that adds common flags for commands that list things
Types ¶
type GetOptions ¶
type GetOptions struct {
Format string
}
GetOptions used on commands that get a single Result, Record or Log
type ListOptions ¶
ListOptions is used on commands that list Results, Records or Logs
type Params ¶
type Params struct {
ResultsClient pb.ResultsClient
LogsClient pb.LogsClient
PluginLogsClient pb3.LogsClient
Clock clockwork.Clock
}
Params contains a ResultsClient and LogsClient
Click to show internal directories.
Click to hide internal directories.