user

package
v0.0.0-...-4702bed Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 13, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_user_user_proto protoreflect.FileDescriptor

Functions

func RegisterUserServer

func RegisterUserServer(s *grpc.Server, srv UserServer)

Types

type AccountCheckReq

type AccountCheckReq struct {
	CheckUserIDList []string `protobuf:"bytes,1,rep,name=CheckUserIDList,proto3" json:"CheckUserIDList,omitempty"`
	OpUserID        string   `protobuf:"bytes,2,opt,name=OpUserID,proto3" json:"OpUserID,omitempty"`
	OperationID     string   `protobuf:"bytes,3,opt,name=OperationID,proto3" json:"OperationID,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountCheckReq) Descriptor deprecated

func (*AccountCheckReq) Descriptor() ([]byte, []int)

Deprecated: Use AccountCheckReq.ProtoReflect.Descriptor instead.

func (*AccountCheckReq) GetCheckUserIDList

func (x *AccountCheckReq) GetCheckUserIDList() []string

func (*AccountCheckReq) GetOpUserID

func (x *AccountCheckReq) GetOpUserID() string

func (*AccountCheckReq) GetOperationID

func (x *AccountCheckReq) GetOperationID() string

func (*AccountCheckReq) ProtoMessage

func (*AccountCheckReq) ProtoMessage()

func (*AccountCheckReq) ProtoReflect

func (x *AccountCheckReq) ProtoReflect() protoreflect.Message

func (*AccountCheckReq) Reset

func (x *AccountCheckReq) Reset()

func (*AccountCheckReq) String

func (x *AccountCheckReq) String() string

type AccountCheckResp

type AccountCheckResp struct {
	CommonResp *CommonResp                          `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp,omitempty"`
	ResultList []*AccountCheckResp_SingleUserStatus `protobuf:"bytes,2,rep,name=ResultList,proto3" json:"ResultList,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountCheckResp) Descriptor deprecated

func (*AccountCheckResp) Descriptor() ([]byte, []int)

Deprecated: Use AccountCheckResp.ProtoReflect.Descriptor instead.

func (*AccountCheckResp) GetCommonResp

func (x *AccountCheckResp) GetCommonResp() *CommonResp

func (*AccountCheckResp) GetResultList

func (*AccountCheckResp) ProtoMessage

func (*AccountCheckResp) ProtoMessage()

func (*AccountCheckResp) ProtoReflect

func (x *AccountCheckResp) ProtoReflect() protoreflect.Message

func (*AccountCheckResp) Reset

func (x *AccountCheckResp) Reset()

func (*AccountCheckResp) String

func (x *AccountCheckResp) String() string

type AccountCheckResp_SingleUserStatus

type AccountCheckResp_SingleUserStatus struct {
	UserID        string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
	AccountStatus string `protobuf:"bytes,2,opt,name=accountStatus,proto3" json:"accountStatus,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountCheckResp_SingleUserStatus) Descriptor deprecated

func (*AccountCheckResp_SingleUserStatus) Descriptor() ([]byte, []int)

Deprecated: Use AccountCheckResp_SingleUserStatus.ProtoReflect.Descriptor instead.

func (*AccountCheckResp_SingleUserStatus) GetAccountStatus

func (x *AccountCheckResp_SingleUserStatus) GetAccountStatus() string

func (*AccountCheckResp_SingleUserStatus) GetUserID

func (*AccountCheckResp_SingleUserStatus) ProtoMessage

func (*AccountCheckResp_SingleUserStatus) ProtoMessage()

func (*AccountCheckResp_SingleUserStatus) ProtoReflect

func (*AccountCheckResp_SingleUserStatus) Reset

func (*AccountCheckResp_SingleUserStatus) String

type AddUserReq

type AddUserReq struct {
	UserInfo    *sdk_ws.UserInfo `protobuf:"bytes,1,opt,name=userInfo,proto3" json:"userInfo,omitempty"`
	OperationID string           `protobuf:"bytes,2,opt,name=operationID,proto3" json:"operationID,omitempty"`
	// contains filtered or unexported fields
}

func (*AddUserReq) Descriptor deprecated

func (*AddUserReq) Descriptor() ([]byte, []int)

Deprecated: Use AddUserReq.ProtoReflect.Descriptor instead.

func (*AddUserReq) GetOperationID

func (x *AddUserReq) GetOperationID() string

func (*AddUserReq) GetUserInfo

func (x *AddUserReq) GetUserInfo() *sdk_ws.UserInfo

func (*AddUserReq) ProtoMessage

func (*AddUserReq) ProtoMessage()

func (*AddUserReq) ProtoReflect

func (x *AddUserReq) ProtoReflect() protoreflect.Message

func (*AddUserReq) Reset

func (x *AddUserReq) Reset()

func (*AddUserReq) String

func (x *AddUserReq) String() string

type AddUserResp

type AddUserResp struct {
	CommonResp *CommonResp `protobuf:"bytes,1,opt,name=CommonResp,proto3" json:"CommonResp,omitempty"`
	// contains filtered or unexported fields
}

func (*AddUserResp) Descriptor deprecated

func (*AddUserResp) Descriptor() ([]byte, []int)

Deprecated: Use AddUserResp.ProtoReflect.Descriptor instead.

func (*AddUserResp) GetCommonResp

func (x *AddUserResp) GetCommonResp() *CommonResp

func (*AddUserResp) ProtoMessage

func (*AddUserResp) ProtoMessage()

func (*AddUserResp) ProtoReflect

func (x *AddUserResp) ProtoReflect() protoreflect.Message

func (*AddUserResp) Reset

func (x *AddUserResp) Reset()

func (*AddUserResp) String

func (x *AddUserResp) String() string

type BatchSetConversationsReq

type BatchSetConversationsReq struct {
	Conversations    []*conversation.Conversation `protobuf:"bytes,1,rep,name=Conversations,proto3" json:"Conversations,omitempty"`
	OwnerUserID      string                       `protobuf:"bytes,2,opt,name=OwnerUserID,proto3" json:"OwnerUserID,omitempty"`
	NotificationType int32                        `protobuf:"varint,3,opt,name=notificationType,proto3" json:"notificationType,omitempty"`
	OperationID      string                       `protobuf:"bytes,4,opt,name=OperationID,proto3" json:"OperationID,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchSetConversationsReq) Descriptor deprecated

func (*BatchSetConversationsReq) Descriptor() ([]byte, []int)

Deprecated: Use BatchSetConversationsReq.ProtoReflect.Descriptor instead.

func (*BatchSetConversationsReq) GetConversations

func (x *BatchSetConversationsReq) GetConversations() []*conversation.Conversation

func (*BatchSetConversationsReq) GetNotificationType

func (x *BatchSetConversationsReq) GetNotificationType() int32

func (*BatchSetConversationsReq) GetOperationID

func (x *BatchSetConversationsReq) GetOperationID() string

func (*BatchSetConversationsReq) GetOwnerUserID

func (x *BatchSetConversationsReq) GetOwnerUserID() string

func (*BatchSetConversationsReq) ProtoMessage

func (*BatchSetConversationsReq) ProtoMessage()

func (*BatchSetConversationsReq) ProtoReflect

func (x *BatchSetConversationsReq) ProtoReflect() protoreflect.Message

func (*BatchSetConversationsReq) Reset

func (x *BatchSetConversationsReq) Reset()

func (*BatchSetConversationsReq) String

func (x *BatchSetConversationsReq) String() string

type BatchSetConversationsResp

type BatchSetConversationsResp struct {
	CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp,omitempty"`
	Success    []string    `protobuf:"bytes,2,rep,name=Success,proto3" json:"Success,omitempty"`
	Failed     []string    `protobuf:"bytes,3,rep,name=Failed,proto3" json:"Failed,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchSetConversationsResp) Descriptor deprecated

func (*BatchSetConversationsResp) Descriptor() ([]byte, []int)

Deprecated: Use BatchSetConversationsResp.ProtoReflect.Descriptor instead.

func (*BatchSetConversationsResp) GetCommonResp

func (x *BatchSetConversationsResp) GetCommonResp() *CommonResp

func (*BatchSetConversationsResp) GetFailed

func (x *BatchSetConversationsResp) GetFailed() []string

func (*BatchSetConversationsResp) GetSuccess

func (x *BatchSetConversationsResp) GetSuccess() []string

func (*BatchSetConversationsResp) ProtoMessage

func (*BatchSetConversationsResp) ProtoMessage()

func (*BatchSetConversationsResp) ProtoReflect

func (*BatchSetConversationsResp) Reset

func (x *BatchSetConversationsResp) Reset()

func (*BatchSetConversationsResp) String

func (x *BatchSetConversationsResp) String() string

type BlockUser

type BlockUser struct {
	UserInfo         *sdk_ws.UserInfo `protobuf:"bytes,1,opt,name=UserInfo,proto3" json:"UserInfo,omitempty"`
	BeginDisableTime string           `protobuf:"bytes,2,opt,name=BeginDisableTime,proto3" json:"BeginDisableTime,omitempty"`
	EndDisableTime   string           `protobuf:"bytes,3,opt,name=EndDisableTime,proto3" json:"EndDisableTime,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockUser) Descriptor deprecated

func (*BlockUser) Descriptor() ([]byte, []int)

Deprecated: Use BlockUser.ProtoReflect.Descriptor instead.

func (*BlockUser) GetBeginDisableTime

func (x *BlockUser) GetBeginDisableTime() string

func (*BlockUser) GetEndDisableTime

func (x *BlockUser) GetEndDisableTime() string

func (*BlockUser) GetUserInfo

func (x *BlockUser) GetUserInfo() *sdk_ws.UserInfo

func (*BlockUser) ProtoMessage

func (*BlockUser) ProtoMessage()

func (*BlockUser) ProtoReflect

func (x *BlockUser) ProtoReflect() protoreflect.Message

func (*BlockUser) Reset

func (x *BlockUser) Reset()

func (*BlockUser) String

func (x *BlockUser) String() string

type BlockUserReq

type BlockUserReq struct {
	UserID         string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
	EndDisableTime string `protobuf:"bytes,2,opt,name=endDisableTime,proto3" json:"endDisableTime,omitempty"`
	OperationID    string `protobuf:"bytes,3,opt,name=operationID,proto3" json:"operationID,omitempty"`
	OpUserID       string `protobuf:"bytes,4,opt,name=opUserID,proto3" json:"opUserID,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockUserReq) Descriptor deprecated

func (*BlockUserReq) Descriptor() ([]byte, []int)

Deprecated: Use BlockUserReq.ProtoReflect.Descriptor instead.

func (*BlockUserReq) GetEndDisableTime

func (x *BlockUserReq) GetEndDisableTime() string

func (*BlockUserReq) GetOpUserID

func (x *BlockUserReq) GetOpUserID() string

func (*BlockUserReq) GetOperationID

func (x *BlockUserReq) GetOperationID() string

func (*BlockUserReq) GetUserID

func (x *BlockUserReq) GetUserID() string

func (*BlockUserReq) ProtoMessage

func (*BlockUserReq) ProtoMessage()

func (*BlockUserReq) ProtoReflect

func (x *BlockUserReq) ProtoReflect() protoreflect.Message

func (*BlockUserReq) Reset

func (x *BlockUserReq) Reset()

func (*BlockUserReq) String

func (x *BlockUserReq) String() string

type BlockUserResp

type BlockUserResp struct {
	CommonResp *CommonResp `protobuf:"bytes,1,opt,name=CommonResp,proto3" json:"CommonResp,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockUserResp) Descriptor deprecated

func (*BlockUserResp) Descriptor() ([]byte, []int)

Deprecated: Use BlockUserResp.ProtoReflect.Descriptor instead.

func (*BlockUserResp) GetCommonResp

func (x *BlockUserResp) GetCommonResp() *CommonResp

func (*BlockUserResp) ProtoMessage

func (*BlockUserResp) ProtoMessage()

func (*BlockUserResp) ProtoReflect

func (x *BlockUserResp) ProtoReflect() protoreflect.Message

func (*BlockUserResp) Reset

func (x *BlockUserResp) Reset()

func (*BlockUserResp) String

func (x *BlockUserResp) String() string

type CmsUser

type CmsUser struct {
	User    *sdk_ws.UserInfo `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	IsBlock bool             `protobuf:"varint,2,opt,name=isBlock,proto3" json:"isBlock,omitempty"`
	// contains filtered or unexported fields
}

func (*CmsUser) Descriptor deprecated

func (*CmsUser) Descriptor() ([]byte, []int)

Deprecated: Use CmsUser.ProtoReflect.Descriptor instead.

func (*CmsUser) GetIsBlock

func (x *CmsUser) GetIsBlock() bool

func (*CmsUser) GetUser

func (x *CmsUser) GetUser() *sdk_ws.UserInfo

func (*CmsUser) ProtoMessage

func (*CmsUser) ProtoMessage()

func (*CmsUser) ProtoReflect

func (x *CmsUser) ProtoReflect() protoreflect.Message

func (*CmsUser) Reset

func (x *CmsUser) Reset()

func (*CmsUser) String

func (x *CmsUser) String() string

type CommonResp

type CommonResp struct {
	ErrCode int32  `protobuf:"varint,1,opt,name=errCode,proto3" json:"errCode,omitempty"`
	ErrMsg  string `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*CommonResp) Descriptor deprecated

func (*CommonResp) Descriptor() ([]byte, []int)

Deprecated: Use CommonResp.ProtoReflect.Descriptor instead.

func (*CommonResp) GetErrCode

func (x *CommonResp) GetErrCode() int32

func (*CommonResp) GetErrMsg

func (x *CommonResp) GetErrMsg() string

func (*CommonResp) ProtoMessage

func (*CommonResp) ProtoMessage()

func (*CommonResp) ProtoReflect

func (x *CommonResp) ProtoReflect() protoreflect.Message

func (*CommonResp) Reset

func (x *CommonResp) Reset()

func (*CommonResp) String

func (x *CommonResp) String() string

type GetAllConversationsReq

type GetAllConversationsReq struct {
	OwnerUserID string `protobuf:"bytes,1,opt,name=OwnerUserID,proto3" json:"OwnerUserID,omitempty"`
	OperationID string `protobuf:"bytes,2,opt,name=OperationID,proto3" json:"OperationID,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAllConversationsReq) Descriptor deprecated

func (*GetAllConversationsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetAllConversationsReq.ProtoReflect.Descriptor instead.

func (*GetAllConversationsReq) GetOperationID

func (x *GetAllConversationsReq) GetOperationID() string

func (*GetAllConversationsReq) GetOwnerUserID

func (x *GetAllConversationsReq) GetOwnerUserID() string

func (*GetAllConversationsReq) ProtoMessage

func (*GetAllConversationsReq) ProtoMessage()

func (*GetAllConversationsReq) ProtoReflect

func (x *GetAllConversationsReq) ProtoReflect() protoreflect.Message

func (*GetAllConversationsReq) Reset

func (x *GetAllConversationsReq) Reset()

func (*GetAllConversationsReq) String

func (x *GetAllConversationsReq) String() string

type GetAllConversationsResp

type GetAllConversationsResp struct {
	CommonResp    *CommonResp                  `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp,omitempty"`
	Conversations []*conversation.Conversation `protobuf:"bytes,2,rep,name=Conversations,proto3" json:"Conversations,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAllConversationsResp) Descriptor deprecated

func (*GetAllConversationsResp) Descriptor() ([]byte, []int)

Deprecated: Use GetAllConversationsResp.ProtoReflect.Descriptor instead.

func (*GetAllConversationsResp) GetCommonResp

func (x *GetAllConversationsResp) GetCommonResp() *CommonResp

func (*GetAllConversationsResp) GetConversations

func (x *GetAllConversationsResp) GetConversations() []*conversation.Conversation

func (*GetAllConversationsResp) ProtoMessage

func (*GetAllConversationsResp) ProtoMessage()

func (*GetAllConversationsResp) ProtoReflect

func (x *GetAllConversationsResp) ProtoReflect() protoreflect.Message

func (*GetAllConversationsResp) Reset

func (x *GetAllConversationsResp) Reset()

func (*GetAllConversationsResp) String

func (x *GetAllConversationsResp) String() string

type GetAllUserIDReq

type GetAllUserIDReq struct {
	OpUserID    string `protobuf:"bytes,1,opt,name=opUserID,proto3" json:"opUserID,omitempty"`
	OperationID string `protobuf:"bytes,2,opt,name=operationID,proto3" json:"operationID,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAllUserIDReq) Descriptor deprecated

func (*GetAllUserIDReq) Descriptor() ([]byte, []int)

Deprecated: Use GetAllUserIDReq.ProtoReflect.Descriptor instead.

func (*GetAllUserIDReq) GetOpUserID

func (x *GetAllUserIDReq) GetOpUserID() string

func (*GetAllUserIDReq) GetOperationID

func (x *GetAllUserIDReq) GetOperationID() string

func (*GetAllUserIDReq) ProtoMessage

func (*GetAllUserIDReq) ProtoMessage()

func (*GetAllUserIDReq) ProtoReflect

func (x *GetAllUserIDReq) ProtoReflect() protoreflect.Message

func (*GetAllUserIDReq) Reset

func (x *GetAllUserIDReq) Reset()

func (*GetAllUserIDReq) String

func (x *GetAllUserIDReq) String() string

type GetAllUserIDResp

type GetAllUserIDResp struct {
	CommonResp *CommonResp `protobuf:"bytes,1,opt,name=CommonResp,proto3" json:"CommonResp,omitempty"`
	UserIDList []string    `protobuf:"bytes,2,rep,name=UserIDList,proto3" json:"UserIDList,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAllUserIDResp) Descriptor deprecated

func (*GetAllUserIDResp) Descriptor() ([]byte, []int)

Deprecated: Use GetAllUserIDResp.ProtoReflect.Descriptor instead.

func (*GetAllUserIDResp) GetCommonResp

func (x *GetAllUserIDResp) GetCommonResp() *CommonResp

func (*GetAllUserIDResp) GetUserIDList

func (x *GetAllUserIDResp) GetUserIDList() []string

func (*GetAllUserIDResp) ProtoMessage

func (*GetAllUserIDResp) ProtoMessage()

func (*GetAllUserIDResp) ProtoReflect

func (x *GetAllUserIDResp) ProtoReflect() protoreflect.Message

func (*GetAllUserIDResp) Reset

func (x *GetAllUserIDResp) Reset()

func (*GetAllUserIDResp) String

func (x *GetAllUserIDResp) String() string

type GetBlockUsersReq

type GetBlockUsersReq struct {
	Pagination        *sdk_ws.RequestPagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	OperationID       string                    `protobuf:"bytes,2,opt,name=operationID,proto3" json:"operationID,omitempty"`
	UserID            string                    `protobuf:"bytes,3,opt,name=userID,proto3" json:"userID,omitempty"`
	TotalBlockUserNum int32                     `protobuf:"varint,4,opt,name=totalBlockUserNum,proto3" json:"totalBlockUserNum,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlockUsersReq) Descriptor deprecated

func (*GetBlockUsersReq) Descriptor() ([]byte, []int)

Deprecated: Use GetBlockUsersReq.ProtoReflect.Descriptor instead.

func (*GetBlockUsersReq) GetOperationID

func (x *GetBlockUsersReq) GetOperationID() string

func (*GetBlockUsersReq) GetPagination

func (x *GetBlockUsersReq) GetPagination() *sdk_ws.RequestPagination

func (*GetBlockUsersReq) GetTotalBlockUserNum

func (x *GetBlockUsersReq) GetTotalBlockUserNum() int32

func (*GetBlockUsersReq) GetUserID

func (x *GetBlockUsersReq) GetUserID() string

func (*GetBlockUsersReq) ProtoMessage

func (*GetBlockUsersReq) ProtoMessage()

func (*GetBlockUsersReq) ProtoReflect

func (x *GetBlockUsersReq) ProtoReflect() protoreflect.Message

func (*GetBlockUsersReq) Reset

func (x *GetBlockUsersReq) Reset()

func (*GetBlockUsersReq) String

func (x *GetBlockUsersReq) String() string

type GetBlockUsersResp

type GetBlockUsersResp struct {
	CommonResp *CommonResp                `protobuf:"bytes,1,opt,name=CommonResp,proto3" json:"CommonResp,omitempty"`
	BlockUsers []*BlockUser               `protobuf:"bytes,2,rep,name=BlockUsers,proto3" json:"BlockUsers,omitempty"`
	Pagination *sdk_ws.ResponsePagination `protobuf:"bytes,3,opt,name=Pagination,proto3" json:"Pagination,omitempty"`
	UserNums   int32                      `protobuf:"varint,4,opt,name=UserNums,proto3" json:"UserNums,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlockUsersResp) Descriptor deprecated

func (*GetBlockUsersResp) Descriptor() ([]byte, []int)

Deprecated: Use GetBlockUsersResp.ProtoReflect.Descriptor instead.

func (*GetBlockUsersResp) GetBlockUsers

func (x *GetBlockUsersResp) GetBlockUsers() []*BlockUser

func (*GetBlockUsersResp) GetCommonResp

func (x *GetBlockUsersResp) GetCommonResp() *CommonResp

func (*GetBlockUsersResp) GetPagination

func (x *GetBlockUsersResp) GetPagination() *sdk_ws.ResponsePagination

func (*GetBlockUsersResp) GetUserNums

func (x *GetBlockUsersResp) GetUserNums() int32

func (*GetBlockUsersResp) ProtoMessage

func (*GetBlockUsersResp) ProtoMessage()

func (*GetBlockUsersResp) ProtoReflect

func (x *GetBlockUsersResp) ProtoReflect() protoreflect.Message

func (*GetBlockUsersResp) Reset

func (x *GetBlockUsersResp) Reset()

func (*GetBlockUsersResp) String

func (x *GetBlockUsersResp) String() string

type GetConversationReq

type GetConversationReq struct {
	ConversationID string `protobuf:"bytes,1,opt,name=ConversationID,proto3" json:"ConversationID,omitempty"`
	OwnerUserID    string `protobuf:"bytes,2,opt,name=OwnerUserID,proto3" json:"OwnerUserID,omitempty"`
	OperationID    string `protobuf:"bytes,3,opt,name=OperationID,proto3" json:"OperationID,omitempty"`
	// contains filtered or unexported fields
}

func (*GetConversationReq) Descriptor deprecated

func (*GetConversationReq) Descriptor() ([]byte, []int)

Deprecated: Use GetConversationReq.ProtoReflect.Descriptor instead.

func (*GetConversationReq) GetConversationID

func (x *GetConversationReq) GetConversationID() string

func (*GetConversationReq) GetOperationID

func (x *GetConversationReq) GetOperationID() string

func (*GetConversationReq) GetOwnerUserID

func (x *GetConversationReq) GetOwnerUserID() string

func (*GetConversationReq) ProtoMessage

func (*GetConversationReq) ProtoMessage()

func (*GetConversationReq) ProtoReflect

func (x *GetConversationReq) ProtoReflect() protoreflect.Message

func (*GetConversationReq) Reset

func (x *GetConversationReq) Reset()

func (*GetConversationReq) String

func (x *GetConversationReq) String() string

type GetConversationResp

type GetConversationResp struct {
	CommonResp   *CommonResp                `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp,omitempty"`
	Conversation *conversation.Conversation `protobuf:"bytes,2,opt,name=Conversation,proto3" json:"Conversation,omitempty"`
	// contains filtered or unexported fields
}

func (*GetConversationResp) Descriptor deprecated

func (*GetConversationResp) Descriptor() ([]byte, []int)

Deprecated: Use GetConversationResp.ProtoReflect.Descriptor instead.

func (*GetConversationResp) GetCommonResp

func (x *GetConversationResp) GetCommonResp() *CommonResp

func (*GetConversationResp) GetConversation

func (x *GetConversationResp) GetConversation() *conversation.Conversation

func (*GetConversationResp) ProtoMessage

func (*GetConversationResp) ProtoMessage()

func (*GetConversationResp) ProtoReflect

func (x *GetConversationResp) ProtoReflect() protoreflect.Message

func (*GetConversationResp) Reset

func (x *GetConversationResp) Reset()

func (*GetConversationResp) String

func (x *GetConversationResp) String() string

type GetConversationsReq

type GetConversationsReq struct {
	OwnerUserID     string   `protobuf:"bytes,1,opt,name=OwnerUserID,proto3" json:"OwnerUserID,omitempty"`
	ConversationIDs []string `protobuf:"bytes,2,rep,name=ConversationIDs,proto3" json:"ConversationIDs,omitempty"`
	OperationID     string   `protobuf:"bytes,3,opt,name=OperationID,proto3" json:"OperationID,omitempty"`
	// contains filtered or unexported fields
}

func (*GetConversationsReq) Descriptor deprecated

func (*GetConversationsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetConversationsReq.ProtoReflect.Descriptor instead.

func (*GetConversationsReq) GetConversationIDs

func (x *GetConversationsReq) GetConversationIDs() []string

func (*GetConversationsReq) GetOperationID

func (x *GetConversationsReq) GetOperationID() string

func (*GetConversationsReq) GetOwnerUserID

func (x *GetConversationsReq) GetOwnerUserID() string

func (*GetConversationsReq) ProtoMessage

func (*GetConversationsReq) ProtoMessage()

func (*GetConversationsReq) ProtoReflect

func (x *GetConversationsReq) ProtoReflect() protoreflect.Message

func (*GetConversationsReq) Reset

func (x *GetConversationsReq) Reset()

func (*GetConversationsReq) String

func (x *GetConversationsReq) String() string

type GetConversationsResp

type GetConversationsResp struct {
	CommonResp    *CommonResp                  `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp,omitempty"`
	Conversations []*conversation.Conversation `protobuf:"bytes,2,rep,name=Conversations,proto3" json:"Conversations,omitempty"`
	// contains filtered or unexported fields
}

func (*GetConversationsResp) Descriptor deprecated

func (*GetConversationsResp) Descriptor() ([]byte, []int)

Deprecated: Use GetConversationsResp.ProtoReflect.Descriptor instead.

func (*GetConversationsResp) GetCommonResp

func (x *GetConversationsResp) GetCommonResp() *CommonResp

func (*GetConversationsResp) GetConversations

func (x *GetConversationsResp) GetConversations() []*conversation.Conversation

func (*GetConversationsResp) ProtoMessage

func (*GetConversationsResp) ProtoMessage()

func (*GetConversationsResp) ProtoReflect

func (x *GetConversationsResp) ProtoReflect() protoreflect.Message

func (*GetConversationsResp) Reset

func (x *GetConversationsResp) Reset()

func (*GetConversationsResp) String

func (x *GetConversationsResp) String() string

type GetUserInfoReq

type GetUserInfoReq struct {
	UserIDList  []string `protobuf:"bytes,1,rep,name=userIDList,proto3" json:"userIDList,omitempty"`
	OpUserID    string   `protobuf:"bytes,2,opt,name=OpUserID,proto3" json:"OpUserID,omitempty"`
	OperationID string   `protobuf:"bytes,3,opt,name=OperationID,proto3" json:"OperationID,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserInfoReq) Descriptor deprecated

func (*GetUserInfoReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserInfoReq.ProtoReflect.Descriptor instead.

func (*GetUserInfoReq) GetOpUserID

func (x *GetUserInfoReq) GetOpUserID() string

func (*GetUserInfoReq) GetOperationID

func (x *GetUserInfoReq) GetOperationID() string

func (*GetUserInfoReq) GetUserIDList

func (x *GetUserInfoReq) GetUserIDList() []string

func (*GetUserInfoReq) ProtoMessage

func (*GetUserInfoReq) ProtoMessage()

func (*GetUserInfoReq) ProtoReflect

func (x *GetUserInfoReq) ProtoReflect() protoreflect.Message

func (*GetUserInfoReq) Reset

func (x *GetUserInfoReq) Reset()

func (*GetUserInfoReq) String

func (x *GetUserInfoReq) String() string

type GetUserInfoResp

type GetUserInfoResp struct {
	CommonResp   *CommonResp        `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp,omitempty"`
	UserInfoList []*sdk_ws.UserInfo `protobuf:"bytes,3,rep,name=UserInfoList,proto3" json:"UserInfoList,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserInfoResp) Descriptor deprecated

func (*GetUserInfoResp) Descriptor() ([]byte, []int)

Deprecated: Use GetUserInfoResp.ProtoReflect.Descriptor instead.

func (*GetUserInfoResp) GetCommonResp

func (x *GetUserInfoResp) GetCommonResp() *CommonResp

func (*GetUserInfoResp) GetUserInfoList

func (x *GetUserInfoResp) GetUserInfoList() []*sdk_ws.UserInfo

func (*GetUserInfoResp) ProtoMessage

func (*GetUserInfoResp) ProtoMessage()

func (*GetUserInfoResp) ProtoReflect

func (x *GetUserInfoResp) ProtoReflect() protoreflect.Message

func (*GetUserInfoResp) Reset

func (x *GetUserInfoResp) Reset()

func (*GetUserInfoResp) String

func (x *GetUserInfoResp) String() string

type GetUsersReq

type GetUsersReq struct {
	OperationID string                    `protobuf:"bytes,1,opt,name=operationID,proto3" json:"operationID,omitempty"`
	Pagination  *sdk_ws.RequestPagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	UserName    string                    `protobuf:"bytes,3,opt,name=userName,proto3" json:"userName,omitempty"`
	UserID      string                    `protobuf:"bytes,4,opt,name=userID,proto3" json:"userID,omitempty"`
	Content     string                    `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUsersReq) Descriptor deprecated

func (*GetUsersReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUsersReq.ProtoReflect.Descriptor instead.

func (*GetUsersReq) GetContent

func (x *GetUsersReq) GetContent() string

func (*GetUsersReq) GetOperationID

func (x *GetUsersReq) GetOperationID() string

func (*GetUsersReq) GetPagination

func (x *GetUsersReq) GetPagination() *sdk_ws.RequestPagination

func (*GetUsersReq) GetUserID

func (x *GetUsersReq) GetUserID() string

func (*GetUsersReq) GetUserName

func (x *GetUsersReq) GetUserName() string

func (*GetUsersReq) ProtoMessage

func (*GetUsersReq) ProtoMessage()

func (*GetUsersReq) ProtoReflect

func (x *GetUsersReq) ProtoReflect() protoreflect.Message

func (*GetUsersReq) Reset

func (x *GetUsersReq) Reset()

func (*GetUsersReq) String

func (x *GetUsersReq) String() string

type GetUsersResp

type GetUsersResp struct {
	CommonResp *CommonResp                `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp,omitempty"`
	UserList   []*CmsUser                 `protobuf:"bytes,2,rep,name=userList,proto3" json:"userList,omitempty"`
	Pagination *sdk_ws.ResponsePagination `protobuf:"bytes,3,opt,name=Pagination,proto3" json:"Pagination,omitempty"`
	TotalNums  int32                      `protobuf:"varint,4,opt,name=totalNums,proto3" json:"totalNums,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUsersResp) Descriptor deprecated

func (*GetUsersResp) Descriptor() ([]byte, []int)

Deprecated: Use GetUsersResp.ProtoReflect.Descriptor instead.

func (*GetUsersResp) GetCommonResp

func (x *GetUsersResp) GetCommonResp() *CommonResp

func (*GetUsersResp) GetPagination

func (x *GetUsersResp) GetPagination() *sdk_ws.ResponsePagination

func (*GetUsersResp) GetTotalNums

func (x *GetUsersResp) GetTotalNums() int32

func (*GetUsersResp) GetUserList

func (x *GetUsersResp) GetUserList() []*CmsUser

func (*GetUsersResp) ProtoMessage

func (*GetUsersResp) ProtoMessage()

func (*GetUsersResp) ProtoReflect

func (x *GetUsersResp) ProtoReflect() protoreflect.Message

func (*GetUsersResp) Reset

func (x *GetUsersResp) Reset()

func (*GetUsersResp) String

func (x *GetUsersResp) String() string

type SetConversationReq

type SetConversationReq struct {
	Conversation     *conversation.Conversation `protobuf:"bytes,1,opt,name=Conversation,proto3" json:"Conversation,omitempty"`
	NotificationType int32                      `protobuf:"varint,2,opt,name=notificationType,proto3" json:"notificationType,omitempty"`
	OperationID      string                     `protobuf:"bytes,3,opt,name=OperationID,proto3" json:"OperationID,omitempty"`
	// contains filtered or unexported fields
}

func (*SetConversationReq) Descriptor deprecated

func (*SetConversationReq) Descriptor() ([]byte, []int)

Deprecated: Use SetConversationReq.ProtoReflect.Descriptor instead.

func (*SetConversationReq) GetConversation

func (x *SetConversationReq) GetConversation() *conversation.Conversation

func (*SetConversationReq) GetNotificationType

func (x *SetConversationReq) GetNotificationType() int32

func (*SetConversationReq) GetOperationID

func (x *SetConversationReq) GetOperationID() string

func (*SetConversationReq) ProtoMessage

func (*SetConversationReq) ProtoMessage()

func (*SetConversationReq) ProtoReflect

func (x *SetConversationReq) ProtoReflect() protoreflect.Message

func (*SetConversationReq) Reset

func (x *SetConversationReq) Reset()

func (*SetConversationReq) String

func (x *SetConversationReq) String() string

type SetConversationResp

type SetConversationResp struct {
	CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp,omitempty"`
	// contains filtered or unexported fields
}

func (*SetConversationResp) Descriptor deprecated

func (*SetConversationResp) Descriptor() ([]byte, []int)

Deprecated: Use SetConversationResp.ProtoReflect.Descriptor instead.

func (*SetConversationResp) GetCommonResp

func (x *SetConversationResp) GetCommonResp() *CommonResp

func (*SetConversationResp) ProtoMessage

func (*SetConversationResp) ProtoMessage()

func (*SetConversationResp) ProtoReflect

func (x *SetConversationResp) ProtoReflect() protoreflect.Message

func (*SetConversationResp) Reset

func (x *SetConversationResp) Reset()

func (*SetConversationResp) String

func (x *SetConversationResp) String() string

type SetGlobalRecvMessageOptReq

type SetGlobalRecvMessageOptReq struct {
	UserID           string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
	OperationID      string `protobuf:"bytes,2,opt,name=operationID,proto3" json:"operationID,omitempty"`
	GlobalRecvMsgOpt int32  `protobuf:"varint,3,opt,name=globalRecvMsgOpt,proto3" json:"globalRecvMsgOpt,omitempty"`
	// contains filtered or unexported fields
}

func (*SetGlobalRecvMessageOptReq) Descriptor deprecated

func (*SetGlobalRecvMessageOptReq) Descriptor() ([]byte, []int)

Deprecated: Use SetGlobalRecvMessageOptReq.ProtoReflect.Descriptor instead.

func (*SetGlobalRecvMessageOptReq) GetGlobalRecvMsgOpt

func (x *SetGlobalRecvMessageOptReq) GetGlobalRecvMsgOpt() int32

func (*SetGlobalRecvMessageOptReq) GetOperationID

func (x *SetGlobalRecvMessageOptReq) GetOperationID() string

func (*SetGlobalRecvMessageOptReq) GetUserID

func (x *SetGlobalRecvMessageOptReq) GetUserID() string

func (*SetGlobalRecvMessageOptReq) ProtoMessage

func (*SetGlobalRecvMessageOptReq) ProtoMessage()

func (*SetGlobalRecvMessageOptReq) ProtoReflect

func (*SetGlobalRecvMessageOptReq) Reset

func (x *SetGlobalRecvMessageOptReq) Reset()

func (*SetGlobalRecvMessageOptReq) String

func (x *SetGlobalRecvMessageOptReq) String() string

type SetGlobalRecvMessageOptResp

type SetGlobalRecvMessageOptResp struct {
	CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp,omitempty"`
	// contains filtered or unexported fields
}

func (*SetGlobalRecvMessageOptResp) Descriptor deprecated

func (*SetGlobalRecvMessageOptResp) Descriptor() ([]byte, []int)

Deprecated: Use SetGlobalRecvMessageOptResp.ProtoReflect.Descriptor instead.

func (*SetGlobalRecvMessageOptResp) GetCommonResp

func (x *SetGlobalRecvMessageOptResp) GetCommonResp() *CommonResp

func (*SetGlobalRecvMessageOptResp) ProtoMessage

func (*SetGlobalRecvMessageOptResp) ProtoMessage()

func (*SetGlobalRecvMessageOptResp) ProtoReflect

func (*SetGlobalRecvMessageOptResp) Reset

func (x *SetGlobalRecvMessageOptResp) Reset()

func (*SetGlobalRecvMessageOptResp) String

func (x *SetGlobalRecvMessageOptResp) String() string

type SetRecvMsgOptReq

type SetRecvMsgOptReq struct {
	OwnerUserID      string `protobuf:"bytes,1,opt,name=OwnerUserID,proto3" json:"OwnerUserID,omitempty"`
	ConversationID   string `protobuf:"bytes,2,opt,name=ConversationID,proto3" json:"ConversationID,omitempty"`
	RecvMsgOpt       int32  `protobuf:"varint,3,opt,name=RecvMsgOpt,proto3" json:"RecvMsgOpt,omitempty"`
	NotificationType int32  `protobuf:"varint,4,opt,name=notificationType,proto3" json:"notificationType,omitempty"`
	OperationID      string `protobuf:"bytes,5,opt,name=OperationID,proto3" json:"OperationID,omitempty"`
	// contains filtered or unexported fields
}

func (*SetRecvMsgOptReq) Descriptor deprecated

func (*SetRecvMsgOptReq) Descriptor() ([]byte, []int)

Deprecated: Use SetRecvMsgOptReq.ProtoReflect.Descriptor instead.

func (*SetRecvMsgOptReq) GetConversationID

func (x *SetRecvMsgOptReq) GetConversationID() string

func (*SetRecvMsgOptReq) GetNotificationType

func (x *SetRecvMsgOptReq) GetNotificationType() int32

func (*SetRecvMsgOptReq) GetOperationID

func (x *SetRecvMsgOptReq) GetOperationID() string

func (*SetRecvMsgOptReq) GetOwnerUserID

func (x *SetRecvMsgOptReq) GetOwnerUserID() string

func (*SetRecvMsgOptReq) GetRecvMsgOpt

func (x *SetRecvMsgOptReq) GetRecvMsgOpt() int32

func (*SetRecvMsgOptReq) ProtoMessage

func (*SetRecvMsgOptReq) ProtoMessage()

func (*SetRecvMsgOptReq) ProtoReflect

func (x *SetRecvMsgOptReq) ProtoReflect() protoreflect.Message

func (*SetRecvMsgOptReq) Reset

func (x *SetRecvMsgOptReq) Reset()

func (*SetRecvMsgOptReq) String

func (x *SetRecvMsgOptReq) String() string

type SetRecvMsgOptResp

type SetRecvMsgOptResp struct {
	CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp,omitempty"`
	// contains filtered or unexported fields
}

func (*SetRecvMsgOptResp) Descriptor deprecated

func (*SetRecvMsgOptResp) Descriptor() ([]byte, []int)

Deprecated: Use SetRecvMsgOptResp.ProtoReflect.Descriptor instead.

func (*SetRecvMsgOptResp) GetCommonResp

func (x *SetRecvMsgOptResp) GetCommonResp() *CommonResp

func (*SetRecvMsgOptResp) ProtoMessage

func (*SetRecvMsgOptResp) ProtoMessage()

func (*SetRecvMsgOptResp) ProtoReflect

func (x *SetRecvMsgOptResp) ProtoReflect() protoreflect.Message

func (*SetRecvMsgOptResp) Reset

func (x *SetRecvMsgOptResp) Reset()

func (*SetRecvMsgOptResp) String

func (x *SetRecvMsgOptResp) String() string

type UnBlockUserReq

type UnBlockUserReq struct {
	UserID      string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
	OperationID string `protobuf:"bytes,2,opt,name=operationID,proto3" json:"operationID,omitempty"`
	OpUserID    string `protobuf:"bytes,3,opt,name=opUserID,proto3" json:"opUserID,omitempty"`
	// contains filtered or unexported fields
}

func (*UnBlockUserReq) Descriptor deprecated

func (*UnBlockUserReq) Descriptor() ([]byte, []int)

Deprecated: Use UnBlockUserReq.ProtoReflect.Descriptor instead.

func (*UnBlockUserReq) GetOpUserID

func (x *UnBlockUserReq) GetOpUserID() string

func (*UnBlockUserReq) GetOperationID

func (x *UnBlockUserReq) GetOperationID() string

func (*UnBlockUserReq) GetUserID

func (x *UnBlockUserReq) GetUserID() string

func (*UnBlockUserReq) ProtoMessage

func (*UnBlockUserReq) ProtoMessage()

func (*UnBlockUserReq) ProtoReflect

func (x *UnBlockUserReq) ProtoReflect() protoreflect.Message

func (*UnBlockUserReq) Reset

func (x *UnBlockUserReq) Reset()

func (*UnBlockUserReq) String

func (x *UnBlockUserReq) String() string

type UnBlockUserResp

type UnBlockUserResp struct {
	CommonResp *CommonResp `protobuf:"bytes,1,opt,name=CommonResp,proto3" json:"CommonResp,omitempty"`
	// contains filtered or unexported fields
}

func (*UnBlockUserResp) Descriptor deprecated

func (*UnBlockUserResp) Descriptor() ([]byte, []int)

Deprecated: Use UnBlockUserResp.ProtoReflect.Descriptor instead.

func (*UnBlockUserResp) GetCommonResp

func (x *UnBlockUserResp) GetCommonResp() *CommonResp

func (*UnBlockUserResp) ProtoMessage

func (*UnBlockUserResp) ProtoMessage()

func (*UnBlockUserResp) ProtoReflect

func (x *UnBlockUserResp) ProtoReflect() protoreflect.Message

func (*UnBlockUserResp) Reset

func (x *UnBlockUserResp) Reset()

func (*UnBlockUserResp) String

func (x *UnBlockUserResp) String() string

type UnimplementedUserServer

type UnimplementedUserServer struct {
}

UnimplementedUserServer can be embedded to have forward compatible implementations.

func (*UnimplementedUserServer) AccountCheck

func (*UnimplementedUserServer) AddUser

func (*UnimplementedUserServer) BatchSetConversations

func (*UnimplementedUserServer) BlockUser

func (*UnimplementedUserServer) GetAllConversations

func (*UnimplementedUserServer) GetAllUserID

func (*UnimplementedUserServer) GetBlockUsers

func (*UnimplementedUserServer) GetConversation

func (*UnimplementedUserServer) GetConversations

func (*UnimplementedUserServer) GetUserInfo

func (*UnimplementedUserServer) GetUsers

func (*UnimplementedUserServer) SetConversation

func (*UnimplementedUserServer) SetGlobalRecvMessageOpt

func (*UnimplementedUserServer) SetRecvMsgOpt

func (*UnimplementedUserServer) UnBlockUser

func (*UnimplementedUserServer) UpdateUserInfo

type UpdateUserInfoReq

type UpdateUserInfoReq struct {
	UserInfo    *sdk_ws.UserInfo `protobuf:"bytes,1,opt,name=UserInfo,proto3" json:"UserInfo,omitempty"`
	OpUserID    string           `protobuf:"bytes,2,opt,name=OpUserID,proto3" json:"OpUserID,omitempty"`
	OperationID string           `protobuf:"bytes,3,opt,name=operationID,proto3" json:"operationID,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserInfoReq) Descriptor deprecated

func (*UpdateUserInfoReq) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserInfoReq.ProtoReflect.Descriptor instead.

func (*UpdateUserInfoReq) GetOpUserID

func (x *UpdateUserInfoReq) GetOpUserID() string

func (*UpdateUserInfoReq) GetOperationID

func (x *UpdateUserInfoReq) GetOperationID() string

func (*UpdateUserInfoReq) GetUserInfo

func (x *UpdateUserInfoReq) GetUserInfo() *sdk_ws.UserInfo

func (*UpdateUserInfoReq) ProtoMessage

func (*UpdateUserInfoReq) ProtoMessage()

func (*UpdateUserInfoReq) ProtoReflect

func (x *UpdateUserInfoReq) ProtoReflect() protoreflect.Message

func (*UpdateUserInfoReq) Reset

func (x *UpdateUserInfoReq) Reset()

func (*UpdateUserInfoReq) String

func (x *UpdateUserInfoReq) String() string

type UpdateUserInfoResp

type UpdateUserInfoResp struct {
	CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserInfoResp) Descriptor deprecated

func (*UpdateUserInfoResp) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserInfoResp.ProtoReflect.Descriptor instead.

func (*UpdateUserInfoResp) GetCommonResp

func (x *UpdateUserInfoResp) GetCommonResp() *CommonResp

func (*UpdateUserInfoResp) ProtoMessage

func (*UpdateUserInfoResp) ProtoMessage()

func (*UpdateUserInfoResp) ProtoReflect

func (x *UpdateUserInfoResp) ProtoReflect() protoreflect.Message

func (*UpdateUserInfoResp) Reset

func (x *UpdateUserInfoResp) Reset()

func (*UpdateUserInfoResp) String

func (x *UpdateUserInfoResp) String() string

type UserClient

type UserClient interface {
	GetUserInfo(ctx context.Context, in *GetUserInfoReq, opts ...grpc.CallOption) (*GetUserInfoResp, error)
	UpdateUserInfo(ctx context.Context, in *UpdateUserInfoReq, opts ...grpc.CallOption) (*UpdateUserInfoResp, error)
	SetGlobalRecvMessageOpt(ctx context.Context, in *SetGlobalRecvMessageOptReq, opts ...grpc.CallOption) (*SetGlobalRecvMessageOptResp, error)
	GetAllUserID(ctx context.Context, in *GetAllUserIDReq, opts ...grpc.CallOption) (*GetAllUserIDResp, error)
	AccountCheck(ctx context.Context, in *AccountCheckReq, opts ...grpc.CallOption) (*AccountCheckResp, error)
	GetConversation(ctx context.Context, in *GetConversationReq, opts ...grpc.CallOption) (*GetConversationResp, error)
	GetAllConversations(ctx context.Context, in *GetAllConversationsReq, opts ...grpc.CallOption) (*GetAllConversationsResp, error)
	GetConversations(ctx context.Context, in *GetConversationsReq, opts ...grpc.CallOption) (*GetConversationsResp, error)
	BatchSetConversations(ctx context.Context, in *BatchSetConversationsReq, opts ...grpc.CallOption) (*BatchSetConversationsResp, error)
	SetConversation(ctx context.Context, in *SetConversationReq, opts ...grpc.CallOption) (*SetConversationResp, error)
	SetRecvMsgOpt(ctx context.Context, in *SetRecvMsgOptReq, opts ...grpc.CallOption) (*SetRecvMsgOptResp, error)
	GetUsers(ctx context.Context, in *GetUsersReq, opts ...grpc.CallOption) (*GetUsersResp, error)
	AddUser(ctx context.Context, in *AddUserReq, opts ...grpc.CallOption) (*AddUserResp, error)
	BlockUser(ctx context.Context, in *BlockUserReq, opts ...grpc.CallOption) (*BlockUserResp, error)
	UnBlockUser(ctx context.Context, in *UnBlockUserReq, opts ...grpc.CallOption) (*UnBlockUserResp, error)
	GetBlockUsers(ctx context.Context, in *GetBlockUsersReq, opts ...grpc.CallOption) (*GetBlockUsersResp, error)
}

UserClient is the client API for User service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewUserClient

func NewUserClient(cc grpc.ClientConnInterface) UserClient

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL