package conf type ServeYaml struct { DataStorage string `yaml:"dataStorage"` Domains []string `yaml:"domains"` RangeSupported bool `yaml:"rangeSupported"` FilterURLQueries bool `yaml:"filterURLQueries"` EnableGoInfoPage bool `yaml:"enableGoInfoPage"` CacheSettings CacheSettingsYaml `yaml:"cacheSettings"` }