mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-15 22:39:03 +08:00
feat: merge v3dev into main
This commit is contained in:
@@ -18,7 +18,6 @@ import (
|
||||
"context"
|
||||
|
||||
"google.golang.org/grpc"
|
||||
"google.golang.org/grpc/resolver"
|
||||
)
|
||||
|
||||
type Conn interface {
|
||||
@@ -27,7 +26,7 @@ type Conn interface {
|
||||
AddOption(opts ...grpc.DialOption)
|
||||
CloseConn(conn grpc.ClientConnInterface)
|
||||
// do not use this method for call rpc
|
||||
GetClientLocalConns() map[string][]resolver.Address
|
||||
GetClientLocalConns() map[string][]grpc.ClientConnInterface
|
||||
}
|
||||
|
||||
type SvcDiscoveryRegistry interface {
|
||||
|
||||
Reference in New Issue
Block a user