Documentation ¶
Index ¶
Constants ¶
View Source
const ( // fd of the pipe to be used to return the pid of the forked child to the // device manager. PipeToParentFD = 3 )
View Source
const SavedArgs = "V23_SAVED_ARGS"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ArgsSavedForTest ¶
type WorkParameters ¶
type WorkParameters struct {
// contains filtered or unexported fields
}
func (*WorkParameters) Chown ¶
func (hw *WorkParameters) Chown() error
Chown is only availabe on UNIX platforms so this file has a build restriction.
func (*WorkParameters) Exec ¶
func (hw *WorkParameters) Exec() error
func (*WorkParameters) Kill ¶
func (hw *WorkParameters) Kill() error
func (*WorkParameters) ProcessArguments ¶
func (wp *WorkParameters) ProcessArguments(fs *flag.FlagSet, env []string) error
ParseArguments populates the WorkParameter object from the provided args and env strings.
func (*WorkParameters) Remove ¶
func (hw *WorkParameters) Remove() error
Click to show internal directories.
Click to hide internal directories.