Versions in this module Expand all Collapse all v0 v0.5.3 Dec 14, 2015 v0.5.2 Dec 1, 2015 Changes in this version + type ConnChecker interface + Check func(*host.Host, bool) (dockerHost string, authOptions *auth.Options, err error) + var DefaultConnChecker ConnChecker + type ErrCertInvalid struct + func (e ErrCertInvalid) Error() string + type MachineConnChecker struct + func (mcc *MachineConnChecker) Check(h *host.Host, swarm bool) (string, *auth.Options, error)