Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DXE ¶
type DXE struct{}
func (DXE) ResponsibleCode ¶
func (DXE) ResponsibleCode() types.DataSource
ResponsibleCode implements types.Actor.
type PEI ¶
type PEI struct{}
PEI represents Pre-EFI Initialization code.
func (PEI) ResponsibleCode ¶
func (PEI) ResponsibleCode() types.DataSource
ResponsibleCode implements types.Actor.
type SEC ¶
type SEC struct{}
SEC represents the SEC module of a BIOS region.
func (SEC) ResponsibleCode ¶
func (SEC) ResponsibleCode() types.DataSource
ResponsibleCode implements types.Actor.
type Unknown ¶
type Unknown struct{}
Unknown is a placeholder actor for cases where there is no knowledge about the actor.
func (Unknown) ResponsibleCode ¶
func (Unknown) ResponsibleCode() types.DataSource
ResponsibleCode implements types.Actor.
Click to show internal directories.
Click to hide internal directories.