Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AddSamplesCommand ¶
AddSamplesCommand is the command line data structure for the add action of samples
func (*AddSamplesCommand) RegisterFlags ¶
func (cmd *AddSamplesCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type DeleteSamplesCommand ¶
DeleteSamplesCommand is the command line data structure for the delete action of samples
func (*DeleteSamplesCommand) RegisterFlags ¶
func (cmd *DeleteSamplesCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type DownloadCommand ¶
type DownloadCommand struct { // OutFile is the path to the download output file. OutFile string }
DownloadCommand is the command line data structure for the download command.
type ListSamplesCommand ¶
ListSamplesCommand is the command line data structure for the list action of samples
func (*ListSamplesCommand) RegisterFlags ¶
func (cmd *ListSamplesCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type ShowSamplesCommand ¶
ShowSamplesCommand is the command line data structure for the show action of samples
func (*ShowSamplesCommand) RegisterFlags ¶
func (cmd *ShowSamplesCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type UpdateSamplesCommand ¶
type UpdateSamplesCommand struct { Payload string ContentType string // sample id ID int PrettyPrint bool }
UpdateSamplesCommand is the command line data structure for the update action of samples
func (*UpdateSamplesCommand) RegisterFlags ¶
func (cmd *UpdateSamplesCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.