package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Oct 30, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Diff struct {
Packages1 []Package `json:"Packages1"`
Packages2 []Package `json:"Packages2"`
InfoDiff []InfoDiff `json:"InfoDiff"`
}
type Differ struct {
Image1 string `json:"Image1"`
Image2 string `json:"Image2"`
DiffType string `json:"DiffType"`
Diff Diff `json:"Diff"`
}
type Info struct {
Version string `json:"Version"`
Size int `json:"Size"`
}
type InfoDiff struct {
Package string `json:"Package"`
Info1 Info `json:"Info1"`
Info2 Info `json:"Info2"`
}
type Package struct {
Name string `json:"Name"`
Version string `json:"Version"`
Size int `json:"Size"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.