Actually make fucking interfaces

This commit is contained in:
2025-10-10 22:31:01 +02:00
parent da5133eef8
commit a09a01e7bc
8 changed files with 44 additions and 19 deletions

View File

@@ -8,6 +8,7 @@ import (
)
// CacheRepository handles cache-related database operations
// Implements CacheRepositoryInterface
type CacheRepository struct {
*BaseRepository
}