Categorygithub.com/anpep/kobject
modulepackage
1.0.0
Repository: https://github.com/anpep/kobject.git
Documentation: pkg.go.dev

# README

kobject builds.sr.ht status GoDoc Go Report Card

Package kobject provides access to Linux kobject userspace events.

Userspace events occur whenever a kobject's state changes. As an example, events are triggered whenever a USB device is added or removed from a system, or whenever a virtual network interface is added or removed.

For more information on kobjects, please see:

MIT Licensed.

# Packages

No description provided by the author

# Functions

New creates a new Client.

# Constants

Possible Actions which trigger an Event.
Possible Actions which trigger an Event.
Possible Actions which trigger an Event.
Possible Actions which trigger an Event.
Possible Actions which trigger an Event.
Possible Actions which trigger an Event.
Possible Actions which trigger an Event.
Possible Actions which trigger an Event.

# Structs

A Client provides access to Linux kobject userspace events.
An Event is a userspace event in response to a state change of a kobject.

# Type aliases

An Action is an action which caused an Event to be triggered.