tag
This commit is contained in:
@@ -26,10 +26,10 @@ type officeServer struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func NewOfficeServer(port int) *officeServer {
|
func NewOfficeServer(port int) *officeServer {
|
||||||
log.NewPrivateLog("officeServer")
|
log.NewPrivateLog("office")
|
||||||
return &officeServer{
|
return &officeServer{
|
||||||
rpcPort: port,
|
rpcPort: port,
|
||||||
rpcRegisterName: config.Config.RpcRegisterName.OpenImMessageCMSName,
|
rpcRegisterName: config.Config.RpcRegisterName.OpenImOfficeName,
|
||||||
etcdSchema: config.Config.Etcd.EtcdSchema,
|
etcdSchema: config.Config.Etcd.EtcdSchema,
|
||||||
etcdAddr: config.Config.Etcd.EtcdAddr,
|
etcdAddr: config.Config.Etcd.EtcdAddr,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user