Documentation
¶
Index ¶
- Constants
- type Cancelled
- type DB
- type ErrCancelled
- type ErrConnect
- type ErrOpen
- type ErrPing
- type ErrQuery
- type ErrScan
- type Filter
- type Filters
- type Firmware
- type FirmwareMeasurement
- type FirmwareMeasurementMetadata
- type FirmwareMeasurementType
- type FirmwareTarget
- type FirmwareType
- type UnableToConnect
- type UnableToOpen
- type UnableToPing
- type UnableToQuery
- type UnableToScan
Constants ¶
View Source
const ( // BiosFirmwareType represents BIOS FirmwareTypeBIOS = models.FirmwareTypeBIOS )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrCancelled ¶
type ErrCancelled = firmwaredb.Err[Cancelled]
type ErrConnect ¶
type ErrConnect = firmwaredb.Err[UnableToConnect]
type ErrOpen ¶
type ErrOpen = firmwaredb.Err[UnableToOpen]
type ErrPing ¶
type ErrPing = firmwaredb.Err[UnableToPing]
type ErrQuery ¶
type ErrQuery = firmwaredb.Err[UnableToQuery]
type ErrScan ¶
type ErrScan = firmwaredb.Err[UnableToScan]
type Filter ¶
type Filter = firmwaredb.Filter
type Filters ¶
type Filters = firmwaredb.Filters
type FirmwareMeasurement ¶
type FirmwareMeasurement = models.FirmwareMeasurement
type FirmwareMeasurementMetadata ¶
type FirmwareMeasurementMetadata = models.FirmwareMeasurementMetadata
type FirmwareMeasurementType ¶
type FirmwareMeasurementType = models.FirmwareMeasurementType
type FirmwareTarget ¶
type FirmwareTarget = models.FirmwareTarget
type FirmwareType ¶
type FirmwareType = models.FirmwareType
FirmwareType represents description of firmware type values
type UnableToConnect ¶
type UnableToConnect struct{}
func (UnableToConnect) String ¶
func (UnableToConnect) String() string
type UnableToOpen ¶
type UnableToOpen struct{}
func (UnableToOpen) String ¶
func (UnableToOpen) String() string
type UnableToPing ¶
type UnableToPing struct{}
func (UnableToPing) String ¶
func (UnableToPing) String() string
type UnableToQuery ¶
func (UnableToQuery) String ¶
func (e UnableToQuery) String() string
type UnableToScan ¶
type UnableToScan struct{}
func (UnableToScan) String ¶
func (UnableToScan) String() string
Click to show internal directories.
Click to hide internal directories.