Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallingContext ¶
type CallingContext struct { UserName string ProcessName string ParentProcessName string GrandParentProcessName string ProcessPid int ParentProcessPid int GrandParentProcessPid int Error bool Authenticated bool }
func GetCallingContext ¶
func GetCallingContext(connection net.Conn) CallingContext
Click to show internal directories.
Click to hide internal directories.