package
Version:
v1.4.2
Opens a new window with list of versions in this module.
Published: Jun 13, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
IsExisted checks whether a public or private image exists
type DockerHubImageTagResponse struct {
Count int `json:"count"`
Results []Result
}
DockerHubImageTagResponse is the struct for docker hub image tag response
Meta is the struct for image metadata
type RegistryMeta struct {
Username string `json:"username"`
Password string `json:"password"`
}
RegistryMeta is the struct for registry metadata
type Result struct {
Name string `json:"name"`
}
Result is the struct for docker hub image tag result
Source Files
¶
Click to show internal directories.
Click to hide internal directories.