Versions in this module Expand all Collapse all v0 v0.1.0 Oct 25, 2024 Changes in this version + var Available = impls.Available + var Default = impls.Default + var Instance = impls.Instance + type CreateOption interface + ApplyToCreate func(o *CreateOptions) + type CreateOptions struct + Size *int64 + SourceFile string + func (o *CreateOptions) ApplyOptions(opts []CreateOption) + func (o *CreateOptions) ApplyToCreate(o2 *CreateOptions) + type Exec struct + func (Exec) Create(filename string, opts ...CreateOption) error + type QCow2 interface + Create func(filename string, opts ...CreateOption) error + type WithSize int64 + func (s WithSize) ApplyToCreate(o *CreateOptions) + type WithSourceFile string + func (s WithSourceFile) ApplyToCreate(o *CreateOptions)