mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Api Leader becomes a pointer
This commit is contained in:
@@ -163,7 +163,7 @@ type Task struct {
|
||||
Vault *Vault
|
||||
Templates []*Template
|
||||
DispatchPayload *DispatchPayloadConfig
|
||||
Leader bool
|
||||
Leader *bool
|
||||
}
|
||||
|
||||
// TaskArtifact is used to download artifacts before running a task.
|
||||
|
||||
Reference in New Issue
Block a user