Versions in this module Expand all Collapse all v0 v0.1.1 Feb 11, 2020 Changes in this version + var ErrDomainNameRequired = MissingPositionalArgErr + var ErrImageNameRequired = MissingPositionalArgErr + var ErrTemplateNameRequired = MissingPositionalArgErr + var ErrURLOrPathRequired = MissingPositionalArgErr + func Connect(name string, mode string, user, identity string) error + func Create(name, image string, disks []string, options CreateOptions, config CreateConfig) error + func Destroy(name string, force bool) error + func Down(name string, force bool, graceful bool) error + func ImageGet(rawurl string, newName string, quiet bool) error + func ImageList() error + func ImageRemove(name string, force bool) error + func Inspect(name, outputformat string) error + func List(active, inactive bool) error + func LogErrorAndExit(err error) + func Restart(name string, force bool, graceful bool) error + func SnapshotCreate(domainName, snapshotName string) error + func SnapshotList(name string) error + func SnapshotRemove(domainName, snapshotName string) error + func SnapshotRevert(domainName, snapshotName string) error + func TemplateGet(name, arch string, quiet bool) error + func TemplateInfo(name, arch string) error + func TemplateList(sortBy string) error + func TemplateSync() error + func Up(name string, connectAfterUp bool) error + type CreateConfig struct + UEFI bool + type CreateOptions struct + ConnectAfterCreate bool + CreateInitialSnapshot bool + IsTransient bool + type MissingPositionalArgErr struct + func (e MissingPositionalArgErr) Error() string