# Packages
No description provided by the author
# Functions
Ignore Calls an ErrorFunction, and ignores the result.
# Constants
DefaultConsulCatalogTagPrefix is a prefix for additional service/node configurations.
DefaultWatchWaitTime is the duration to wait when polling consul.
DockerAPIVersion is a constant holding the version of the Docker API traefik will use.
RancherDefaultWatchTime is the duration of the interval when polling rancher.
SwarmAPIVersion is a constant holding the version of the Docker API traefik will use.
SwarmDefaultWatchTime is the duration of the interval when polling docker.
# Structs
BaseProvider should be inherited by providers.
BoltDb holds configurations of the BoltDb provider.
ClientTLS holds TLS specific configurations as client CA, Cert and Key can be either path or file contents.
Consul holds configurations of the Consul provider.
ConsulCatalog holds configurations of the Consul catalog provider.
Docker holds configurations of the Docker provider.
ECS holds configurations of the ECS provider.
Etcd holds configurations of the Etcd provider.
Eureka holds configuration of the Eureka provider.
File holds configurations of the File provider.
Kubernetes holds configurations of the Kubernetes provider.
Kv holds common configurations of key-value providers.
Marathon holds configuration of the Marathon provider.
MarathonBasic holds basic authentication specific configurations.
Mesos holds configuration of the mesos provider.
Rancher holds configurations of the Rancher provider.
Zookepper holds configurations of the Zookepper provider.
# Interfaces
Provider defines methods of a provider.
# Type aliases
ErrorFunction A function definition that returns an error to be passed to the Ignore or Panic error handler.