Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var VolumeTypeCmd = &cobra.Command{ Use: "volumetypes", Aliases: []string{"voltype", "volumetype"}, Short: "Details of Civo Volume Types", Long: `Commands to manage volume types in Civo cloud`, RunE: func(cmd *cobra.Command, args []string) error { err := cmd.Help() if err != nil { return err } return errors.New("a valid subcommand is required") }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.