mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-05 01:25:58 +08:00
remove office
This commit is contained in:
@@ -161,7 +161,6 @@ type config struct {
|
||||
OpenImCachePort []int `yaml:"openImCachePort"`
|
||||
OpenImRtcPort []int `yaml:"openImRtcPort"`
|
||||
OpenImThirdPort []int `yaml:"openImThirdPort"`
|
||||
OpenImOfficePort []int `yaml:"openImOfficePort"`
|
||||
}
|
||||
RpcRegisterName struct {
|
||||
OpenImUserName string `yaml:"openImUserName"`
|
||||
@@ -174,7 +173,6 @@ type config struct {
|
||||
OpenImConversationName string `yaml:"openImConversationName"`
|
||||
OpenImRtcName string `yaml:"openImRtcName"`
|
||||
OpenImThirdName string `yaml:"openImThirdName"`
|
||||
OpenImOfficeName string `yaml:"openImOfficeName"`
|
||||
}
|
||||
Zookeeper struct {
|
||||
Schema string `yaml:"schema"`
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
package controller
|
||||
|
||||
import (
|
||||
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/db/unrelation"
|
||||
)
|
||||
|
||||
func NewOfficeDatabase(mgo *unrelation.Mongo) OfficeDatabase {
|
||||
return &officeDatabase{mgo: mgo}
|
||||
}
|
||||
|
||||
type OfficeDatabase interface {
|
||||
// table.unrelation.office.go
|
||||
// unrelation.office.go
|
||||
}
|
||||
|
||||
type officeDatabase struct {
|
||||
mgo *unrelation.Mongo
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
package unrelation
|
||||
@@ -1 +0,0 @@
|
||||
package unrelation
|
||||
@@ -1,15 +0,0 @@
|
||||
|
||||
all_proto=(
|
||||
wrapperspb/wrapperspb.proto
|
||||
auth/auth.proto
|
||||
friend/friend.proto
|
||||
group/group.proto
|
||||
user/user.proto
|
||||
rtc/rtc.proto
|
||||
msg/msg.proto
|
||||
push/push.proto
|
||||
msggateway/msg_gateway.proto
|
||||
sdkws/ws.proto
|
||||
conversation/conversation.proto
|
||||
third/third.proto
|
||||
)
|
||||
Reference in New Issue
Block a user