package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Apr 1, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Modules map[string]*Module `yaml:"modules"`
}
type Module struct {
ModuleName string
User string `yaml:"user"`
Password string `yaml:"password"`
PrivateKey string `yaml:"private_key"`
Timeout int `yaml:"timeout"`
Command string `yaml:"command"`
CommandExpect string `yaml:"command_expect"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.