1
0
Fork 0

Add missing description tag

Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
Emile Vauge 2017-05-11 19:07:45 +02:00
parent d2b204a075
commit 3a4ec19817
No known key found for this signature in database
GPG key ID: D808B4C167352E59
2 changed files with 5 additions and 5 deletions

View file

@ -19,8 +19,8 @@ import (
// Provider holds configuration of the Provider provider.
type Provider struct {
provider.BaseProvider `mapstructure:",squash"`
Endpoint string
Delay string
Endpoint string `description:"Eureka server endpoint"`
Delay string `description:"Override default configuration time between refresh"`
}
// Provide allows the eureka provider to provide configurations to traefik