Documentation ¶ Index ¶ func NewCommand(ctx *cli.Context) *cobra.Command type ImageRow Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewCommand ¶ func NewCommand(ctx *cli.Context) *cobra.Command NewCommand builds the `image` subcommand nested under `ulhost` (ucloud ulhost image list), mirroring the uhost image subcommand pattern. ULHost uses the same DescribeImage API as UHost but with different defaults. Types ¶ type ImageRow ¶ type ImageRow struct { ImageName string ImageID string ImageType string BasicImage string ExtensibleFeature string CreationTime string State string } ImageRow 表格行 — mirrors uhost's ImageRow for ulhost image list display. Source Files ¶ View all Source files cmd.golist.gorows.go Click to show internal directories. Click to hide internal directories.