# Packages
No description provided by the author
Package filters is a piece of thievery as the LDAP filter parsing code was
lifted serepticiously from
https://github.com/tonnerre/go-ldap/blob/master/ldap.go.
No description provided by the author
No description provided by the author
No description provided by the author
# 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.
NewBadFilterErr returns a new ErrBadFilter error.
NewBatchProcessErr returns a new ErrBatchProcess error.
NewDriverTypeErr returns a new ErrDriverTypeErr error.
NewMissingInstanceIDError returns a new ErrMissingInstanceID error.
NewNotFoundError returns a new ErrNotFound error.
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.
ParseTLSConfig returns a new TLS configuration.
SortByString sorts the strings.
SortVolumeByID sorts the volumes by their IDs.
# Type aliases
ByString implements sort.Interface for []string.
ByVolumeID implements sort.Interface for []*types.Volume based on the ID field.