Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client sends commands to JunOS and parses results
func NewClient ¶
func NewClient(ssh *connector.SSHConnection, debug bool) *Client
NewClient creates a new client to connect to
func (*Client) RunCommandAndParse ¶
RunCommandAndParse runs a command on JunOS and unmarshals the XML result
Click to show internal directories.
Click to hide internal directories.