Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GetLogResultsCommand ¶
type GetLogResultsCommand struct { // Check ID Check string // Report date Date string // Scan ID Scan string PrettyPrint bool }
GetLogResultsCommand is the command line data structure for the getLog action of Results
func (*GetLogResultsCommand) RegisterFlags ¶
func (cmd *GetLogResultsCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type GetReportResultsCommand ¶
type GetReportResultsCommand struct { // Check ID Check string // Report date Date string // Scan ID Scan string PrettyPrint bool }
GetReportResultsCommand is the command line data structure for the getReport action of Results
func (*GetReportResultsCommand) RegisterFlags ¶
func (cmd *GetReportResultsCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type RawResultsCommand ¶
RawResultsCommand is the command line data structure for the raw action of Results
func (*RawResultsCommand) RegisterFlags ¶
func (cmd *RawResultsCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type ReportResultsCommand ¶
ReportResultsCommand is the command line data structure for the report action of Results
func (*ReportResultsCommand) RegisterFlags ¶
func (cmd *ReportResultsCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type ShowHealthcheckCommand ¶
type ShowHealthcheckCommand struct {
PrettyPrint bool
}
ShowHealthcheckCommand is the command line data structure for the show action of healthcheck
func (*ShowHealthcheckCommand) RegisterFlags ¶
func (cmd *ShowHealthcheckCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.