Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationDeleteCommand ¶
type ApplicationDeleteCommand struct { ApiMeta command.ApiMeta // contains filtered or unexported fields }
func (*ApplicationDeleteCommand) Help ¶
func (c *ApplicationDeleteCommand) Help() string
func (*ApplicationDeleteCommand) Run ¶
func (c *ApplicationDeleteCommand) Run(args []string) int
func (*ApplicationDeleteCommand) Synopsis ¶
func (c *ApplicationDeleteCommand) Synopsis() string
type ApplicationGetCommand ¶
type ApplicationGetCommand struct { ApiMeta command.ApiMeta // contains filtered or unexported fields }
func (*ApplicationGetCommand) Help ¶
func (c *ApplicationGetCommand) Help() string
func (*ApplicationGetCommand) Run ¶
func (c *ApplicationGetCommand) Run(args []string) int
func (*ApplicationGetCommand) Synopsis ¶
func (c *ApplicationGetCommand) Synopsis() string
type ApplicationListCommand ¶
func (*ApplicationListCommand) Help ¶
func (c *ApplicationListCommand) Help() string
func (*ApplicationListCommand) Run ¶
func (c *ApplicationListCommand) Run(args []string) int
func (*ApplicationListCommand) Synopsis ¶
func (c *ApplicationListCommand) Synopsis() string
type ApplicationSaveCommand ¶
type ApplicationSaveCommand struct { ApiMeta command.ApiMeta // contains filtered or unexported fields }
func (*ApplicationSaveCommand) Help ¶
func (c *ApplicationSaveCommand) Help() string
func (*ApplicationSaveCommand) Run ¶
func (c *ApplicationSaveCommand) Run(args []string) int
func (*ApplicationSaveCommand) Synopsis ¶
func (c *ApplicationSaveCommand) Synopsis() string
Click to show internal directories.
Click to hide internal directories.