Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event int
Event defines the type of notification from controller to plugins
const ( EvtKeyboardFn Event = iota EvtACPISuspend EvtACPIResume EvtChargerPluggedIn EvtChargerUnplugged EvtSentinelCycleThermalProfile EvtSentinelUtilityKey EvtSentinelEnableGPU EvtSentinelDisableGPU EvtSentinelCycleRefreshRate CbPersistConfig CbNotifyToast CbNotifyClients )
Define all the possible controller->plugin notifications
type Notification ¶
type Notification struct { Event Event Value interface{} }
Notification facilitates the hardware event to be sent to plugins
Click to show internal directories.
Click to hide internal directories.