Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HumanReadable ¶
type HumanReadable struct{}
func NewHumanReadable ¶
func NewHumanReadable() *HumanReadable
func (*HumanReadable) Print ¶
func (h *HumanReadable) Print( logger logging.Logger, generalInfo inspectimage.GeneralInfo, local, remote *pack.ImageInfo, localErr, remoteErr error, ) error
type InspectImageWriter ¶
type InspectImageWriter interface { Print( logger logging.Logger, sharedInfo inspectimage.GeneralInfo, local, remote *pack.ImageInfo, localErr, remoteErr error, ) error }
type JSONBOM ¶
type JSONBOM struct {
StructuredBOMFormat
}
func NewJSONBOM ¶
func NewJSONBOM() *JSONBOM
type StructuredBOMFormat ¶
func (*StructuredBOMFormat) Print ¶
func (w *StructuredBOMFormat) Print( logger logging.Logger, generalInfo inspectimage.GeneralInfo, local, remote *pack.ImageInfo, localErr, remoteErr error, ) error
type StructuredFormat ¶
func (*StructuredFormat) Print ¶
func (w *StructuredFormat) Print( logger logging.Logger, generalInfo inspectimage.GeneralInfo, local, remote *pack.ImageInfo, localErr, remoteErr error, ) error
type YAMLBOM ¶
type YAMLBOM struct {
StructuredBOMFormat
}
func NewYAMLBOM ¶
func NewYAMLBOM() *YAMLBOM
Click to show internal directories.
Click to hide internal directories.