Documentation
¶
Index ¶
- func CMDMain()
- func GetDockerFullId() string
- func GetLinuxProductUUID() string
- func GetPHPInfo() map[string]string
- func GetPHPModuleInfo() map[string]string
- func GetPstackInfo(pid int32) map[int64]string
- func Pipeline(cmds ...*exec.Cmd) (pipeLineOutput, collectedStandardError []byte, pipeLineError error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetLinuxProductUUID ¶ added in v0.0.21
func GetLinuxProductUUID() string
func GetPHPInfo ¶
func GetPHPModuleInfo ¶
func GetPstackInfo ¶
func Pipeline ¶
func Pipeline(cmds ...*exec.Cmd) (pipeLineOutput, collectedStandardError []byte, pipeLineError error)
Pipeline strings together the given exec.Cmd commands in a similar fashion to the Unix pipeline. Each command's standard output is connected to the standard input of the next command, and the output of the final command in the pipeline is returned, along with the collected standard error of all commands and the first error found (if any).
To provide input to the pipeline, assign an io.Reader to the first's Stdin.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.