mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 22:34:55 +00:00
74158a8aa2
CTIA-21: sdd is_leader metric to track if a server is a leader Co-authored-by: alex <8968914+acpana@users.noreply.github.com>
10 lines
276 B
Go
10 lines
276 B
Go
//go:build !consulent
|
|
// +build !consulent
|
|
|
|
package utils
|
|
|
|
import "flag"
|
|
|
|
var TargetImage = flag.String("target-version", "local", "docker image to be used as UUT (unit under test)")
|
|
var LatestImage = flag.String("latest-version", "1.11", "docker image to be used as latest")
|