organization

This commit is contained in:
skiffer-git
2022-04-16 21:10:46 +08:00
parent 3267958541
commit 9abfe233bc
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ type organizationServer struct {
etcdAddr []string
}
func NewGroupServer(port int) *organizationServer {
func NewServer(port int) *organizationServer {
log.NewPrivateLog(constant.LogFileName)
return &organizationServer{
rpcPort: port,