traefik-certs-dumper/dumper/file/config.go
2019-04-21 20:07:29 +02:00

8 lines
99 B
Go

package file
// Config file configuration.
type Config struct {
AcmeFile string
Watch bool
}