# Functions
DeviceAttachTimeout gets the configured device attach timeout.
GetTempSockFile returns a new sock file in a temp space.
GetTypePkgPathAndName gets ths type and package path of the provided instance.
HostName returns then host name.
NewBadAdminTokenError returns a new ErrBadAdminToken error.
NewBadFilterErr returns a new ErrBadFilter error.
NewBatchProcessErr returns a new ErrBatchProcess error.
NewDriverTypeErr returns a new ErrDriverTypeErr error.
NewMissingInstanceIDError returns a new ErrMissingInstanceID error.
NewMissingLocalDevicesError returns a new ErrMissingLocalDevices error.
NewNotFoundError returns a new ErrNotFound error.
NewPathConfig returns a new path configuration object.
NewStore initializes a new instance of the Store type.
NewStoreKeyErr returns a new ErrStoreKey error.
NewStoreWithData initializes a new instance of the Store type.
NewStoreWithVars initializes a new instance of the Store type.
NewTTLStore initializes a new instance of the Store type, but has a TTL that expires contents after a specific duration.
NewUnsupportedForClientTypeError returns a new ErrUnsupportedForClientType error.
ParseAuthConfig returns a new AuthTokenConfig instance.
ParseKnownHost parses a known host line that's in the expected format: "host algorithm fingerprint".
ParseLoggingConfig returns a new LoggingConfig instance.
ParseTLSConfig returns a new TLS configuration.
SortByString sorts the strings.
SortVolumeByID sorts the volumes by their IDs.
WaitFor waits for a lambda to complete or aborts after a specified amount of time.
# Structs
LoggingConfig is the logging configuration.
# Type aliases
ByString implements sort.Interface for []string.
ByVolumeID implements sort.Interface for []*types.Volume based on the ID field.