Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CiscoDevice ¶
type CiscoDevice struct {
Username string
Password string
Enable string
Hostname string
Echo bool
EnableLog bool
Logdir string
Log *os.File
Prompt string
ReadChan chan *string
StopChan chan struct{}
Timeout int
// contains filtered or unexported fields
}
func (*CiscoDevice) Close ¶
func (d *CiscoDevice) Close()
func (*CiscoDevice) Connect ¶
func (d *CiscoDevice) Connect() error
Click to show internal directories.
Click to hide internal directories.