Documentation ¶
Index ¶
Constants ¶
View Source
const ( QCOW2 = TImageFormat("qcow2") VMDK = TImageFormat("vmdk") VHD = TImageFormat("vhd") ISO = TImageFormat("iso") RAW = TImageFormat("raw") )
Variables ¶
This section is empty.
Functions ¶
func IsSupportedImageFormat ¶
Types ¶
type TImageFormat ¶
type TImageFormat string
func String2ImageFormat ¶
func String2ImageFormat(fmt string) TImageFormat
func (TImageFormat) String ¶
func (fmt TImageFormat) String() string
Click to show internal directories.
Click to hide internal directories.