Error code standardization

This commit is contained in:
skiffer-git
2023-02-09 17:55:59 +08:00
parent 29b05499df
commit d26daa23f1
6 changed files with 132 additions and 34 deletions
+1
View File
@@ -36,6 +36,7 @@ func NewRpcServer(registerIPInConfig string, port int, registerName string, zkSe
return nil, err
}
s.RegisterCenter = zkClient
return s, nil
}