package system import "time" type CmdOptions struct { Shell string Command string Args []string Timeout time.Duration IsScript bool IsExecutable bool Detached bool } type SchedTask struct{ Name string }