Versions in this module Expand all Collapse all v0 v0.5.0 Jul 25, 2024 Changes in this version + type Formatter interface + Output func(buffer bytes.Buffer) error + func NewFormatter(t Type, fileName string, logger *log.Logger) Formatter + type Images struct + Names []string + type Registries map[string]Registry + type Registry struct + CertDir string + Credentials types.DockerAuthConfig + Images map[string][]string + TLSVerify bool + type Type int + const FileType + const JSONType + const SkopeoType + const StdoutType + const YamlType