Home
last modified time | relevance | path

Searched refs:debugMinDuration (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/command/debug/
H A Ddebug.go43 debugMinDuration = 10 * time.Second const
233 if c.duration < debugMinDuration {
234 return "", fmt.Errorf("duration must be longer than %s", debugMinDuration)
238 return "", fmt.Errorf("interval must be longer than %s", debugMinDuration)
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/command/debug/
H A Ddebug.go43 debugMinDuration = 10 * time.Second const
233 if c.duration < debugMinDuration {
234 return "", fmt.Errorf("duration must be longer than %s", debugMinDuration)
238 return "", fmt.Errorf("interval must be longer than %s", debugMinDuration)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/command/debug/
H A Ddebug.go43 debugMinDuration = 10 * time.Second const
233 if c.duration < debugMinDuration {
234 return "", fmt.Errorf("duration must be longer than %s", debugMinDuration)
238 return "", fmt.Errorf("interval must be longer than %s", debugMinDuration)
/dports/sysutils/consul/consul-1.10.3/command/debug/
H A Ddebug.go44 debugMinDuration = 10 * time.Second const
237 if c.duration < debugMinDuration {
238 return "", fmt.Errorf("duration must be longer than %s", debugMinDuration)
242 return "", fmt.Errorf("interval must be longer than %s", debugMinDuration)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/command/debug/
H A Ddebug.go44 debugMinDuration = 10 * time.Second const
237 if c.duration < debugMinDuration {
238 return "", fmt.Errorf("duration must be longer than %s", debugMinDuration)
242 return "", fmt.Errorf("interval must be longer than %s", debugMinDuration)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/command/debug/
H A Ddebug.go44 debugMinDuration = 10 * time.Second const
237 if c.duration < debugMinDuration {
238 return "", fmt.Errorf("duration must be longer than %s", debugMinDuration)
242 return "", fmt.Errorf("interval must be longer than %s", debugMinDuration)