Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AugmentMap ¶
func AugmentMap[K comparable, V any](targ, src map[K]V)
AugmentMap includes all of src into targ.
Types ¶
type ErrUnsupportedPath ¶
type ErrUnsupportedPath string
func (ErrUnsupportedPath) Error ¶
func (e ErrUnsupportedPath) Error() string
type ImgInfo ¶
ImgInfo carries image information for a machine.
func SortedKeys ¶
SortedKeys returns the keys in a map in sorted order. Could be made generic.
type Scan ¶
type Scan struct { SchemaVersion int CreatedAt string // Metadata Results []ScanResult }
type ScanResult ¶
type VulnFilter ¶
func (*VulnFilter) IsSpecified ¶
func (p *VulnFilter) IsSpecified() bool
Click to show internal directories.
Click to hide internal directories.