Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Commands ¶
type Commands struct {
*ServiceCommand
Exec Exec `command:"exec" description:"Temporarily get and then execute a file"`
Get Get `command:"get" description:"Download a file and verify its checksum" alias:"download"`
List List `command:"list" description:"List available files"`
}
type Exec ¶
type Exec struct {
*ServiceCommand `no-flag:"true"`
clientcmd.InteractiveAuthCommand
Args ExecArgs `positional-args:"true"`
// contains filtered or unexported fields
}
type Get ¶
type Get struct {
*ServiceCommand `no-flag:"true"`
clientcmd.InteractiveAuthCommand
Args GetArgs `positional-args:"true"`
// contains filtered or unexported fields
}
type List ¶
type List struct {
*ServiceCommand `no-flag:"true"`
clientcmd.InteractiveAuthCommand
// contains filtered or unexported fields
}
type ServiceCommand ¶
type ServiceCommand struct {
clientcmd.ServiceCommand
}
func (ServiceCommand) GetService ¶
func (sc ServiceCommand) GetService() (*svc.Service, error)
Click to show internal directories.
Click to hide internal directories.