Documentation ¶
Index ¶
Constants ¶
View Source
const (
ProviderName = "consul"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Topic string `json:"topic" yaml:"topic"` NodeFilter string `json:"node_filter" yaml:"node_filter"` ServiceFilter string `json:"service_filter" yaml:"service_filter"` TagFilter string `json:"tag_filter" yaml:"tag_filter"` Version int `json:"version" yaml:"version"` Consul *consul.Config `json:"consul" yaml:"consul"` }
Click to show internal directories.
Click to hide internal directories.