Documentation ¶
Index ¶
Constants ¶
View Source
const ( // CLIModeShell tells the system what mode to open the shell in CLIModeShell = iota // CLIModeCLI sets (no) mode for the CLI CLIModeCLI )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JnprIOProc ¶
type JnprIOProc struct {
// contains filtered or unexported fields
}
func (*JnprIOProc) Login ¶
func (j *JnprIOProc) Login(t *netconf.TransportTelnet, username string, password string) error
func (*JnprIOProc) StartNetconf ¶
func (j *JnprIOProc) StartNetconf(t *netconf.TransportTelnet) error
Click to show internal directories.
Click to hide internal directories.