Versions in this module Expand all Collapse all v0 v0.1.1 Apr 19, 2026 v0.1.0 Apr 19, 2026 Changes in this version + const AzureContainerRegistryUsername + func ConfigureCredentialsContainer(userName string, port int, log log.Logger) error + func ConfigureCredentialsDockerless(targetFolder string, port int, log log.Logger) (string, error) + func ConfigureCredentialsMachine(targetFolder string, port int, log log.Logger) (string, error) + type Credentials struct + Secret string + ServerURL string + Username string + func GetAuthConfig(host string) (*Credentials, error) + func (c *Credentials) AuthToken() string + type Helper struct + func NewHelper(port int) *Helper + func (h *Helper) Add(*credentials.Credentials) error + func (h *Helper) Delete(string) error + func (h *Helper) Get(serverURL string) (string, string, error) + func (h *Helper) List() (map[string]string, error) + type ListResponse struct + Registries map[string]string + func ListCredentials() (*ListResponse, error) + type Request struct + ServerURL string