mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 11:25:41 +03:00
Fix embedded meta in dispatch response
This commit is contained in:
@@ -465,5 +465,5 @@ type JobDispatchResponse struct {
|
||||
EvalID string
|
||||
EvalCreateIndex uint64
|
||||
JobCreateIndex uint64
|
||||
QueryMeta
|
||||
WriteMeta
|
||||
}
|
||||
|
||||
@@ -370,8 +370,6 @@ region is used; another region can be specified using the `?region=` query param
|
||||
|
||||
```javascript
|
||||
{
|
||||
"KnownLeader": false,
|
||||
"LastContact": 0,
|
||||
"Index": 13,
|
||||
"JobCreateIndex": 12,
|
||||
"EvalCreateIndex": 13,
|
||||
|
||||
Reference in New Issue
Block a user