diskimage

package
v1.0.60 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 14, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DiskImageCmd = &cobra.Command{
	Use:     "diskimage",
	Aliases: []string{"diskimages", "template", "templates"},
	Short:   "Details of Civo disk images",
	RunE: func(cmd *cobra.Command, args []string) error {
		err := cmd.Help()
		if err != nil {
			return err
		}
		return errors.New("a valid subcommand is required")
	},
}

DiskImageCmd manages disk images

Functions

This section is empty.

Types

type DiskImage

type DiskImage struct {
	ID           string
	Name         string
	Version      string
	State        string
	Distribution string
}

DiskImage contains the fields of a Civo disk image

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL