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