代码清理

This commit is contained in:
2025-02-25 15:56:33 +08:00
parent 9a8680a221
commit 884faae5ba
9 changed files with 32 additions and 59 deletions

View File

@@ -1,8 +1,9 @@
package models
import (
"gorm.io/gorm"
"time"
"gorm.io/gorm"
)
// Channel 连接认证模型

View File

@@ -1,8 +1,9 @@
package router
import (
"github.com/gin-gonic/gin"
"proxy-server/server/web/app/handlers"
"github.com/gin-gonic/gin"
)
func Apply(r *gin.Engine) {