fix: lint.

This commit is contained in:
Fernandez Ludovic 2019-10-09 02:51:34 +02:00
parent 072d407807
commit 70543d3449

View File

@ -17,6 +17,7 @@ import (
"github.com/ldez/traefik-certs-dumper/v2/hook" "github.com/ldez/traefik-certs-dumper/v2/hook"
) )
// DefaultStoreKeySuffix is the default suffix/storage.
const DefaultStoreKeySuffix = "/acme/account/object" const DefaultStoreKeySuffix = "/acme/account/object"
// Dump Dumps KV content to certificates. // Dump Dumps KV content to certificates.