全局重命名:kefu_sys / kefu-sys 改为 kefu_cloud / kefu-cloud

- Go module 与全部 import 路径
- 数据库默认库名、Docker 服务/卷命名与部署文档
This commit is contained in:
yml2213
2026-07-15 15:23:10 +08:00
parent 8860b640ca
commit d4ba9e7a56
34 changed files with 104 additions and 104 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package handler
import (
"testing"
"kefu-sys/server/internal/model"
"kefu-cloud/server/internal/model"
)
func TestPickLeastLoadedPrefersFewerSessions(t *testing.T) {