refactor: migrate file utility functions to services package and update references in controllers; remove deprecated utils file

This commit is contained in:
keven1024
2026-02-27 12:18:18 +08:00
parent ed7ac4e657
commit e5b5def6f0
10 changed files with 60 additions and 145 deletions

View File

@@ -3,6 +3,7 @@ go 1.25.5
use (
./backend
./pkg/models
./pkg/services
./pkg/utils
./worker
)