Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrAuthentication = errors.New("could not authenticate")
View Source
var ErrAuthenticationProcessStart = errors.New("could not start authentication process")
View Source
var ErrGatewayUnknown = errors.New("unsupported gateway")
Functions ¶
func AuthenticationError ¶ added in v0.1.9
func AuthenticationProcessStartError ¶ added in v0.1.9
func GatewayUnknownError ¶ added in v0.1.9
Types ¶
type NokiaGateway ¶
type NokiaGateway struct {
Username, Password, IP string
DryRun bool
// contains filtered or unexported fields
}
func (*NokiaGateway) Login ¶
func (n *NokiaGateway) Login() error
func (*NokiaGateway) Reboot ¶
func (n *NokiaGateway) Reboot() error
Click to show internal directories.
Click to hide internal directories.