Versions in this module Expand all Collapse all v0 v0.4.6 Feb 27, 2024 v0.4.5 Jul 22, 2022 Changes in this version + type Auth struct + Password string + RefreshToken string + Token string + Username string + func (a *Auth) TokenExpired() bool + type Store interface + Erase func() error + GetAuth func() (*Auth, error) + Store func(auth Auth) error + func NewStore(provider func(string) dockercredentials.Store) Store