Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetECRBasicAuthToken ¶
func IsECREndpoint ¶
func TestPushAccess ¶ added in v0.9.12
Types ¶
type BearerToken ¶
type BearerToken struct {
Token string `json:"token"`
AccessToken string `json:"access_token"`
ExpiresIn int `json:"expires_in"`
IssuedAt time.Time `json:"issued_at"`
// contains filtered or unexported fields
}
Copied from github.com/containers/image/docker Time fields aren't used
Click to show internal directories.
Click to hide internal directories.