version

package
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 17, 2017 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PrintDownStreamVersions

func PrintDownStreamVersions(output io.Writer, minSupportedVersion string)

func PrintUpStreamVersions

func PrintUpStreamVersions(output io.Writer, minSupportedVersion string)

Types

type ImageInfo

type ImageInfo struct {
	Size         int         `json:"size"`
	Architecture string      `json:"architecture"`
	Variant      interface{} `json:"variant"`
	Features     interface{} `json:"features"`
	Os           interface{} `json:"os"`
	OsVersion    interface{} `json:"os_version"`
	OsFeatures   interface{} `json:"os_features"`
}

type ImageTags

type ImageTags struct {
	Count    int         `json:"count"`
	Next     string      `json:"next"`
	Previous interface{} `json:"previous"`
	Results  []Results   `json:"results"`
}

type Results

type Results struct {
	Name        string      `json:"name"`
	FullSize    int         `json:"full_size"`
	Images      []ImageInfo `json:"images"`
	ID          int         `json:"id"`
	Repository  int         `json:"repository"`
	Creator     int         `json:"creator"`
	LastUpdater int         `json:"last_updater"`
	LastUpdated time.Time   `json:"last_updated"`
	ImageID     interface{} `json:"image_id"`
	V2          bool        `json:"v2"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL