Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TryOutputVexDocument ¶
func TryOutputVexDocument(updates *unversioned.UpdateManifest, pkgmgr pkgmgr.PackageManager, patchedImageName, format, file string) error
Types ¶
type OpenVex ¶
type OpenVex struct{}
func (*OpenVex) CreateVEXDocument ¶
func (o *OpenVex) CreateVEXDocument( updates *unversioned.UpdateManifest, patchedImageName string, pkgmgr pkgmgr.PackageManager, ) (string, error)
type Vex ¶
type Vex interface {
CreateVEXDocument(updates *unversioned.UpdateManifest, patchedImageName string, pkgmgr pkgmgr.PackageManager) (string, error)
}
Click to show internal directories.
Click to hide internal directories.