Skip to content

Commit

Permalink
移除应用注册功能
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Jun 12, 2024
1 parent 4018a6f commit aeabfbb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 82 deletions.
79 changes: 0 additions & 79 deletions fops/registerApp.go

This file was deleted.

3 changes: 0 additions & 3 deletions initialize.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
"github.com/farseer-go/fs/core"
"github.com/farseer-go/fs/dateTime"
"github.com/farseer-go/fs/flog"
"github.com/farseer-go/fs/fops"
"github.com/farseer-go/fs/modules"
"github.com/farseer-go/fs/net"
"github.com/farseer-go/fs/sonyflake"
Expand Down Expand Up @@ -89,8 +88,6 @@ func Initialize[TModule modules.FarseerModule](appName string) {
}
}

// 定时向FOPS中心注册应用信息
fops.RegisterApp()
// 日志内容美化
if len(healthChecks) > 0 || configure.GetString("Fops.Server") != "" {
flog.Println("---------------------------------------")
Expand Down

0 comments on commit aeabfbb

Please sign in to comment.