实现节点筛选函数,调整节点数据表结构
This commit is contained in:
@@ -8,6 +8,7 @@ import (
|
||||
"platform/pkg/logs"
|
||||
"platform/pkg/orm"
|
||||
"platform/pkg/rds"
|
||||
"platform/pkg/remote"
|
||||
"platform/web"
|
||||
"syscall"
|
||||
)
|
||||
@@ -23,6 +24,7 @@ func main() {
|
||||
logs.Init()
|
||||
orm.Init()
|
||||
rds.Init()
|
||||
remote.Init()
|
||||
|
||||
// web 服务
|
||||
app, err := web.New(&web.Config{
|
||||
|
||||
Reference in New Issue
Block a user