Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Json ¶
func Json(scanResult *ScanResult) (string, error)
func Toml ¶
func Toml(scanResult *ScanResult) (string, error)
func Yaml ¶
func Yaml(scanResult *ScanResult) (string, error)
Types ¶
type Formatter ¶
type Formatter func(scanResult *ScanResult) (string, error)
type ScanResult ¶
type ScanResult struct {
Images []*ImageInfo `json:"images" toml:"images"`
}
func Scan ¶
func Scan(dir string) (*ScanResult, error)
Click to show internal directories.
Click to hide internal directories.