Documentation
¶
Overview ¶
Package client provides an SSH interface to communicate with TP-Link switches.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
Addr string // Address of the switch (host:port)
User string // SSH username
Password string // SSH password
// contains filtered or unexported fields
}
Client provides an SSH session to interact with TP-Link switches.
Click to show internal directories.
Click to hide internal directories.