@ -19,7 +19,7 @@ func NewAuth(discov discoveryregistry.SvcDiscoveryRegistry) *Auth {
}
type Auth struct {
conn *grpc.ClientConn
conn grpc.ClientConnInterface
Client auth.AuthClient
discov discoveryregistry.SvcDiscoveryRegistry
@ -14,7 +14,7 @@ import (
type Conversation struct {
Client conversation.ConversationClient
@ -11,7 +11,7 @@ import (
)
type Friend struct {
Client friend.FriendClient
@ -15,7 +15,7 @@ import (
type Group struct {
Client group.GroupClient
@ -104,7 +104,7 @@ func newSessionTypeConf() map[int32]int32 {
type Message struct {
Client msg.MsgClient
@ -10,7 +10,7 @@ import (
type Push struct {
Client push.PushMsgServiceClient
type Third struct {
Client third.ThirdClient
type User struct {
Client user.UserClient