mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-10 23:07:30 +08:00
feat: Updated pkg/rpcclient/auth.go
This commit is contained in:
parent
f491d46737
commit
146b766ab2
@ -17,7 +17,7 @@ package rpcclient
|
||||
import (
|
||||
"context"
|
||||
|
||||
"google.golang.org/grpc"
|
||||
"github.com/apache/dubbo-go"
|
||||
|
||||
"github.com/OpenIMSDK/protocol/auth"
|
||||
"github.com/OpenIMSDK/tools/discoveryregistry"
|
||||
@ -35,7 +35,7 @@ func NewAuth(discov discoveryregistry.SvcDiscoveryRegistry) *Auth {
|
||||
}
|
||||
|
||||
type Auth struct {
|
||||
conn grpc.ClientConnInterface
|
||||
conn dubbo-go.ClientConnInterface
|
||||
Client auth.AuthClient
|
||||
discov discoveryregistry.SvcDiscoveryRegistry
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user