blocky/lists
Kwitsch 03131c443c
Refactoring/config struct names (#1315)
* vscode config changed in new version

* FilteringConfig -> Filtering

* CachingConfig -> Caching

* QueryLogConfig -> QueryLog

* MetricsConfig -> Metrics

* HostsFileConfig -> HostsFile

* PortsConfig -> Ports

* BootstrapDNSConfig -> BootstrapDNS

* BootstrappedUpstreamConfig -> BootstrappedUpstream

* bootstrapDNSConfig -> bootstrapDNS

* bootstrappedUpstreamConfig -> bootstrappedUpstream

* SourceLoadingConfig -> SourceLoading

* DownloaderConfig -> Downloader
2023-12-20 15:38:33 -05:00
..
parsers style(tests): `ShouldNot(Succeed())` -> `Should(HaveOccurred())` 2023-12-01 15:53:11 -05:00
downloader.go Refactoring/config struct names (#1315) 2023-12-20 15:38:33 -05:00
downloader_test.go Refactoring/config struct names (#1315) 2023-12-20 15:38:33 -05:00
list_cache.go Refactoring/config struct names (#1315) 2023-12-20 15:38:33 -05:00
list_cache_benchmark_test.go Refactoring/config struct names (#1315) 2023-12-20 15:38:33 -05:00
list_cache_enum.go feat: add upstream strategy `strict` (#1093) 2023-08-21 09:50:23 +02:00
list_cache_test.go Refactoring/config struct names (#1315) 2023-12-20 15:38:33 -05:00
list_suite_test.go fix(tests): properly silence log output (#1259) 2023-11-19 17:51:49 -05:00
sourcereader.go Refactoring: FileDownloader (#1281) 2023-11-29 18:18:29 +01:00