conversation

This commit is contained in:
wangchuxiao
2023-03-24 16:41:11 +08:00
parent ad7fa572b5
commit 6fb9992957
5 changed files with 145 additions and 173 deletions
+2
View File
@@ -40,10 +40,12 @@ func (o *Conversation) GetConversations(c *gin.Context) {
a2r.Call(conversation.ConversationClient.GetConversations, o.client, c)
}
// deprecated
func (o *Conversation) SetConversation(c *gin.Context) {
a2r.Call(conversation.ConversationClient.SetConversation, o.client, c)
}
// deprecated
func (o *Conversation) BatchSetConversations(c *gin.Context) {
a2r.Call(conversation.ConversationClient.BatchSetConversations, o.client, c)
}