Documentation
¶
Index ¶
- func MarshallObject(obj interface{}, writer io.Writer) error
- func RawMessagePointer(str string) *json.RawMessage
- func RetriveFromQuayIO(image string, imageTag string) ([]string, error)
- func RetriveFromRedHatIO(image string, imageTag string) ([]string, error)
- type BasicAuthInfo
- type QuayTag
- type QuayTagsResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshallObject ¶
func RawMessagePointer ¶
func RawMessagePointer(str string) *json.RawMessage
Types ¶
type BasicAuthInfo ¶
type QuayTag ¶
type QuayTag struct {
Revision bool `json:"revision"`
StartTs int `json:"start_ts"`
Name string `json:"name"`
DockerImageID string `json:"docker_image_id"`
ImageID string `json:"image_id"`
ManifestDigest string `json:"manifest_digest"`
Modified string `json:"last_modified"`
IsManifestList bool `json:"is_manifest_list"`
Size int64 `json:"size"`
Reversion bool `json:"reversion"`
}
type QuayTagsResponse ¶
Click to show internal directories.
Click to hide internal directories.