refactor: 将redis提取到middleware文件夹

This commit is contained in:
Leon
2025-12-28 18:38:14 +08:00
parent c43b9d8cd6
commit fbd0cd38ec
12 changed files with 38 additions and 39 deletions

View File

@@ -9,7 +9,7 @@ import (
"strings"
"time"
rediscache "feedsystem_video_go/internal/redis"
rediscache "feedsystem_video_go/internal/middleware/redis"
)
type VideoService struct {