Documentation ¶
Overview ¶
Package netconf is a simple NETCONF client based on RFC6241 and RFC6242 (although not fully compliant yet).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Session ¶
type Session struct { Transport transport.Transport SessionID int ServerCapabilities []string ErrOnWarning bool }
Session defines the necessary components for a NETCONF session
func NewSession ¶
NewSession creates a new NETCONF session using the provided transport layer.
Click to show internal directories.
Click to hide internal directories.