Documentation ¶
Index ¶
Constants ¶
View Source
const ( EventDevicePaused int = iota EventDeviceWake EventNetworkPause EventNetworkWake )
Variables ¶
This section is empty.
Functions ¶
func ContextWithDefaultManager
deprecated
Types ¶
type Manager ¶
type Manager interface { DevicePause() DeviceWake() NetworkPause() NetworkWake() IsDevicePaused() bool IsNetworkPaused() bool IsPaused() bool WaitActive() RegisterCallback(callback Callback) *list.Element[Callback] UnregisterCallback(element *list.Element[Callback]) }
func ManagerFromContext
deprecated
Click to show internal directories.
Click to hide internal directories.