Versions in this module Expand all Collapse all v2 v2.8.1 Jan 31, 2025 v2.8.0 Jan 26, 2025 Changes in this version + const DirectoryLevelAll + const DirectoryLevelL1 + const DirectoryLevelL2 + type Accessor struct + Cache cache.Cache + Image *biosimage.BIOSImage + func Get(ctx context.Context, s *types.State) (*Accessor, error) + func (a *Accessor) AMDFirmware() (*manifest.AMDFirmware, error) + func (a *Accessor) BIOSDirectoryEntries(level DirectoryLevel, entryTypes ...manifest.BIOSDirectoryTableEntryType) ([]manifest.BIOSDirectoryTableEntry, error) + func (a *Accessor) Init(img *biosimage.BIOSImage, cache cache.Cache) + func (a *Accessor) SystemArtifact() *biosimage.BIOSImage + type DirectoryLevel int + func (l DirectoryLevel) String() string