Versions in this module Expand all Collapse all v1 v1.2.0 Mar 19, 2020 Changes in this version + type Hostser interface + Data func() ([]byte, error) + Set func(ip string) error + type LocalHosts struct + File string + Host string + func (h *LocalHosts) Set(ip string) error + type RemoteHosts struct + Host string + SSH ssh.Interface + func (h RemoteHosts) Data() ([]byte, error) + func (h RemoteHosts) Set(ip string) error