Documentation ¶
Index ¶
- type Device
- type Image
- func (i *Image) Create() (*models.Image, *models.ImageSet)
- func (i *Image) WithImageSetID(imageSetID uint) *Image
- func (i *Image) WithInstalledPackages(installedPackages []models.InstalledPackage) *Image
- func (i *Image) WithOstreeCommit(ostreeHashCommit string) *Image
- func (i *Image) WithRepoURL(repoURL string) *Image
- func (i *Image) WithVersion(version int) *Image
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Device ¶
type Device struct {
// contains filtered or unexported fields
}
Device seeder
func (*Device) WithImageID ¶
type Image ¶
type Image struct {
// contains filtered or unexported fields
}
Image seeder
func (*Image) WithImageSetID ¶
func (*Image) WithInstalledPackages ¶
func (i *Image) WithInstalledPackages(installedPackages []models.InstalledPackage) *Image
func (*Image) WithOstreeCommit ¶
func (*Image) WithRepoURL ¶
func (*Image) WithVersion ¶
Click to show internal directories.
Click to hide internal directories.