refactor: remove legacy code

This commit is contained in:
2025-02-19 12:12:55 +03:00
parent adc4a42800
commit 356ea7fb9f
21 changed files with 207 additions and 564 deletions

View File

@@ -32,14 +32,6 @@ import (
"gitea.plemya-x.ru/Plemya-x/ALR/internal/dlcache"
)
func init() {
dir, err := os.MkdirTemp("/tmp", "alr-dlcache-test.*")
if err != nil {
panic(err)
}
config.GetPaths(context.Background()).RepoDir = dir
}
type TestALRConfig struct {
CacheDir string
}