We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c12360 + 3feb067 commit a3347e6Copy full SHA for a3347e6
1 file changed
tools/goawx/types.go
@@ -453,7 +453,7 @@ type JobLaunch struct {
453
Failed bool `json:"failed"`
454
Started interface{} `json:"started"`
455
Finished interface{} `json:"finished"`
456
- Elapsed int `json:"elapsed"`
+ Elapsed float64 `json:"elapsed"`
457
JobArgs string `json:"job_args"`
458
JobCwd string `json:"job_cwd"`
459
JobEnv map[string]string `json:"job_env"`
0 commit comments