Versions in this module Expand all Collapse all v0 v0.1.2 Dec 10, 2024 Changes in this version + type BootcDisk struct + CreatedAt time.Time + Ctx context.Context + Directory string + ImageId string + ImageNameOrId string + RepoTag string + User user.User + func NewBootcDisk(imageNameOrId string, ctx context.Context, user user.User) *BootcDisk + func (p *BootcDisk) Cleanup() (err error) + func (p *BootcDisk) GetCreatedAt() time.Time + func (p *BootcDisk) GetDirectory() string + func (p *BootcDisk) GetImageId() string + func (p *BootcDisk) GetRepoTag() string + func (p *BootcDisk) GetSize() (int64, error) + func (p *BootcDisk) Install(quiet bool, config DiskImageConfig) (err error) + type DiskImageConfig struct + DiskSize string + Filesystem string + RootSizeMax string