# Packages
No description provided by the author
# Functions
CheckPath is used in conjunction with calling the stats endpoint, since we are calling this From the main agent and want to ensure the socket exists.
GetRemoteSystemProbeUtil returns a ready to use RemoteSysProbeUtil.
NewListener returns an idle UDSListener.
SetSystemProbePath sets where the System probe is listening for connections This needs to be called before GetRemoteSystemProbeUtil.
# Structs
RemoteSysProbeUtil wraps interactions with a remote system probe service.
UDSListener (Unix Domain Socket Listener).
# Interfaces
Conn is a wrapper over some net.Listener.