SSHSecure/utils/struct.go

11 lines
99 B
Go

package utils
import (
"time"
)
type runInfo struct {
TimeStarted time.Time
Pid int
}