feat: Updated pkg/rpcclient/conversation.go

pull/1227/head
sweep-ai[bot] 2 years ago committed by GitHub
parent 146b766ab2
commit 51bea8f1f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save