feat: Updated pkg/rpcclient/conversation.go

This commit is contained in:
sweep-ai[bot] 2023-10-14 08:11:23 +00:00 committed by GitHub
parent 146b766ab2
commit 51bea8f1f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ import (
"context"
"fmt"
"google.golang.org/grpc"
"github.com/apache/dubbo-go"
pbconversation "github.com/OpenIMSDK/protocol/conversation"
"github.com/OpenIMSDK/tools/discoveryregistry"
@ -29,7 +29,7 @@ import (
type Conversation struct {
Client pbconversation.ConversationClient
conn grpc.ClientConnInterface
conn dubbo-go.ClientConnInterface
discov discoveryregistry.SvcDiscoveryRegistry
}