add flag on ACME

add flag on Retry

set Retry.MaxMem to 2 by default

rm useless import

rm useless structtag

add custom parser on []acme.Domain type

add commants + refactor
This commit is contained in:
Martin 2016-05-25 17:06:34 +02:00
parent 6752b49536
commit f64c2bc065
4 changed files with 65 additions and 26 deletions

View file

@ -9,7 +9,7 @@ import (
// Zookepper holds configurations of the Zookepper provider.
type Zookepper struct {
Kv `description:"go through"`
Kv
}
// Provide allows the provider to provide configurations to traefik