headless9/types.go

13 lines
140 B
Go

package main
import (
"os"
"time"
)
type Service struct {
ProcessHandle *os.Process
StartupArgs []string
StartTime time.Time
}