add rpc conversation

This commit is contained in:
Gordon
2022-04-24 11:23:54 +08:00
parent 0a939a5b91
commit df17dd749f
10 changed files with 551 additions and 2 deletions
+1
View File
@@ -118,6 +118,7 @@ type config struct {
OpenImAdminCMSName string `yaml:"openImAdminCMSName"`
OpenImOfficeName string `yaml:"openImOfficeName"`
OpenImOrganizationName string `yaml:"openImOrganizationName"`
OpenImConversationName string `yaml:"openImConversationName"`
}
Etcd struct {
EtcdSchema string `yaml:"etcdSchema"`