Versions in this module Expand all Collapse all v1 v1.6.2 Sep 20, 2019 v1.6.1 Sep 20, 2019 Changes in this version + type Certs struct + Directory string + Generate bool + type Command struct + Body string + Expect string + Match string + MatchPrefix string + Result string + Sleep Duration + type CustomSequence struct + Command []Command + type DBConfig struct + Connection interface{} + Driver string + IDserver int + Params string + Queries DBQueries + type DBQueries struct + GetDevices string + UpdateDevice string + type Duration struct + func (d *Duration) UnmarshalText(text []byte) error + type Error struct + Message string + type GeneralConfig struct + Certs Certs + CustomAPISequence *CustomSequence + CustomSSHSequence *CustomSequence + DB DBConfig + IgnoreErrors bool + ModeHandler ModeHandlerFunc + Service map[string]*Service + SkipSummary bool + SkipVersionCheck bool + Verbose bool + VerifySleep int + Version string + Workers int + type Host struct + ID int + IP string + Pass string + Port string + User string + func HostParser(oldHost Host) (Host, error) + func (h Host) String() string + type HostParserFunc func(Host) (Host, error) + type HostsCleanerFunc func() + type HostsLoaderFunc func(HostParserFunc) ([]Host, error) + type ModeHandlerFunc func(context.Context, *GeneralConfig, Host) error + type Service struct + DefaultPass string + DefaultPort string + DefaultUser string