Versions in this module Expand all Collapse all v0 v0.1.1 Oct 2, 2018 v0.1.0 Sep 25, 2018 Changes in this version + type ImgInfo struct + ActuralSize uint64 + BackingFilename string + ClusterSize uint64 + DirtyFlag bool + Filename string + Format string + FormatSpecific map[string]interface{} + VirtualSize uint64 + type QemuImg struct + Info *ImgInfo + func OpenQemuImg(path string) (*QemuImg, error) + func (q *QemuImg) Create(bytes uint64) error + func (q *QemuImg) Delete() error + func (q *QemuImg) Download(src *url.URL) error + func (q *QemuImg) Resize(bytes uint64) error + func (q QemuImg) CreateBackingFile(path string) (*QemuImg, error) + func (q QemuImg) IsExists() bool