hub

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Image

type Image struct {
	Size         int
	Architecture string
	OS           string
}

Image contains an image information

type Tag

type Tag struct {
	Name        string
	FullSize    int
	Images      []Image
	ID          int
	Repository  int
	Creator     int
	LastUpdater int       `json:"last_updater"`
	LastUpdated time.Time `json:"last_updated"`
	ImageID     int       `json:"image_id"`
	V2          bool
}

Tag is a tag

type Tags

type Tags struct {
	Count    int
	Next     string
	Previous string
	Results  []Tag
}

Tags is the tags response

type Token

type Token struct {
	Token string
}

Token is the docker hub response with a token

Jump to

Keyboard shortcuts

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