Documentation
¶
Overview ¶
Package local contains many functions and variables that contain information about the local device.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // UUID is the device specific and session specific identifier. UUID = getID() // Version is the local machine's Operating System version information. Version = version() )
View Source
var Device = (&local{Machine: device.Machine{ ID: UUID, PID: uint32(os.Getpid()), PPID: getPPID(), User: getUsername(), System: systemType(), Version: Version, Network: make(device.Network, 0), Elevated: isElevated(), Capabilities: tags.Enabled, }}).init()
Device is the pointer to the local machine instance. This instance is loaded at runtime and is used for local data gathering and identification.
Functions ¶
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.