diff options
Diffstat (limited to 'http/rpc.go')
-rw-r--r-- | http/rpc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/rpc.go b/http/rpc.go index 2e33aad7..2adb8706 100644 --- a/http/rpc.go +++ b/http/rpc.go @@ -21,7 +21,7 @@ type Worker struct { Status string `json:"status"` // Number of worker executions. - NumJobs uint64 `json:"numExecs"` + NumJobs int64 `json:"numExecs"` // Created is unix nano timestamp of worker creation time. Created int64 `json:"created"` |