Consul Backend

This commit is contained in:
emile 2015-09-21 18:05:56 +02:00
parent 32c0ffe87a
commit d8e8815ad1
11 changed files with 354 additions and 43 deletions

View file

@ -12,6 +12,7 @@ type GlobalConfiguration struct {
File *FileProvider
Web *WebProvider
Marathon *MarathonProvider
Consul *ConsulProvider
}
func NewGlobalConfiguration() *GlobalConfiguration {