remove office

This commit is contained in:
withchao
2023-05-31 17:54:05 +08:00
parent 54b651765b
commit 1d4b5960d2
11 changed files with 0 additions and 247 deletions
-2
View File
@@ -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"`