Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerHubCategory ¶
DockerHubCategory -
type DockerHubImage ¶
type DockerHubImage struct {
ID string `json:"id"`
Name string `json:"name"`
Slug string `json:"slug"`
Type string `json:"type"`
Source string `json:"source"`
Popularity int `json:"popularity"`
Categories []DockerHubCategory `json:"categories"`
Publisher DockerHubPublisher `json:"publisher"`
ShortDescription string `json:"short_description"`
LongDescription string `json:"long_description"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
}
DockerHubImage - represents a response for finding an image from dockerhub
type DockerHubPublisher ¶
DockerHubPublisher -
Click to show internal directories.
Click to hide internal directories.