Documentation
¶
Index ¶
- type AnnotationsT
- type BlobT
- type ConfigT
- type ManifestT
- type ManifestsT
- type PlatformT
- type SingleT
- type TagsT
- type TokenRespT
- type TokenT
- func (token TokenT) DeleteImage(scheme string, tlsVerify bool, host string, repo string, tag string) error
- func (token TokenT) GetLastUpdate(scheme string, tlsVerify bool, host string, repo string, tag string) (time.Time, error)
- func (token TokenT) GetVersions(scheme string, tlsVerify bool, host string, repo string, filter string, ...) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnnotationsT ¶
type ManifestT ¶
type ManifestT struct {
MediaType string `json:"mediaType"`
Digest string `json:"digest"`
Platform PlatformT `json:"platform"`
Annotations AnnotationsT `json:"annotations"`
}
type ManifestsT ¶
type TokenRespT ¶
type TokenT ¶
type TokenT string
func AcquireDeleteToken ¶ added in v1.0.14
func AcquireToken ¶
func (TokenT) DeleteImage ¶ added in v1.0.14
func (TokenT) GetLastUpdate ¶
Click to show internal directories.
Click to hide internal directories.