This commit is contained in:
aler9 2020-10-14 01:07:32 +02:00
parent 80731ce248
commit 5c8eceb4f7
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ func checkPathName(name string) error {
}
type PathConf struct {
Regexp *regexp.Regexp
Regexp *regexp.Regexp `yaml:"-"`
Source string `yaml:"source"`
SourceUrl *url.URL `yaml:"-"`
SourceProtocol string `yaml:"sourceProtocol"`