update runtime to function

This commit is contained in:
Asim Aslam
2019-09-13 21:33:14 -07:00
parent ef86c9625b
commit 0fc4c180ee
4 changed files with 280 additions and 4 deletions

View File

@@ -22,6 +22,10 @@ type Process interface {
type Executable struct {
// The executable binary
Binary *packager.Binary
// The env variables
Env []string
// Args to pass
Args []string
}
// PID is the running process