code refactoring, dependencies update

This commit is contained in:
2023-05-26 11:29:59 +02:00
parent 5b70d25bef
commit 1e0e625d1a
3 changed files with 15 additions and 14 deletions

View File

@@ -13,7 +13,7 @@ import (
"github.com/marcopeocchi/yt-dlp-web-ui/server/cli"
)
// In-Memory volatile Thread-Safe Key-Value Storage
// In-Memory Thread-Safe Key-Value Storage with optional persistence
type MemoryDB struct {
table sync.Map
}