Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { AllowStale bool `toml:"allow_stale"` CAFile string `toml:"ca_file"` CertFile string `toml:"cert_file"` HealthSummary bool `toml:"health_summary"` KeyFile string `toml:"key_file"` Insecure bool `toml:"insecure"` RequireConsistent bool `toml:"require_consistent"` ServerName string `toml:"server_name"` Timeout time.Duration `toml:"timeout"` RequestLimit int `toml:"request_limit"` KV KVConfig `toml:"kv"` Meta MetaConfig `toml:"meta"` AgentOnly bool `toml:"agent_only"` }
type MetaConfig ¶
type MetaConfig struct {
Filter string `toml:"filter"`
}
Click to show internal directories.
Click to hide internal directories.