Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Category ¶
type Category string
Category is the type alias for kernel event categories
const ( // Registry is the category for registry related kernel events Registry Category = "registry" // File is the category for file system events File Category = "file" // Net is the category for network events Net Category = "net" // Process is the category for process events Process Category = "process" // Thread is the category for thread events Thread Category = "thread" // Image is the category for image events Image Category = "image" // Handle is the category for handle events Handle Category = "handle" // Driver is the category for driver events Driver Category = "driver" // Other is the category for uncategorized events Other Category = "other" // Unknown is the category for events that couldn't match any of the previous categories Unknown Category = "unknown" )
Click to show internal directories.
Click to hide internal directories.