Versions in this module Expand all Collapse all v0 v0.1.0 Sep 18, 2023 Changes in this version + type Host struct + BecomePass string + Host string + Name string + Port int + PrivateKey string + SSHPass string + User string + type Hosts struct + Groups map[string][]*Host + Hosts map[string]*Host + func NewFile(f string, defaults Host) (*Hosts, error) + func NewParser(r io.Reader, defaults Host) *Hosts + func (h *Hosts) Match(m string) []*Host + func (h *Hosts) MatchOne(m string) *Host