traefik-certs-dumper/dumper/config.go
2019-04-22 04:28:18 +02:00

12 lines
214 B
Go

package dumper
// BaseConfig Base dump command configuration.
type BaseConfig struct {
DumpPath string
CrtInfo FileInfo
KeyInfo FileInfo
DomainSubDir bool
Clean bool
Watch bool
}