Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Artifact ¶
type Distribution ¶ added in v0.6.0
type Distribution struct {
Name string `json:"name"`
Version string `json:"version"`
IDLike string `json:"idLike"`
}
Distritbution provides information about a detected Linux Distribution
type Document ¶
type Document struct {
Artifacts []Artifact `json:"artifacts"`
Source Source `json:"source"`
Distro Distribution `json:"distro"`
}
type Image ¶
type Image struct {
Layers []Layer `json:"layers"`
Size int64 `json:"size"`
Digest string `json:"digest"`
MediaType string `json:"mediaType"`
Tags []string `json:"tags"`
}
func NewImage ¶
func NewImage(src scope.ImageSource) *Image
type ImageLocation ¶
type Presenter ¶
type Presenter struct {
// contains filtered or unexported fields
}
func NewPresenter ¶
Click to show internal directories.
Click to hide internal directories.