Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddGetCommand ¶
func AddSubmitCommand ¶ added in v0.1.4
func AddSubmitListCommand ¶ added in v0.1.4
func AddUpgradeCommand ¶
Types ¶
type GetCommand ¶ added in v0.2.1
type GetCommand struct {
// contains filtered or unexported fields
}
func NewGetCommand ¶ added in v0.2.1
func NewGetCommand(command *cobra.Command, args []string) (*GetCommand, error)
func (*GetCommand) Process ¶ added in v0.2.1
func (get *GetCommand) Process() error
type SubmitCommand ¶ added in v0.2.1
type SubmitCommand struct {
// contains filtered or unexported fields
}
func NewSubmitCommand ¶ added in v0.2.1
func NewSubmitCommand(command *cobra.Command, args []string) (*SubmitCommand, error)
func (*SubmitCommand) Process ¶ added in v0.2.1
func (submit *SubmitCommand) Process() error
type SubmitListCommand ¶ added in v0.2.1
type SubmitListCommand struct {
// contains filtered or unexported fields
}
func NewSubmitListCommand ¶ added in v0.2.1
func NewSubmitListCommand(command *cobra.Command, args []string) (*SubmitListCommand, error)
func (*SubmitListCommand) Process ¶ added in v0.2.1
func (submitls *SubmitListCommand) Process() error
type UpgradeCommand ¶ added in v0.2.1
type UpgradeCommand struct {
// contains filtered or unexported fields
}
func NewUpgradeCommand ¶ added in v0.2.1
func NewUpgradeCommand(command *cobra.Command, args []string) (*UpgradeCommand, error)
func (*UpgradeCommand) Process ¶ added in v0.2.1
func (upgrade *UpgradeCommand) Process() error
Click to show internal directories.
Click to hide internal directories.