Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module interface {
Load(persist bool) error
Unload(unpersist bool) error
IsLoaded() (loaded bool, persisted bool, err error)
Name() string
}
Module defines the interface for kernel module management operations
Click to show internal directories.
Click to hide internal directories.