
The highest tagged major version is
v3.
package
Version:
v1.2.8
Opens a new window with list of versions in this module.
Published: Apr 3, 2022
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Device struct {
Kind Kind `json:"kind" table:"Kind"`
Hostname string `json:"hostname" table:"Hostname"`
LocalIP net.IP `json:"local_ip" table:"LocalIP"`
RemoteIP net.IP `json:"remote_ip,omitempty" table:"RemoteIP"`
}
Devices lists all of the devices on the local network.
const (
DeviceKindUnknown Kind = "unknown"
DeviceKindRouter Kind = "router"
DeviceKindCurrent Kind = "current-device"
DeviceKindPeer Kind = "peer"
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.