feat: simplify data and add cache to LocalFsAdapter

This commit is contained in:
Max Richter
2025-10-05 22:20:43 +02:00
parent fa283d5dd7
commit 6d92c92797
8 changed files with 196 additions and 160 deletions

View File

@@ -8,8 +8,8 @@ import (
"path/filepath"
"strings"
"git.max-richter.dev/max/marka/server-new/internal/adapters"
"git.max-richter.dev/max/marka/server-new/internal/handler"
"git.max-richter.dev/max/marka/server/internal/adapters"
"git.max-richter.dev/max/marka/server/internal/handler"
)
type multi []string