diff options
author | Wolfy-J <[email protected]> | 2018-06-10 21:17:54 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-10 21:17:54 +0300 |
commit | 7cc6d00a1c350eb3147ede00802d312d4be94dee (patch) | |
tree | ac1391c831d4366b477e61b57e095a1dfeafbbb7 /http/rpc.go | |
parent | e9203e05a7f3278a8080d0f69e6640e5d3d1042d (diff) |
debug is not service anymore
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"` |