Versions in this module Expand all Collapse all v0 v0.16.2 Sep 2, 2019 Changes in this version + type ConnChecker interface + Check func(*host.Host, bool) (dockerHost string, authOptions *auth.Options, err error) + var DefaultConnChecker ConnChecker + var ErrSwarmNotStarted = errors.New(...) + type ErrCertInvalid struct + func (e ErrCertInvalid) Error() string + type MachineConnChecker struct + func (mcc *MachineConnChecker) Check(h *host.Host, swarm bool) (string, *auth.Options, error)