Documentation
¶
Overview ¶
Package v2 implements the v2 protocol for communicating with CloudVision.
Index ¶
Constants ¶
View Source
const ( // NetworkElement is a generic network device. NetworkElement = "DEVICE_TYPE_NETWORK_ELEMENT" // DeviceManager is a manager of network devices. DeviceManager = "DEVICE_TYPE_DEVICE_MANAGER" // WirelessAP is a wireless access point device. WirelessAP = "DEVICE_TYPE_WIRELESS_AP" )
Variables ¶
This section is empty.
Functions ¶
func NewV2Client ¶
NewV2Client returns a new client object for communication with CV using the v2 protocol.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.