traefik-certs-dumper/dumper/config.go
2019-04-20 21:34:23 +02:00

10 lines
176 B
Go

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