Documentation ¶
Overview ¶
Package wginternal contains shared internal types for wgctrl.
This package is internal-only and not meant for end users to consume. Please use package wgctrl (an abstraction over this package) instead.
Index ¶
Constants ¶
View Source
const ( WGDEVICE_A_JC = 0x9 WGDEVICE_A_JMIN = 0xA WGDEVICE_A_JMAX = 0xB WGDEVICE_A_S1 = 0xC WGDEVICE_A_S2 = 0xD WGDEVICE_A_H1 = 0xE WGDEVICE_A_H2 = 0xF WGDEVICE_A_H3 = 0x10 WGDEVICE_A_H4 = 0x11 )
Variables ¶
View Source
var ErrReadOnly = errors.New("driver is read-only")
ErrReadOnly indicates that the driver backing a device is read-only. It is a sentinel value used in integration tests. TODO(mdlayher): consider exposing in API.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.