# Variables
HostName contains host name of current machine.
PID contains current process identifier.
SystemUser contains information about system user.
# Structs
ArgSystemUser is wrapper over os.user, compatible with xray.
# Type aliases
ArgHostName is host name, also compatible with xray.Arg.
ArgPID is process identifier, also compatible with xray.Arg.