Documentation ¶
Overview ¶
Package impl is the implementation of the Firmware Transparency monitor. The monitor follows the growth of the Firmware Transparency log server, inspects new firmware metadata as it appears, and prints out a short summary.
TODO(al): Extend monitor to verify claims.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MatchFunc ¶
type MatchFunc func(index uint64, fw api.FirmwareMetadata)
MatchFunc is the signature of a function which can be called by the monitor to signal when it's found a keyword match in a logged entry.
Click to show internal directories.
Click to hide internal directories.