Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
Executable string
Dir string
Args []string
Env []string
//// Logger to use. Default is logrus.StandardLogger().
Logger logrus.FieldLogger
// Stdout to connect to spawned processes
Stdout io.Writer
// Stderr to connect to spawned processes
Stderr io.Writer
}
func (*Application) Run ¶
func (a *Application) Run() (*os.ProcessState, error)
Run the application.
Click to show internal directories.
Click to hide internal directories.