Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FSJSONOutput ¶ added in v0.2.0
type FSJSONOutput struct {
Signatures FSJSONRegistry `json:"filesystem"`
FileSystem string `json:"directories"`
}
type FSJSONRegistry ¶ added in v0.2.0
type FSJSONRegistry struct {
Entries []FSJSONSignature `json:"signatures"`
}
type FSJSONSignature ¶ added in v0.2.0
type RepoJSONOutput ¶ added in v0.2.0
type RepoJSONOutput struct {
Signatures RepoJSONRegistry `json:"registry"`
Registry string `json:"name"`
}
type RepoJSONRegistry ¶ added in v0.2.0
type RepoJSONRegistry struct {
Entries []RepoJSONSignature `json:"signatures"`
}
Click to show internal directories.
Click to hide internal directories.