1
0
mirror of https://github.com/containous/traefik.git synced 2025-10-14 15:33:19 +03:00

Consul catalog provider

Fixes #176
This commit is contained in:
David Keijser
2016-02-02 18:03:40 +01:00
parent 4277fe2fdb
commit ae275c9e60
12 changed files with 546 additions and 17 deletions

View File

@@ -28,6 +28,7 @@ func init() {
check.Suite(&FileSuite{})
check.Suite(&DockerSuite{})
check.Suite(&ConsulSuite{})
check.Suite(&ConsulCatalogSuite{})
check.Suite(&MarathonSuite{})
}