package
Version:
v0.0.0-...-4fdc974
Opens a new window with list of versions in this module.
Published: Sep 6, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Account struct {
Username string `yaml:"username"`
Password string `yaml:"password"`
EnablePassword string `yaml:"enable_password"`
}
type Host struct {
Host string `yaml:"host"`
Port int `yaml:"port"`
TransportType int `yaml:"transport_type"`
Account `yaml:",inline"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.