# Functions

Erase removes credentials from the store.
Get retrieves the credentials for a given server url.
HandleCommand runs a helper to execute a credential action.
IsCredentialsMissingServerURL returns true if the error was an errCredentialsMissingServerURL.
IsCredentialsMissingServerURLMessage checks for an errCredentialsMissingServerURL in the error message.
IsCredentialsMissingUsername returns true if the error was an errCredentialsMissingUsername.
IsCredentialsMissingUsernameMessage checks for an errCredentialsMissingUsername in the error message.
IsErrCredentialsNotFound returns true if the error was caused by not having a set of credentials in a store.
IsErrCredentialsNotFoundMessage returns true if the error was caused by not having a set of credentials in a store.
List returns all the serverURLs of keys in the OS store as a list of strings.
NewErrCredentialsMissingServerURL creates a new error for errCredentialsMissingServerURL.
NewErrCredentialsMissingUsername creates a new error for errCredentialsMissingUsername.
NewErrCredentialsNotFound creates a new error for when the credentials are not in the store.
PrintVersion outputs the current version.
Serve initializes the credentials-helper and parses the action argument.
SetCredsLabel is a simple setter for CredsLabel.
Store uses a helper and an input reader to save credentials.

# Constants

List of actions (sub-commands) supported by credential-helper binaries.
List of actions (sub-commands) supported by credential-helper binaries.
List of actions (sub-commands) supported by credential-helper binaries.
List of actions (sub-commands) supported by credential-helper binaries.
List of actions (sub-commands) supported by credential-helper binaries.

# Variables

CredsLabel holds the way Docker credentials should be labeled as such in credentials stores that allow labelling.
Name is filled at linking time.
Package is filled at linking time.
Revision is filled with the VCS (e.g.
Version holds the complete version number.

# Structs

Credentials holds the information shared between docker and the credentials store.

# Interfaces

Helper is the interface a credentials store helper must implement.

# Type aliases

Action defines the name of an action (sub-command) supported by a credential-helper binary.