package
Version:
v0.9.0
Opens a new window with list of versions in this module.
Published: Sep 25, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ErrExec struct {
Output Output
}
type Output struct {
ExitCode int `json:"exitCode"`
StdOut string `json:"stdOut"`
StdErr string `json:"stdErr"`
Err error `json:"error"`
Data interface{} `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.