Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DockerImageToArray ¶
func DockerImageToArray(images []DockerImage) []string
func ImageTagsToArray ¶
func ImageTagsToArray(tags []DockerImageTag) []string
Types ¶
type DockerImage ¶
type DockerImage struct { Name string `json:"name"` Description string `json:"description"` StarCount int `json:"star_count"` IsTrusted bool `json:"is_trusted"` IsAutomated bool `json:"is_automated"` IsOfficial bool `json:"is_official"` }
func GetImage ¶
func GetImage(image string) []DockerImage
type DockerImageTag ¶
func GetImageTags ¶
func GetImageTags(image string) []DockerImageTag
type DockerSearchResponse ¶
Click to show internal directories.
Click to hide internal directories.