Documentation
¶
Overview ¶
Package process provides a mechanism for running processes under a different user account to the current process
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoginInfo ¶
type LoginInfo struct {
}
func NewLoginInfo ¶
It is the responsibility for the caller to call loginInfo.Logout() when finished with loginInfo
type Result ¶
func (*Result) CrashCause ¶
func (*Result) ExitCode ¶
Returns the exit code, or
-1 if the process has not exited -2 if the process crashed -3 it could not be established what happened
func (*Result) FailureCause ¶
Click to show internal directories.
Click to hide internal directories.