go fmt
Upstream-commit: 73d7265429261029b7e6345821e9efe4ec37b10a Component: engine
This commit is contained in:
@ -6,9 +6,9 @@ import (
|
||||
)
|
||||
|
||||
type State struct {
|
||||
Running bool
|
||||
Pid int
|
||||
ExitCode int
|
||||
Running bool
|
||||
Pid int
|
||||
ExitCode int
|
||||
StartedAt time.Time
|
||||
|
||||
stateChangeLock *sync.Mutex
|
||||
|
||||
Reference in New Issue
Block a user