func()

in config/config.go [100:105]


func (s *Secret) PathString() string {
	if s.Path != "" {
		return s.Path
	}
	return s.FileName
}