Files
open-im-server/pkg/proto/user/user.pb.go
T

3506 lines
124 KiB
Go
Raw Normal View History

2021-05-26 19:44:49 +08:00
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: user/user.proto
2022-03-31 14:50:02 +08:00
package user // import "./user"
import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"
import sdk_ws "Open_IM/pkg/proto/sdk_ws"
2021-05-26 19:44:49 +08:00
import (
2022-03-31 14:50:02 +08:00
context "golang.org/x/net/context"
2021-05-26 19:44:49 +08:00
grpc "google.golang.org/grpc"
)
2022-03-31 14:50:02 +08:00
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
2021-05-26 19:44:49 +08:00
2022-03-31 14:50:02 +08:00
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
2021-05-26 19:44:49 +08:00
2022-03-31 14:50:02 +08:00
type CommonResp struct {
ErrCode int32 `protobuf:"varint,1,opt,name=errCode" json:"errCode,omitempty"`
ErrMsg string `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-05-26 19:44:49 +08:00
}
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *CommonResp) Reset() { *m = CommonResp{} }
func (m *CommonResp) String() string { return proto.CompactTextString(m) }
func (*CommonResp) ProtoMessage() {}
func (*CommonResp) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{0}
2021-05-26 19:44:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *CommonResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CommonResp.Unmarshal(m, b)
2021-05-26 19:44:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *CommonResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_CommonResp.Marshal(b, m, deterministic)
2021-05-26 19:44:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *CommonResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_CommonResp.Merge(dst, src)
}
func (m *CommonResp) XXX_Size() int {
return xxx_messageInfo_CommonResp.Size(m)
}
func (m *CommonResp) XXX_DiscardUnknown() {
xxx_messageInfo_CommonResp.DiscardUnknown(m)
2022-01-24 01:40:49 +08:00
}
2021-05-26 19:44:49 +08:00
2022-03-31 14:50:02 +08:00
var xxx_messageInfo_CommonResp proto.InternalMessageInfo
func (m *CommonResp) GetErrCode() int32 {
if m != nil {
return m.ErrCode
2021-05-26 19:44:49 +08:00
}
return 0
}
2022-03-31 14:50:02 +08:00
func (m *CommonResp) GetErrMsg() string {
if m != nil {
return m.ErrMsg
2021-05-26 19:44:49 +08:00
}
return ""
}
2021-09-22 20:10:38 +08:00
type DeleteUsersReq struct {
2022-03-31 14:50:02 +08:00
DeleteUserIDList []string `protobuf:"bytes,2,rep,name=DeleteUserIDList" json:"DeleteUserIDList,omitempty"`
OpUserID string `protobuf:"bytes,3,opt,name=OpUserID" json:"OpUserID,omitempty"`
OperationID string `protobuf:"bytes,4,opt,name=OperationID" json:"OperationID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *DeleteUsersReq) Reset() { *m = DeleteUsersReq{} }
func (m *DeleteUsersReq) String() string { return proto.CompactTextString(m) }
func (*DeleteUsersReq) ProtoMessage() {}
func (*DeleteUsersReq) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{1}
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *DeleteUsersReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DeleteUsersReq.Unmarshal(m, b)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *DeleteUsersReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_DeleteUsersReq.Marshal(b, m, deterministic)
2021-09-22 20:10:38 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *DeleteUsersReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_DeleteUsersReq.Merge(dst, src)
}
func (m *DeleteUsersReq) XXX_Size() int {
return xxx_messageInfo_DeleteUsersReq.Size(m)
2021-09-22 20:10:38 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *DeleteUsersReq) XXX_DiscardUnknown() {
xxx_messageInfo_DeleteUsersReq.DiscardUnknown(m)
}
var xxx_messageInfo_DeleteUsersReq proto.InternalMessageInfo
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *DeleteUsersReq) GetDeleteUserIDList() []string {
if m != nil {
return m.DeleteUserIDList
2022-01-24 01:40:49 +08:00
}
return nil
2021-09-22 20:10:38 +08:00
}
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *DeleteUsersReq) GetOpUserID() string {
if m != nil {
return m.OpUserID
2022-01-24 01:40:49 +08:00
}
return ""
}
2022-03-31 14:50:02 +08:00
func (m *DeleteUsersReq) GetOperationID() string {
if m != nil {
return m.OperationID
2022-01-24 01:40:49 +08:00
}
return ""
2021-09-22 20:10:38 +08:00
}
2022-01-24 01:40:49 +08:00
type DeleteUsersResp struct {
2022-03-31 14:50:02 +08:00
CommonResp *CommonResp `protobuf:"bytes,1,opt,name=CommonResp" json:"CommonResp,omitempty"`
FailedUserIDList []string `protobuf:"bytes,2,rep,name=FailedUserIDList" json:"FailedUserIDList,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-09-22 20:10:38 +08:00
}
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *DeleteUsersResp) Reset() { *m = DeleteUsersResp{} }
func (m *DeleteUsersResp) String() string { return proto.CompactTextString(m) }
func (*DeleteUsersResp) ProtoMessage() {}
func (*DeleteUsersResp) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{2}
2021-09-22 20:10:38 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *DeleteUsersResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DeleteUsersResp.Unmarshal(m, b)
2021-09-22 20:10:38 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *DeleteUsersResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_DeleteUsersResp.Marshal(b, m, deterministic)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *DeleteUsersResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_DeleteUsersResp.Merge(dst, src)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *DeleteUsersResp) XXX_Size() int {
return xxx_messageInfo_DeleteUsersResp.Size(m)
}
func (m *DeleteUsersResp) XXX_DiscardUnknown() {
xxx_messageInfo_DeleteUsersResp.DiscardUnknown(m)
}
var xxx_messageInfo_DeleteUsersResp proto.InternalMessageInfo
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *DeleteUsersResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2022-01-24 01:40:49 +08:00
}
return nil
}
2022-03-31 14:50:02 +08:00
func (m *DeleteUsersResp) GetFailedUserIDList() []string {
if m != nil {
return m.FailedUserIDList
2021-09-22 20:10:38 +08:00
}
return nil
}
2022-01-24 01:40:49 +08:00
type GetAllUserIDReq struct {
2022-03-31 14:50:02 +08:00
OpUserID string `protobuf:"bytes,1,opt,name=opUserID" json:"opUserID,omitempty"`
OperationID string `protobuf:"bytes,2,opt,name=operationID" json:"operationID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetAllUserIDReq) Reset() { *m = GetAllUserIDReq{} }
func (m *GetAllUserIDReq) String() string { return proto.CompactTextString(m) }
func (*GetAllUserIDReq) ProtoMessage() {}
func (*GetAllUserIDReq) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{3}
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetAllUserIDReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetAllUserIDReq.Unmarshal(m, b)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetAllUserIDReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetAllUserIDReq.Marshal(b, m, deterministic)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *GetAllUserIDReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetAllUserIDReq.Merge(dst, src)
}
func (m *GetAllUserIDReq) XXX_Size() int {
return xxx_messageInfo_GetAllUserIDReq.Size(m)
}
func (m *GetAllUserIDReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetAllUserIDReq.DiscardUnknown(m)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
var xxx_messageInfo_GetAllUserIDReq proto.InternalMessageInfo
func (m *GetAllUserIDReq) GetOpUserID() string {
if m != nil {
return m.OpUserID
2021-09-22 20:10:38 +08:00
}
return ""
}
2022-03-31 14:50:02 +08:00
func (m *GetAllUserIDReq) GetOperationID() string {
if m != nil {
return m.OperationID
2021-09-22 20:10:38 +08:00
}
return ""
}
2022-01-24 01:40:49 +08:00
type GetAllUserIDResp struct {
2022-03-31 14:50:02 +08:00
CommonResp *CommonResp `protobuf:"bytes,1,opt,name=CommonResp" json:"CommonResp,omitempty"`
UserIDList []string `protobuf:"bytes,2,rep,name=UserIDList" json:"UserIDList,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-12-27 16:48:05 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetAllUserIDResp) Reset() { *m = GetAllUserIDResp{} }
func (m *GetAllUserIDResp) String() string { return proto.CompactTextString(m) }
func (*GetAllUserIDResp) ProtoMessage() {}
func (*GetAllUserIDResp) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{4}
2021-12-27 16:48:05 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetAllUserIDResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetAllUserIDResp.Unmarshal(m, b)
2021-12-27 16:48:05 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetAllUserIDResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetAllUserIDResp.Marshal(b, m, deterministic)
2021-12-27 16:48:05 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *GetAllUserIDResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetAllUserIDResp.Merge(dst, src)
}
func (m *GetAllUserIDResp) XXX_Size() int {
return xxx_messageInfo_GetAllUserIDResp.Size(m)
2021-12-27 16:48:05 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetAllUserIDResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetAllUserIDResp.DiscardUnknown(m)
}
var xxx_messageInfo_GetAllUserIDResp proto.InternalMessageInfo
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *GetAllUserIDResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2022-01-24 01:40:49 +08:00
}
return nil
2021-12-27 16:48:05 +08:00
}
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *GetAllUserIDResp) GetUserIDList() []string {
if m != nil {
return m.UserIDList
2022-01-24 01:40:49 +08:00
}
return nil
2021-12-27 16:48:05 +08:00
}
2022-01-24 01:40:49 +08:00
type AccountCheckReq struct {
2022-03-31 14:50:02 +08:00
CheckUserIDList []string `protobuf:"bytes,1,rep,name=CheckUserIDList" json:"CheckUserIDList,omitempty"`
OpUserID string `protobuf:"bytes,2,opt,name=OpUserID" json:"OpUserID,omitempty"`
OperationID string `protobuf:"bytes,3,opt,name=OperationID" json:"OperationID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *AccountCheckReq) Reset() { *m = AccountCheckReq{} }
func (m *AccountCheckReq) String() string { return proto.CompactTextString(m) }
func (*AccountCheckReq) ProtoMessage() {}
func (*AccountCheckReq) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{5}
2021-12-27 16:48:05 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *AccountCheckReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AccountCheckReq.Unmarshal(m, b)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *AccountCheckReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AccountCheckReq.Marshal(b, m, deterministic)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *AccountCheckReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_AccountCheckReq.Merge(dst, src)
}
func (m *AccountCheckReq) XXX_Size() int {
return xxx_messageInfo_AccountCheckReq.Size(m)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *AccountCheckReq) XXX_DiscardUnknown() {
xxx_messageInfo_AccountCheckReq.DiscardUnknown(m)
}
var xxx_messageInfo_AccountCheckReq proto.InternalMessageInfo
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *AccountCheckReq) GetCheckUserIDList() []string {
if m != nil {
return m.CheckUserIDList
2021-12-27 16:48:05 +08:00
}
return nil
}
2022-03-31 14:50:02 +08:00
func (m *AccountCheckReq) GetOpUserID() string {
if m != nil {
return m.OpUserID
2022-01-24 01:40:49 +08:00
}
return ""
2021-09-22 20:10:38 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *AccountCheckReq) GetOperationID() string {
if m != nil {
return m.OperationID
2022-01-24 01:40:49 +08:00
}
return ""
}
type AccountCheckResp struct {
2022-03-31 14:50:02 +08:00
CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp" json:"commonResp,omitempty"`
ResultList []*AccountCheckResp_SingleUserStatus `protobuf:"bytes,2,rep,name=ResultList" json:"ResultList,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *AccountCheckResp) Reset() { *m = AccountCheckResp{} }
func (m *AccountCheckResp) String() string { return proto.CompactTextString(m) }
func (*AccountCheckResp) ProtoMessage() {}
func (*AccountCheckResp) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{6}
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *AccountCheckResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AccountCheckResp.Unmarshal(m, b)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *AccountCheckResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AccountCheckResp.Marshal(b, m, deterministic)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *AccountCheckResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_AccountCheckResp.Merge(dst, src)
}
func (m *AccountCheckResp) XXX_Size() int {
return xxx_messageInfo_AccountCheckResp.Size(m)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *AccountCheckResp) XXX_DiscardUnknown() {
xxx_messageInfo_AccountCheckResp.DiscardUnknown(m)
}
var xxx_messageInfo_AccountCheckResp proto.InternalMessageInfo
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *AccountCheckResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2022-01-24 01:40:49 +08:00
}
return nil
2021-09-22 20:10:38 +08:00
}
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *AccountCheckResp) GetResultList() []*AccountCheckResp_SingleUserStatus {
if m != nil {
return m.ResultList
2022-01-24 01:40:49 +08:00
}
return nil
}
2022-03-31 14:50:02 +08:00
type AccountCheckResp_SingleUserStatus struct {
UserID string `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"`
AccountStatus string `protobuf:"bytes,2,opt,name=accountStatus" json:"accountStatus,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *AccountCheckResp_SingleUserStatus) Reset() { *m = AccountCheckResp_SingleUserStatus{} }
func (m *AccountCheckResp_SingleUserStatus) String() string { return proto.CompactTextString(m) }
func (*AccountCheckResp_SingleUserStatus) ProtoMessage() {}
func (*AccountCheckResp_SingleUserStatus) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{6, 0}
2021-09-22 20:10:38 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *AccountCheckResp_SingleUserStatus) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AccountCheckResp_SingleUserStatus.Unmarshal(m, b)
}
func (m *AccountCheckResp_SingleUserStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AccountCheckResp_SingleUserStatus.Marshal(b, m, deterministic)
}
func (dst *AccountCheckResp_SingleUserStatus) XXX_Merge(src proto.Message) {
xxx_messageInfo_AccountCheckResp_SingleUserStatus.Merge(dst, src)
}
func (m *AccountCheckResp_SingleUserStatus) XXX_Size() int {
return xxx_messageInfo_AccountCheckResp_SingleUserStatus.Size(m)
}
func (m *AccountCheckResp_SingleUserStatus) XXX_DiscardUnknown() {
xxx_messageInfo_AccountCheckResp_SingleUserStatus.DiscardUnknown(m)
}
var xxx_messageInfo_AccountCheckResp_SingleUserStatus proto.InternalMessageInfo
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *AccountCheckResp_SingleUserStatus) GetUserID() string {
if m != nil {
return m.UserID
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
return ""
2021-09-22 20:10:38 +08:00
}
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *AccountCheckResp_SingleUserStatus) GetAccountStatus() string {
if m != nil {
return m.AccountStatus
}
return ""
2021-09-22 20:10:38 +08:00
}
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
type GetUserInfoReq struct {
UserIDList []string `protobuf:"bytes,1,rep,name=userIDList" json:"userIDList,omitempty"`
OpUserID string `protobuf:"bytes,2,opt,name=OpUserID" json:"OpUserID,omitempty"`
OperationID string `protobuf:"bytes,3,opt,name=OperationID" json:"OperationID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-09-22 20:10:38 +08:00
}
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *GetUserInfoReq) Reset() { *m = GetUserInfoReq{} }
func (m *GetUserInfoReq) String() string { return proto.CompactTextString(m) }
func (*GetUserInfoReq) ProtoMessage() {}
2022-01-24 01:40:49 +08:00
func (*GetUserInfoReq) Descriptor() ([]byte, []int) {
2022-03-31 14:50:02 +08:00
return fileDescriptor_user_6133bd34462fbb1a, []int{7}
}
func (m *GetUserInfoReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetUserInfoReq.Unmarshal(m, b)
2021-09-22 20:10:38 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetUserInfoReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetUserInfoReq.Marshal(b, m, deterministic)
}
func (dst *GetUserInfoReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetUserInfoReq.Merge(dst, src)
}
func (m *GetUserInfoReq) XXX_Size() int {
return xxx_messageInfo_GetUserInfoReq.Size(m)
}
func (m *GetUserInfoReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetUserInfoReq.DiscardUnknown(m)
}
var xxx_messageInfo_GetUserInfoReq proto.InternalMessageInfo
2021-09-22 20:10:38 +08:00
2022-03-31 14:50:02 +08:00
func (m *GetUserInfoReq) GetUserIDList() []string {
if m != nil {
return m.UserIDList
2022-01-24 01:40:49 +08:00
}
return nil
}
2021-09-22 20:10:38 +08:00
2022-03-31 14:50:02 +08:00
func (m *GetUserInfoReq) GetOpUserID() string {
if m != nil {
return m.OpUserID
2021-09-22 20:10:38 +08:00
}
return ""
}
2022-03-31 14:50:02 +08:00
func (m *GetUserInfoReq) GetOperationID() string {
if m != nil {
return m.OperationID
2021-09-22 20:10:38 +08:00
}
return ""
}
2022-01-24 01:40:49 +08:00
type GetUserInfoResp struct {
2022-03-31 14:50:02 +08:00
CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp" json:"commonResp,omitempty"`
UserInfoList []*sdk_ws.UserInfo `protobuf:"bytes,3,rep,name=UserInfoList" json:"UserInfoList,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-09-22 20:10:38 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetUserInfoResp) Reset() { *m = GetUserInfoResp{} }
func (m *GetUserInfoResp) String() string { return proto.CompactTextString(m) }
func (*GetUserInfoResp) ProtoMessage() {}
func (*GetUserInfoResp) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{8}
2021-09-22 20:10:38 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetUserInfoResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetUserInfoResp.Unmarshal(m, b)
2021-09-22 20:10:38 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetUserInfoResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetUserInfoResp.Marshal(b, m, deterministic)
2021-09-22 20:10:38 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *GetUserInfoResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetUserInfoResp.Merge(dst, src)
}
func (m *GetUserInfoResp) XXX_Size() int {
return xxx_messageInfo_GetUserInfoResp.Size(m)
2021-09-22 20:10:38 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetUserInfoResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetUserInfoResp.DiscardUnknown(m)
}
var xxx_messageInfo_GetUserInfoResp proto.InternalMessageInfo
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *GetUserInfoResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2022-01-24 01:40:49 +08:00
}
return nil
2021-09-22 20:10:38 +08:00
}
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *GetUserInfoResp) GetUserInfoList() []*sdk_ws.UserInfo {
if m != nil {
return m.UserInfoList
2022-01-24 01:40:49 +08:00
}
return nil
2021-09-22 20:10:38 +08:00
}
2022-01-24 01:40:49 +08:00
type UpdateUserInfoReq struct {
2022-03-31 14:50:02 +08:00
UserInfo *sdk_ws.UserInfo `protobuf:"bytes,1,opt,name=UserInfo" json:"UserInfo,omitempty"`
OpUserID string `protobuf:"bytes,2,opt,name=OpUserID" json:"OpUserID,omitempty"`
OperationID string `protobuf:"bytes,3,opt,name=operationID" json:"operationID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-01-24 01:40:49 +08:00
}
2021-09-22 20:10:38 +08:00
2022-03-31 14:50:02 +08:00
func (m *UpdateUserInfoReq) Reset() { *m = UpdateUserInfoReq{} }
func (m *UpdateUserInfoReq) String() string { return proto.CompactTextString(m) }
func (*UpdateUserInfoReq) ProtoMessage() {}
func (*UpdateUserInfoReq) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{9}
2021-09-22 20:10:38 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *UpdateUserInfoReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_UpdateUserInfoReq.Unmarshal(m, b)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *UpdateUserInfoReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_UpdateUserInfoReq.Marshal(b, m, deterministic)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *UpdateUserInfoReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_UpdateUserInfoReq.Merge(dst, src)
}
func (m *UpdateUserInfoReq) XXX_Size() int {
return xxx_messageInfo_UpdateUserInfoReq.Size(m)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *UpdateUserInfoReq) XXX_DiscardUnknown() {
xxx_messageInfo_UpdateUserInfoReq.DiscardUnknown(m)
}
var xxx_messageInfo_UpdateUserInfoReq proto.InternalMessageInfo
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *UpdateUserInfoReq) GetUserInfo() *sdk_ws.UserInfo {
if m != nil {
return m.UserInfo
2021-09-22 20:10:38 +08:00
}
return nil
}
2022-03-31 14:50:02 +08:00
func (m *UpdateUserInfoReq) GetOpUserID() string {
if m != nil {
return m.OpUserID
2022-01-24 01:40:49 +08:00
}
return ""
2021-12-17 14:28:43 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *UpdateUserInfoReq) GetOperationID() string {
if m != nil {
return m.OperationID
2022-01-24 01:40:49 +08:00
}
return ""
2021-12-17 14:28:43 +08:00
}
2022-01-24 01:40:49 +08:00
type UpdateUserInfoResp struct {
2022-03-31 14:50:02 +08:00
CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp" json:"commonResp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-12-17 14:28:43 +08:00
}
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *UpdateUserInfoResp) Reset() { *m = UpdateUserInfoResp{} }
func (m *UpdateUserInfoResp) String() string { return proto.CompactTextString(m) }
func (*UpdateUserInfoResp) ProtoMessage() {}
func (*UpdateUserInfoResp) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{10}
2021-12-17 14:28:43 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *UpdateUserInfoResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_UpdateUserInfoResp.Unmarshal(m, b)
2021-12-17 14:28:43 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *UpdateUserInfoResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_UpdateUserInfoResp.Marshal(b, m, deterministic)
2021-12-17 14:28:43 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *UpdateUserInfoResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_UpdateUserInfoResp.Merge(dst, src)
}
func (m *UpdateUserInfoResp) XXX_Size() int {
return xxx_messageInfo_UpdateUserInfoResp.Size(m)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *UpdateUserInfoResp) XXX_DiscardUnknown() {
xxx_messageInfo_UpdateUserInfoResp.DiscardUnknown(m)
}
var xxx_messageInfo_UpdateUserInfoResp proto.InternalMessageInfo
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *UpdateUserInfoResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2022-01-24 01:40:49 +08:00
}
return nil
}
2022-03-11 17:37:01 +08:00
type Conversation struct {
2022-03-31 14:50:02 +08:00
OwnerUserID string `protobuf:"bytes,1,opt,name=OwnerUserID" json:"OwnerUserID,omitempty"`
ConversationID string `protobuf:"bytes,2,opt,name=ConversationID" json:"ConversationID,omitempty"`
RecvMsgOpt int32 `protobuf:"varint,3,opt,name=RecvMsgOpt" json:"RecvMsgOpt,omitempty"`
ConversationType int32 `protobuf:"varint,4,opt,name=ConversationType" json:"ConversationType,omitempty"`
UserID string `protobuf:"bytes,5,opt,name=UserID" json:"UserID,omitempty"`
GroupID string `protobuf:"bytes,6,opt,name=GroupID" json:"GroupID,omitempty"`
UnreadCount int32 `protobuf:"varint,7,opt,name=UnreadCount" json:"UnreadCount,omitempty"`
DraftTextTime int64 `protobuf:"varint,8,opt,name=DraftTextTime" json:"DraftTextTime,omitempty"`
IsPinned bool `protobuf:"varint,9,opt,name=IsPinned" json:"IsPinned,omitempty"`
AttachedInfo string `protobuf:"bytes,10,opt,name=AttachedInfo" json:"AttachedInfo,omitempty"`
IsPrivateChat bool `protobuf:"varint,11,opt,name=IsPrivateChat" json:"IsPrivateChat,omitempty"`
Ex string `protobuf:"bytes,12,opt,name=Ex" json:"Ex,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Conversation) Reset() { *m = Conversation{} }
func (m *Conversation) String() string { return proto.CompactTextString(m) }
func (*Conversation) ProtoMessage() {}
func (*Conversation) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{11}
2022-03-11 17:37:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *Conversation) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Conversation.Unmarshal(m, b)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *Conversation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Conversation.Marshal(b, m, deterministic)
2021-12-17 14:28:43 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *Conversation) XXX_Merge(src proto.Message) {
xxx_messageInfo_Conversation.Merge(dst, src)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *Conversation) XXX_Size() int {
return xxx_messageInfo_Conversation.Size(m)
}
func (m *Conversation) XXX_DiscardUnknown() {
xxx_messageInfo_Conversation.DiscardUnknown(m)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
var xxx_messageInfo_Conversation proto.InternalMessageInfo
func (m *Conversation) GetOwnerUserID() string {
if m != nil {
return m.OwnerUserID
2022-01-24 01:40:49 +08:00
}
return ""
}
2022-03-31 14:50:02 +08:00
func (m *Conversation) GetConversationID() string {
if m != nil {
return m.ConversationID
2022-03-11 17:37:01 +08:00
}
return ""
}
2022-03-31 14:50:02 +08:00
func (m *Conversation) GetRecvMsgOpt() int32 {
if m != nil {
return m.RecvMsgOpt
2022-01-24 01:40:49 +08:00
}
return 0
}
2022-03-31 14:50:02 +08:00
func (m *Conversation) GetConversationType() int32 {
if m != nil {
return m.ConversationType
2021-12-17 14:28:43 +08:00
}
2022-03-11 17:37:01 +08:00
return 0
2021-12-17 14:28:43 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *Conversation) GetUserID() string {
if m != nil {
return m.UserID
2021-12-17 14:28:43 +08:00
}
return ""
}
2022-03-31 14:50:02 +08:00
func (m *Conversation) GetGroupID() string {
if m != nil {
return m.GroupID
2022-03-11 17:37:01 +08:00
}
return ""
}
2022-03-31 14:50:02 +08:00
func (m *Conversation) GetUnreadCount() int32 {
if m != nil {
return m.UnreadCount
2022-03-11 17:37:01 +08:00
}
return 0
}
2022-03-31 14:50:02 +08:00
func (m *Conversation) GetDraftTextTime() int64 {
if m != nil {
return m.DraftTextTime
2022-03-11 17:37:01 +08:00
}
return 0
}
2022-03-31 14:50:02 +08:00
func (m *Conversation) GetIsPinned() bool {
if m != nil {
return m.IsPinned
2022-03-11 17:37:01 +08:00
}
return false
}
2022-03-31 14:50:02 +08:00
func (m *Conversation) GetAttachedInfo() string {
if m != nil {
return m.AttachedInfo
2022-03-11 17:37:01 +08:00
}
return ""
}
2022-03-31 14:50:02 +08:00
func (m *Conversation) GetIsPrivateChat() bool {
if m != nil {
return m.IsPrivateChat
2022-03-11 17:37:01 +08:00
}
return false
}
2022-03-31 14:50:02 +08:00
func (m *Conversation) GetEx() string {
if m != nil {
return m.Ex
2021-12-17 14:28:43 +08:00
}
return ""
}
2022-03-11 17:37:01 +08:00
type SetConversationReq struct {
2022-03-31 14:50:02 +08:00
Conversation *Conversation `protobuf:"bytes,1,opt,name=Conversation" json:"Conversation,omitempty"`
NotificationType int32 `protobuf:"varint,2,opt,name=notificationType" json:"notificationType,omitempty"`
OperationID string `protobuf:"bytes,3,opt,name=OperationID" json:"OperationID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-12-17 14:28:43 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *SetConversationReq) Reset() { *m = SetConversationReq{} }
func (m *SetConversationReq) String() string { return proto.CompactTextString(m) }
func (*SetConversationReq) ProtoMessage() {}
func (*SetConversationReq) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{12}
2021-12-17 14:28:43 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *SetConversationReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SetConversationReq.Unmarshal(m, b)
}
func (m *SetConversationReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SetConversationReq.Marshal(b, m, deterministic)
}
func (dst *SetConversationReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_SetConversationReq.Merge(dst, src)
}
func (m *SetConversationReq) XXX_Size() int {
return xxx_messageInfo_SetConversationReq.Size(m)
}
func (m *SetConversationReq) XXX_DiscardUnknown() {
xxx_messageInfo_SetConversationReq.DiscardUnknown(m)
2021-12-17 14:28:43 +08:00
}
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
var xxx_messageInfo_SetConversationReq proto.InternalMessageInfo
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *SetConversationReq) GetConversation() *Conversation {
if m != nil {
return m.Conversation
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
return nil
2021-12-17 14:28:43 +08:00
}
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *SetConversationReq) GetNotificationType() int32 {
if m != nil {
return m.NotificationType
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
return 0
2021-12-17 14:28:43 +08:00
}
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *SetConversationReq) GetOperationID() string {
if m != nil {
return m.OperationID
2022-01-24 01:40:49 +08:00
}
2022-03-11 17:37:01 +08:00
return ""
2021-12-17 14:28:43 +08:00
}
2022-03-11 17:37:01 +08:00
type SetConversationResp struct {
2022-03-31 14:50:02 +08:00
CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp" json:"commonResp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *SetConversationResp) Reset() { *m = SetConversationResp{} }
func (m *SetConversationResp) String() string { return proto.CompactTextString(m) }
func (*SetConversationResp) ProtoMessage() {}
func (*SetConversationResp) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{13}
2021-12-17 14:28:43 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *SetConversationResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SetConversationResp.Unmarshal(m, b)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *SetConversationResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SetConversationResp.Marshal(b, m, deterministic)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *SetConversationResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_SetConversationResp.Merge(dst, src)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *SetConversationResp) XXX_Size() int {
return xxx_messageInfo_SetConversationResp.Size(m)
}
func (m *SetConversationResp) XXX_DiscardUnknown() {
xxx_messageInfo_SetConversationResp.DiscardUnknown(m)
}
var xxx_messageInfo_SetConversationResp proto.InternalMessageInfo
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *SetConversationResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2021-12-17 14:28:43 +08:00
}
return nil
}
2022-03-16 18:02:26 +08:00
type SetRecvMsgOptReq struct {
2022-03-31 14:50:02 +08:00
OwnerUserID string `protobuf:"bytes,1,opt,name=OwnerUserID" json:"OwnerUserID,omitempty"`
ConversationID string `protobuf:"bytes,2,opt,name=ConversationID" json:"ConversationID,omitempty"`
RecvMsgOpt int32 `protobuf:"varint,3,opt,name=RecvMsgOpt" json:"RecvMsgOpt,omitempty"`
NotificationType int32 `protobuf:"varint,4,opt,name=notificationType" json:"notificationType,omitempty"`
OperationID string `protobuf:"bytes,5,opt,name=OperationID" json:"OperationID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SetRecvMsgOptReq) Reset() { *m = SetRecvMsgOptReq{} }
func (m *SetRecvMsgOptReq) String() string { return proto.CompactTextString(m) }
func (*SetRecvMsgOptReq) ProtoMessage() {}
func (*SetRecvMsgOptReq) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{14}
2022-03-16 18:02:26 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *SetRecvMsgOptReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SetRecvMsgOptReq.Unmarshal(m, b)
2022-03-16 18:02:26 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *SetRecvMsgOptReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SetRecvMsgOptReq.Marshal(b, m, deterministic)
}
func (dst *SetRecvMsgOptReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_SetRecvMsgOptReq.Merge(dst, src)
}
func (m *SetRecvMsgOptReq) XXX_Size() int {
return xxx_messageInfo_SetRecvMsgOptReq.Size(m)
}
func (m *SetRecvMsgOptReq) XXX_DiscardUnknown() {
xxx_messageInfo_SetRecvMsgOptReq.DiscardUnknown(m)
2022-03-16 18:02:26 +08:00
}
2022-03-31 14:50:02 +08:00
var xxx_messageInfo_SetRecvMsgOptReq proto.InternalMessageInfo
2022-03-16 18:02:26 +08:00
2022-03-31 14:50:02 +08:00
func (m *SetRecvMsgOptReq) GetOwnerUserID() string {
if m != nil {
return m.OwnerUserID
2022-03-16 18:02:26 +08:00
}
2022-03-31 14:50:02 +08:00
return ""
2022-03-16 18:02:26 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *SetRecvMsgOptReq) GetConversationID() string {
if m != nil {
return m.ConversationID
2022-03-16 18:02:26 +08:00
}
return ""
}
2022-03-31 14:50:02 +08:00
func (m *SetRecvMsgOptReq) GetRecvMsgOpt() int32 {
if m != nil {
return m.RecvMsgOpt
2022-03-16 18:02:26 +08:00
}
2022-03-31 14:50:02 +08:00
return 0
2022-03-16 18:02:26 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *SetRecvMsgOptReq) GetNotificationType() int32 {
if m != nil {
return m.NotificationType
2022-03-16 18:02:26 +08:00
}
return 0
}
2022-03-31 14:50:02 +08:00
func (m *SetRecvMsgOptReq) GetOperationID() string {
if m != nil {
return m.OperationID
2022-03-16 18:02:26 +08:00
}
return ""
}
type SetRecvMsgOptResp struct {
2022-03-31 14:50:02 +08:00
CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp" json:"commonResp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-03-16 18:02:26 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *SetRecvMsgOptResp) Reset() { *m = SetRecvMsgOptResp{} }
func (m *SetRecvMsgOptResp) String() string { return proto.CompactTextString(m) }
func (*SetRecvMsgOptResp) ProtoMessage() {}
func (*SetRecvMsgOptResp) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{15}
2022-03-16 18:02:26 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *SetRecvMsgOptResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SetRecvMsgOptResp.Unmarshal(m, b)
2022-03-16 18:02:26 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *SetRecvMsgOptResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SetRecvMsgOptResp.Marshal(b, m, deterministic)
2022-03-16 18:02:26 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *SetRecvMsgOptResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_SetRecvMsgOptResp.Merge(dst, src)
}
func (m *SetRecvMsgOptResp) XXX_Size() int {
return xxx_messageInfo_SetRecvMsgOptResp.Size(m)
}
func (m *SetRecvMsgOptResp) XXX_DiscardUnknown() {
xxx_messageInfo_SetRecvMsgOptResp.DiscardUnknown(m)
2022-03-16 18:02:26 +08:00
}
2022-03-31 14:50:02 +08:00
var xxx_messageInfo_SetRecvMsgOptResp proto.InternalMessageInfo
func (m *SetRecvMsgOptResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2022-03-16 18:02:26 +08:00
}
return nil
}
2022-03-11 17:37:01 +08:00
type GetConversationReq struct {
2022-03-31 14:50:02 +08:00
ConversationID string `protobuf:"bytes,1,opt,name=ConversationID" json:"ConversationID,omitempty"`
OwnerUserID string `protobuf:"bytes,2,opt,name=OwnerUserID" json:"OwnerUserID,omitempty"`
OperationID string `protobuf:"bytes,3,opt,name=OperationID" json:"OperationID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-12-17 14:28:43 +08:00
}
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *GetConversationReq) Reset() { *m = GetConversationReq{} }
func (m *GetConversationReq) String() string { return proto.CompactTextString(m) }
func (*GetConversationReq) ProtoMessage() {}
func (*GetConversationReq) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{16}
2021-12-17 14:28:43 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetConversationReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetConversationReq.Unmarshal(m, b)
2021-12-17 14:28:43 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetConversationReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetConversationReq.Marshal(b, m, deterministic)
2021-12-17 14:28:43 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *GetConversationReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetConversationReq.Merge(dst, src)
}
func (m *GetConversationReq) XXX_Size() int {
return xxx_messageInfo_GetConversationReq.Size(m)
}
func (m *GetConversationReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetConversationReq.DiscardUnknown(m)
2021-12-17 14:28:43 +08:00
}
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
var xxx_messageInfo_GetConversationReq proto.InternalMessageInfo
func (m *GetConversationReq) GetConversationID() string {
if m != nil {
return m.ConversationID
2022-01-24 01:40:49 +08:00
}
return ""
2021-12-17 14:28:43 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetConversationReq) GetOwnerUserID() string {
if m != nil {
return m.OwnerUserID
2021-12-17 14:28:43 +08:00
}
return ""
}
2022-03-31 14:50:02 +08:00
func (m *GetConversationReq) GetOperationID() string {
if m != nil {
return m.OperationID
2021-12-17 14:28:43 +08:00
}
return ""
}
2022-03-11 17:37:01 +08:00
type GetConversationResp struct {
2022-03-31 14:50:02 +08:00
CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp" json:"commonResp,omitempty"`
Conversation *Conversation `protobuf:"bytes,2,opt,name=Conversation" json:"Conversation,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-05-26 19:44:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetConversationResp) Reset() { *m = GetConversationResp{} }
func (m *GetConversationResp) String() string { return proto.CompactTextString(m) }
func (*GetConversationResp) ProtoMessage() {}
func (*GetConversationResp) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{17}
2021-05-26 19:44:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetConversationResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetConversationResp.Unmarshal(m, b)
2021-05-26 19:44:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetConversationResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetConversationResp.Marshal(b, m, deterministic)
2021-05-26 19:44:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *GetConversationResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetConversationResp.Merge(dst, src)
}
func (m *GetConversationResp) XXX_Size() int {
return xxx_messageInfo_GetConversationResp.Size(m)
}
func (m *GetConversationResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetConversationResp.DiscardUnknown(m)
2021-05-26 19:44:49 +08:00
}
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
var xxx_messageInfo_GetConversationResp proto.InternalMessageInfo
func (m *GetConversationResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2022-01-24 01:40:49 +08:00
}
return nil
2021-05-26 19:44:49 +08:00
}
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *GetConversationResp) GetConversation() *Conversation {
if m != nil {
return m.Conversation
2022-01-24 01:40:49 +08:00
}
return nil
2021-05-26 19:44:49 +08:00
}
2022-03-11 17:37:01 +08:00
type GetConversationsReq struct {
2022-03-31 14:50:02 +08:00
OwnerUserID string `protobuf:"bytes,1,opt,name=OwnerUserID" json:"OwnerUserID,omitempty"`
ConversationIDs []string `protobuf:"bytes,2,rep,name=ConversationIDs" json:"ConversationIDs,omitempty"`
OperationID string `protobuf:"bytes,3,opt,name=OperationID" json:"OperationID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-01-24 01:40:49 +08:00
}
2021-05-26 19:44:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *GetConversationsReq) Reset() { *m = GetConversationsReq{} }
func (m *GetConversationsReq) String() string { return proto.CompactTextString(m) }
func (*GetConversationsReq) ProtoMessage() {}
func (*GetConversationsReq) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{18}
2021-05-26 19:44:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetConversationsReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetConversationsReq.Unmarshal(m, b)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetConversationsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetConversationsReq.Marshal(b, m, deterministic)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *GetConversationsReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetConversationsReq.Merge(dst, src)
}
func (m *GetConversationsReq) XXX_Size() int {
return xxx_messageInfo_GetConversationsReq.Size(m)
}
func (m *GetConversationsReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetConversationsReq.DiscardUnknown(m)
2021-05-26 19:44:49 +08:00
}
2022-03-31 14:50:02 +08:00
var xxx_messageInfo_GetConversationsReq proto.InternalMessageInfo
func (m *GetConversationsReq) GetOwnerUserID() string {
if m != nil {
return m.OwnerUserID
2021-05-26 19:44:49 +08:00
}
return ""
}
2022-03-31 14:50:02 +08:00
func (m *GetConversationsReq) GetConversationIDs() []string {
if m != nil {
return m.ConversationIDs
2022-01-24 01:40:49 +08:00
}
2022-03-11 17:37:01 +08:00
return nil
2021-05-26 19:44:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetConversationsReq) GetOperationID() string {
if m != nil {
return m.OperationID
2022-01-24 01:40:49 +08:00
}
return ""
2021-05-26 19:44:49 +08:00
}
2022-01-24 01:40:49 +08:00
2022-03-11 17:37:01 +08:00
type GetConversationsResp struct {
2022-03-31 14:50:02 +08:00
CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp" json:"commonResp,omitempty"`
Conversations []*Conversation `protobuf:"bytes,2,rep,name=Conversations" json:"Conversations,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-05-26 19:44:49 +08:00
}
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *GetConversationsResp) Reset() { *m = GetConversationsResp{} }
func (m *GetConversationsResp) String() string { return proto.CompactTextString(m) }
func (*GetConversationsResp) ProtoMessage() {}
func (*GetConversationsResp) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{19}
2021-05-26 19:44:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetConversationsResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetConversationsResp.Unmarshal(m, b)
2021-05-26 19:44:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetConversationsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetConversationsResp.Marshal(b, m, deterministic)
2021-05-26 19:44:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *GetConversationsResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetConversationsResp.Merge(dst, src)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetConversationsResp) XXX_Size() int {
return xxx_messageInfo_GetConversationsResp.Size(m)
}
func (m *GetConversationsResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetConversationsResp.DiscardUnknown(m)
}
var xxx_messageInfo_GetConversationsResp proto.InternalMessageInfo
2021-05-26 19:44:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *GetConversationsResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2022-03-11 17:37:01 +08:00
}
return nil
}
2022-03-31 14:50:02 +08:00
func (m *GetConversationsResp) GetConversations() []*Conversation {
if m != nil {
return m.Conversations
2022-03-11 17:37:01 +08:00
}
return nil
}
type GetAllConversationsReq struct {
2022-03-31 14:50:02 +08:00
OwnerUserID string `protobuf:"bytes,1,opt,name=OwnerUserID" json:"OwnerUserID,omitempty"`
OperationID string `protobuf:"bytes,2,opt,name=OperationID" json:"OperationID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-03-11 17:37:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetAllConversationsReq) Reset() { *m = GetAllConversationsReq{} }
func (m *GetAllConversationsReq) String() string { return proto.CompactTextString(m) }
func (*GetAllConversationsReq) ProtoMessage() {}
func (*GetAllConversationsReq) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{20}
2022-03-11 17:37:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetAllConversationsReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetAllConversationsReq.Unmarshal(m, b)
2022-03-11 17:37:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetAllConversationsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetAllConversationsReq.Marshal(b, m, deterministic)
2022-03-11 17:37:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *GetAllConversationsReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetAllConversationsReq.Merge(dst, src)
2022-03-11 17:37:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetAllConversationsReq) XXX_Size() int {
return xxx_messageInfo_GetAllConversationsReq.Size(m)
}
func (m *GetAllConversationsReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetAllConversationsReq.DiscardUnknown(m)
}
var xxx_messageInfo_GetAllConversationsReq proto.InternalMessageInfo
2022-03-11 17:37:01 +08:00
2022-03-31 14:50:02 +08:00
func (m *GetAllConversationsReq) GetOwnerUserID() string {
if m != nil {
return m.OwnerUserID
2022-03-11 17:37:01 +08:00
}
return ""
}
2022-03-31 14:50:02 +08:00
func (m *GetAllConversationsReq) GetOperationID() string {
if m != nil {
return m.OperationID
2022-03-11 17:37:01 +08:00
}
return ""
}
type GetAllConversationsResp struct {
2022-03-31 14:50:02 +08:00
CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp" json:"commonResp,omitempty"`
Conversations []*Conversation `protobuf:"bytes,2,rep,name=Conversations" json:"Conversations,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-03-11 17:37:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetAllConversationsResp) Reset() { *m = GetAllConversationsResp{} }
func (m *GetAllConversationsResp) String() string { return proto.CompactTextString(m) }
func (*GetAllConversationsResp) ProtoMessage() {}
func (*GetAllConversationsResp) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{21}
2022-03-11 17:37:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetAllConversationsResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetAllConversationsResp.Unmarshal(m, b)
2022-03-11 17:37:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetAllConversationsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetAllConversationsResp.Marshal(b, m, deterministic)
2022-03-11 17:37:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *GetAllConversationsResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetAllConversationsResp.Merge(dst, src)
2022-03-11 17:37:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetAllConversationsResp) XXX_Size() int {
return xxx_messageInfo_GetAllConversationsResp.Size(m)
}
func (m *GetAllConversationsResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetAllConversationsResp.DiscardUnknown(m)
}
var xxx_messageInfo_GetAllConversationsResp proto.InternalMessageInfo
2022-03-11 17:37:01 +08:00
2022-03-31 14:50:02 +08:00
func (m *GetAllConversationsResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2022-03-11 17:37:01 +08:00
}
return nil
}
2022-03-31 14:50:02 +08:00
func (m *GetAllConversationsResp) GetConversations() []*Conversation {
if m != nil {
return m.Conversations
2022-03-11 17:37:01 +08:00
}
return nil
}
type BatchSetConversationsReq struct {
2022-03-31 14:50:02 +08:00
Conversations []*Conversation `protobuf:"bytes,1,rep,name=Conversations" json:"Conversations,omitempty"`
OwnerUserID string `protobuf:"bytes,2,opt,name=OwnerUserID" json:"OwnerUserID,omitempty"`
NotificationType int32 `protobuf:"varint,3,opt,name=notificationType" json:"notificationType,omitempty"`
OperationID string `protobuf:"bytes,4,opt,name=OperationID" json:"OperationID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *BatchSetConversationsReq) Reset() { *m = BatchSetConversationsReq{} }
func (m *BatchSetConversationsReq) String() string { return proto.CompactTextString(m) }
func (*BatchSetConversationsReq) ProtoMessage() {}
func (*BatchSetConversationsReq) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{22}
2022-03-11 17:37:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *BatchSetConversationsReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_BatchSetConversationsReq.Unmarshal(m, b)
2022-03-11 17:37:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *BatchSetConversationsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_BatchSetConversationsReq.Marshal(b, m, deterministic)
2022-03-11 17:37:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *BatchSetConversationsReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_BatchSetConversationsReq.Merge(dst, src)
2022-03-11 17:37:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *BatchSetConversationsReq) XXX_Size() int {
return xxx_messageInfo_BatchSetConversationsReq.Size(m)
}
func (m *BatchSetConversationsReq) XXX_DiscardUnknown() {
xxx_messageInfo_BatchSetConversationsReq.DiscardUnknown(m)
2022-03-11 17:37:01 +08:00
}
2022-03-31 14:50:02 +08:00
var xxx_messageInfo_BatchSetConversationsReq proto.InternalMessageInfo
func (m *BatchSetConversationsReq) GetConversations() []*Conversation {
if m != nil {
return m.Conversations
2022-03-11 17:37:01 +08:00
}
return nil
}
2022-03-31 14:50:02 +08:00
func (m *BatchSetConversationsReq) GetOwnerUserID() string {
if m != nil {
return m.OwnerUserID
2022-03-11 17:37:01 +08:00
}
return ""
}
2022-03-31 14:50:02 +08:00
func (m *BatchSetConversationsReq) GetNotificationType() int32 {
if m != nil {
return m.NotificationType
}
return 0
}
func (m *BatchSetConversationsReq) GetOperationID() string {
if m != nil {
return m.OperationID
2022-03-11 17:37:01 +08:00
}
return ""
}
type BatchSetConversationsResp struct {
2022-03-31 14:50:02 +08:00
CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp" json:"commonResp,omitempty"`
Success []string `protobuf:"bytes,2,rep,name=Success" json:"Success,omitempty"`
Failed []string `protobuf:"bytes,3,rep,name=Failed" json:"Failed,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-03-11 17:37:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *BatchSetConversationsResp) Reset() { *m = BatchSetConversationsResp{} }
func (m *BatchSetConversationsResp) String() string { return proto.CompactTextString(m) }
func (*BatchSetConversationsResp) ProtoMessage() {}
func (*BatchSetConversationsResp) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{23}
2022-03-11 17:37:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *BatchSetConversationsResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_BatchSetConversationsResp.Unmarshal(m, b)
2022-03-11 17:37:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *BatchSetConversationsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_BatchSetConversationsResp.Marshal(b, m, deterministic)
2022-03-11 17:37:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *BatchSetConversationsResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_BatchSetConversationsResp.Merge(dst, src)
2022-03-11 17:37:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *BatchSetConversationsResp) XXX_Size() int {
return xxx_messageInfo_BatchSetConversationsResp.Size(m)
}
func (m *BatchSetConversationsResp) XXX_DiscardUnknown() {
xxx_messageInfo_BatchSetConversationsResp.DiscardUnknown(m)
}
var xxx_messageInfo_BatchSetConversationsResp proto.InternalMessageInfo
2022-03-11 17:37:01 +08:00
2022-03-31 14:50:02 +08:00
func (m *BatchSetConversationsResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2021-05-26 19:44:49 +08:00
}
return nil
}
2022-03-31 14:50:02 +08:00
func (m *BatchSetConversationsResp) GetSuccess() []string {
if m != nil {
return m.Success
2022-03-11 17:37:01 +08:00
}
return nil
}
2022-03-31 14:50:02 +08:00
func (m *BatchSetConversationsResp) GetFailed() []string {
if m != nil {
return m.Failed
2021-05-26 19:44:49 +08:00
}
2021-12-27 16:48:05 +08:00
return nil
2021-05-26 19:44:49 +08:00
}
2022-01-24 01:40:49 +08:00
type ResignUserReq struct {
2022-03-31 14:50:02 +08:00
UserId string `protobuf:"bytes,1,opt,name=UserId" json:"UserId,omitempty"`
OperationID string `protobuf:"bytes,2,opt,name=OperationID" json:"OperationID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-05-26 19:44:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *ResignUserReq) Reset() { *m = ResignUserReq{} }
func (m *ResignUserReq) String() string { return proto.CompactTextString(m) }
func (*ResignUserReq) ProtoMessage() {}
func (*ResignUserReq) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{24}
2021-05-26 19:44:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *ResignUserReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ResignUserReq.Unmarshal(m, b)
2021-05-26 19:44:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *ResignUserReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ResignUserReq.Marshal(b, m, deterministic)
2021-05-26 19:44:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *ResignUserReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_ResignUserReq.Merge(dst, src)
2021-05-26 19:44:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *ResignUserReq) XXX_Size() int {
return xxx_messageInfo_ResignUserReq.Size(m)
}
func (m *ResignUserReq) XXX_DiscardUnknown() {
xxx_messageInfo_ResignUserReq.DiscardUnknown(m)
}
var xxx_messageInfo_ResignUserReq proto.InternalMessageInfo
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *ResignUserReq) GetUserId() string {
if m != nil {
return m.UserId
2022-01-24 01:40:49 +08:00
}
return ""
2021-05-26 19:44:49 +08:00
}
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *ResignUserReq) GetOperationID() string {
if m != nil {
return m.OperationID
2022-01-24 01:40:49 +08:00
}
return ""
2021-05-26 19:44:49 +08:00
}
2022-01-24 01:40:49 +08:00
type ResignUserResp struct {
2022-03-31 14:50:02 +08:00
CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp" json:"commonResp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *ResignUserResp) Reset() { *m = ResignUserResp{} }
func (m *ResignUserResp) String() string { return proto.CompactTextString(m) }
func (*ResignUserResp) ProtoMessage() {}
func (*ResignUserResp) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{25}
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *ResignUserResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ResignUserResp.Unmarshal(m, b)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *ResignUserResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ResignUserResp.Marshal(b, m, deterministic)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *ResignUserResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_ResignUserResp.Merge(dst, src)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *ResignUserResp) XXX_Size() int {
return xxx_messageInfo_ResignUserResp.Size(m)
}
func (m *ResignUserResp) XXX_DiscardUnknown() {
xxx_messageInfo_ResignUserResp.DiscardUnknown(m)
}
var xxx_messageInfo_ResignUserResp proto.InternalMessageInfo
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *ResignUserResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2021-05-26 19:44:49 +08:00
}
2021-12-27 16:48:05 +08:00
return nil
2021-05-26 19:44:49 +08:00
}
2022-02-07 08:44:21 +08:00
type GetUserByIdReq struct {
2022-03-31 14:50:02 +08:00
UserId string `protobuf:"bytes,1,opt,name=UserId" json:"UserId,omitempty"`
OperationID string `protobuf:"bytes,2,opt,name=OperationID" json:"OperationID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetUserByIdReq) Reset() { *m = GetUserByIdReq{} }
func (m *GetUserByIdReq) String() string { return proto.CompactTextString(m) }
func (*GetUserByIdReq) ProtoMessage() {}
func (*GetUserByIdReq) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{26}
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetUserByIdReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetUserByIdReq.Unmarshal(m, b)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetUserByIdReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetUserByIdReq.Marshal(b, m, deterministic)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *GetUserByIdReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetUserByIdReq.Merge(dst, src)
}
func (m *GetUserByIdReq) XXX_Size() int {
return xxx_messageInfo_GetUserByIdReq.Size(m)
}
func (m *GetUserByIdReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetUserByIdReq.DiscardUnknown(m)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
var xxx_messageInfo_GetUserByIdReq proto.InternalMessageInfo
func (m *GetUserByIdReq) GetUserId() string {
if m != nil {
return m.UserId
2021-05-26 19:44:49 +08:00
}
return ""
}
2022-03-31 14:50:02 +08:00
func (m *GetUserByIdReq) GetOperationID() string {
if m != nil {
return m.OperationID
2021-05-26 19:44:49 +08:00
}
return ""
}
2022-01-24 01:40:49 +08:00
type User struct {
2022-03-31 14:50:02 +08:00
ProfilePhoto string `protobuf:"bytes,1,opt,name=ProfilePhoto" json:"ProfilePhoto,omitempty"`
Nickname string `protobuf:"bytes,2,opt,name=Nickname" json:"Nickname,omitempty"`
UserId string `protobuf:"bytes,3,opt,name=UserId" json:"UserId,omitempty"`
CreateTime string `protobuf:"bytes,4,opt,name=CreateTime" json:"CreateTime,omitempty"`
IsBlock bool `protobuf:"varint,5,opt,name=IsBlock" json:"IsBlock,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *User) Reset() { *m = User{} }
func (m *User) String() string { return proto.CompactTextString(m) }
func (*User) ProtoMessage() {}
func (*User) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{27}
2021-05-26 19:44:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *User) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_User.Unmarshal(m, b)
2021-05-26 19:44:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *User) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_User.Marshal(b, m, deterministic)
2021-05-26 19:44:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *User) XXX_Merge(src proto.Message) {
xxx_messageInfo_User.Merge(dst, src)
2021-05-26 19:44:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *User) XXX_Size() int {
return xxx_messageInfo_User.Size(m)
2021-12-27 16:48:05 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *User) XXX_DiscardUnknown() {
xxx_messageInfo_User.DiscardUnknown(m)
}
var xxx_messageInfo_User proto.InternalMessageInfo
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *User) GetProfilePhoto() string {
if m != nil {
return m.ProfilePhoto
2022-01-24 01:40:49 +08:00
}
return ""
2021-12-27 16:48:05 +08:00
}
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *User) GetNickname() string {
if m != nil {
return m.Nickname
2022-01-24 01:40:49 +08:00
}
return ""
2021-05-26 19:44:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *User) GetUserId() string {
if m != nil {
return m.UserId
2022-01-24 01:40:49 +08:00
}
return ""
}
2021-12-27 16:48:05 +08:00
2022-03-31 14:50:02 +08:00
func (m *User) GetCreateTime() string {
if m != nil {
return m.CreateTime
2021-09-22 20:10:38 +08:00
}
2022-01-24 01:40:49 +08:00
return ""
2021-09-22 20:10:38 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *User) GetIsBlock() bool {
if m != nil {
return m.IsBlock
2022-01-25 19:18:04 +08:00
}
return false
}
2022-02-07 08:44:21 +08:00
type GetUserByIdResp struct {
2022-03-31 14:50:02 +08:00
CommonResp *CommonResp `protobuf:"bytes,1,opt,name=CommonResp" json:"CommonResp,omitempty"`
User *User `protobuf:"bytes,2,opt,name=user" json:"user,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetUserByIdResp) Reset() { *m = GetUserByIdResp{} }
func (m *GetUserByIdResp) String() string { return proto.CompactTextString(m) }
func (*GetUserByIdResp) ProtoMessage() {}
func (*GetUserByIdResp) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{28}
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetUserByIdResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetUserByIdResp.Unmarshal(m, b)
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetUserByIdResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetUserByIdResp.Marshal(b, m, deterministic)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *GetUserByIdResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetUserByIdResp.Merge(dst, src)
}
func (m *GetUserByIdResp) XXX_Size() int {
return xxx_messageInfo_GetUserByIdResp.Size(m)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetUserByIdResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetUserByIdResp.DiscardUnknown(m)
}
var xxx_messageInfo_GetUserByIdResp proto.InternalMessageInfo
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *GetUserByIdResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2022-01-24 18:22:47 +08:00
}
return nil
}
2022-03-31 14:50:02 +08:00
func (m *GetUserByIdResp) GetUser() *User {
if m != nil {
return m.User
2022-01-24 01:40:49 +08:00
}
return nil
2021-12-07 14:28:07 +08:00
}
2022-01-24 01:40:49 +08:00
2022-02-08 20:24:59 +08:00
type GetUsersByNameReq struct {
2022-03-31 14:50:02 +08:00
UserName string `protobuf:"bytes,1,opt,name=UserName" json:"UserName,omitempty"`
Pagination *sdk_ws.RequestPagination `protobuf:"bytes,2,opt,name=Pagination" json:"Pagination,omitempty"`
OperationID string `protobuf:"bytes,3,opt,name=OperationID" json:"OperationID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-02-08 20:24:59 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetUsersByNameReq) Reset() { *m = GetUsersByNameReq{} }
func (m *GetUsersByNameReq) String() string { return proto.CompactTextString(m) }
func (*GetUsersByNameReq) ProtoMessage() {}
func (*GetUsersByNameReq) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{29}
2022-02-08 20:24:59 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetUsersByNameReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetUsersByNameReq.Unmarshal(m, b)
2022-02-08 20:24:59 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetUsersByNameReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetUsersByNameReq.Marshal(b, m, deterministic)
2022-02-08 20:24:59 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *GetUsersByNameReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetUsersByNameReq.Merge(dst, src)
}
func (m *GetUsersByNameReq) XXX_Size() int {
return xxx_messageInfo_GetUsersByNameReq.Size(m)
2022-02-08 20:24:59 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetUsersByNameReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetUsersByNameReq.DiscardUnknown(m)
}
var xxx_messageInfo_GetUsersByNameReq proto.InternalMessageInfo
2022-02-08 20:24:59 +08:00
2022-03-31 14:50:02 +08:00
func (m *GetUsersByNameReq) GetUserName() string {
if m != nil {
return m.UserName
2022-02-08 20:24:59 +08:00
}
return ""
}
2022-03-31 14:50:02 +08:00
func (m *GetUsersByNameReq) GetPagination() *sdk_ws.RequestPagination {
if m != nil {
return m.Pagination
2022-02-08 20:24:59 +08:00
}
return nil
}
2022-03-31 14:50:02 +08:00
func (m *GetUsersByNameReq) GetOperationID() string {
if m != nil {
return m.OperationID
2022-02-08 20:24:59 +08:00
}
return ""
}
type GetUsersByNameResp struct {
2022-03-31 14:50:02 +08:00
Users []*User `protobuf:"bytes,1,rep,name=users" json:"users,omitempty"`
Pagination *sdk_ws.ResponsePagination `protobuf:"bytes,2,opt,name=Pagination" json:"Pagination,omitempty"`
UserNums int32 `protobuf:"varint,3,opt,name=UserNums" json:"UserNums,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-02-08 20:24:59 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetUsersByNameResp) Reset() { *m = GetUsersByNameResp{} }
func (m *GetUsersByNameResp) String() string { return proto.CompactTextString(m) }
func (*GetUsersByNameResp) ProtoMessage() {}
func (*GetUsersByNameResp) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{30}
2022-02-08 20:24:59 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetUsersByNameResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetUsersByNameResp.Unmarshal(m, b)
2022-02-08 20:24:59 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetUsersByNameResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetUsersByNameResp.Marshal(b, m, deterministic)
}
func (dst *GetUsersByNameResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetUsersByNameResp.Merge(dst, src)
}
func (m *GetUsersByNameResp) XXX_Size() int {
return xxx_messageInfo_GetUsersByNameResp.Size(m)
}
func (m *GetUsersByNameResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetUsersByNameResp.DiscardUnknown(m)
2022-02-08 20:24:59 +08:00
}
2022-03-31 14:50:02 +08:00
var xxx_messageInfo_GetUsersByNameResp proto.InternalMessageInfo
2022-02-08 20:24:59 +08:00
2022-03-31 14:50:02 +08:00
func (m *GetUsersByNameResp) GetUsers() []*User {
if m != nil {
return m.Users
2022-02-08 20:24:59 +08:00
}
return nil
}
2022-03-31 14:50:02 +08:00
func (m *GetUsersByNameResp) GetPagination() *sdk_ws.ResponsePagination {
if m != nil {
return m.Pagination
2022-02-08 20:24:59 +08:00
}
return nil
}
2022-03-31 14:50:02 +08:00
func (m *GetUsersByNameResp) GetUserNums() int32 {
if m != nil {
return m.UserNums
2022-02-08 20:24:59 +08:00
}
return 0
}
2022-01-24 01:40:49 +08:00
type AlterUserReq struct {
2022-03-31 14:50:02 +08:00
UserId string `protobuf:"bytes,1,opt,name=UserId" json:"UserId,omitempty"`
OperationID string `protobuf:"bytes,2,opt,name=OperationID" json:"OperationID,omitempty"`
PhoneNumber int64 `protobuf:"varint,3,opt,name=PhoneNumber" json:"PhoneNumber,omitempty"`
Nickname string `protobuf:"bytes,4,opt,name=Nickname" json:"Nickname,omitempty"`
Email string `protobuf:"bytes,5,opt,name=Email" json:"Email,omitempty"`
OpUserId string `protobuf:"bytes,6,opt,name=OpUserId" json:"OpUserId,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *AlterUserReq) Reset() { *m = AlterUserReq{} }
func (m *AlterUserReq) String() string { return proto.CompactTextString(m) }
func (*AlterUserReq) ProtoMessage() {}
func (*AlterUserReq) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{31}
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *AlterUserReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AlterUserReq.Unmarshal(m, b)
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *AlterUserReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AlterUserReq.Marshal(b, m, deterministic)
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *AlterUserReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_AlterUserReq.Merge(dst, src)
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *AlterUserReq) XXX_Size() int {
return xxx_messageInfo_AlterUserReq.Size(m)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *AlterUserReq) XXX_DiscardUnknown() {
xxx_messageInfo_AlterUserReq.DiscardUnknown(m)
}
var xxx_messageInfo_AlterUserReq proto.InternalMessageInfo
2021-12-07 14:28:07 +08:00
2022-03-31 14:50:02 +08:00
func (m *AlterUserReq) GetUserId() string {
if m != nil {
return m.UserId
2021-12-07 14:28:07 +08:00
}
return ""
}
2022-03-31 14:50:02 +08:00
func (m *AlterUserReq) GetOperationID() string {
if m != nil {
return m.OperationID
2021-12-07 14:28:07 +08:00
}
2022-01-24 01:40:49 +08:00
return ""
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *AlterUserReq) GetPhoneNumber() int64 {
if m != nil {
return m.PhoneNumber
2022-01-27 01:08:02 +08:00
}
return 0
}
2022-03-31 14:50:02 +08:00
func (m *AlterUserReq) GetNickname() string {
if m != nil {
return m.Nickname
2022-01-27 01:08:02 +08:00
}
return ""
}
2022-03-31 14:50:02 +08:00
func (m *AlterUserReq) GetEmail() string {
if m != nil {
return m.Email
2022-01-27 01:08:02 +08:00
}
return ""
}
2022-03-31 14:50:02 +08:00
func (m *AlterUserReq) GetOpUserId() string {
if m != nil {
return m.OpUserId
2022-02-17 19:35:17 +08:00
}
return ""
}
2022-01-24 01:40:49 +08:00
type AlterUserResp struct {
2022-03-31 14:50:02 +08:00
CommonResp *CommonResp `protobuf:"bytes,1,opt,name=CommonResp" json:"CommonResp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *AlterUserResp) Reset() { *m = AlterUserResp{} }
func (m *AlterUserResp) String() string { return proto.CompactTextString(m) }
func (*AlterUserResp) ProtoMessage() {}
func (*AlterUserResp) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{32}
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *AlterUserResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AlterUserResp.Unmarshal(m, b)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *AlterUserResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AlterUserResp.Marshal(b, m, deterministic)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *AlterUserResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_AlterUserResp.Merge(dst, src)
}
func (m *AlterUserResp) XXX_Size() int {
return xxx_messageInfo_AlterUserResp.Size(m)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *AlterUserResp) XXX_DiscardUnknown() {
xxx_messageInfo_AlterUserResp.DiscardUnknown(m)
}
var xxx_messageInfo_AlterUserResp proto.InternalMessageInfo
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *AlterUserResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2021-12-07 14:28:07 +08:00
}
return nil
}
2022-01-24 01:40:49 +08:00
type GetUsersReq struct {
2022-03-31 14:50:02 +08:00
OperationID string `protobuf:"bytes,1,opt,name=OperationID" json:"OperationID,omitempty"`
Pagination *sdk_ws.RequestPagination `protobuf:"bytes,2,opt,name=Pagination" json:"Pagination,omitempty"`
UserName string `protobuf:"bytes,3,opt,name=UserName" json:"UserName,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetUsersReq) Reset() { *m = GetUsersReq{} }
func (m *GetUsersReq) String() string { return proto.CompactTextString(m) }
func (*GetUsersReq) ProtoMessage() {}
func (*GetUsersReq) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{33}
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetUsersReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetUsersReq.Unmarshal(m, b)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetUsersReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetUsersReq.Marshal(b, m, deterministic)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *GetUsersReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetUsersReq.Merge(dst, src)
}
func (m *GetUsersReq) XXX_Size() int {
return xxx_messageInfo_GetUsersReq.Size(m)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetUsersReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetUsersReq.DiscardUnknown(m)
}
var xxx_messageInfo_GetUsersReq proto.InternalMessageInfo
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *GetUsersReq) GetOperationID() string {
if m != nil {
return m.OperationID
2021-12-27 16:48:05 +08:00
}
return ""
}
2022-03-31 14:50:02 +08:00
func (m *GetUsersReq) GetPagination() *sdk_ws.RequestPagination {
if m != nil {
return m.Pagination
2022-01-24 01:40:49 +08:00
}
return nil
2021-12-27 16:48:05 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetUsersReq) GetUserName() string {
if m != nil {
return m.UserName
2022-02-07 08:44:21 +08:00
}
return ""
}
2022-01-24 01:40:49 +08:00
type GetUsersResp struct {
2022-03-31 14:50:02 +08:00
CommonResp *CommonResp `protobuf:"bytes,1,opt,name=CommonResp" json:"CommonResp,omitempty"`
User []*User `protobuf:"bytes,2,rep,name=user" json:"user,omitempty"`
Pagination *sdk_ws.ResponsePagination `protobuf:"bytes,3,opt,name=Pagination" json:"Pagination,omitempty"`
UserNums int32 `protobuf:"varint,4,opt,name=UserNums" json:"UserNums,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetUsersResp) Reset() { *m = GetUsersResp{} }
func (m *GetUsersResp) String() string { return proto.CompactTextString(m) }
func (*GetUsersResp) ProtoMessage() {}
func (*GetUsersResp) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{34}
2021-12-27 16:48:05 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetUsersResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetUsersResp.Unmarshal(m, b)
2021-12-27 16:48:05 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetUsersResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetUsersResp.Marshal(b, m, deterministic)
2021-12-27 16:48:05 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *GetUsersResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetUsersResp.Merge(dst, src)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetUsersResp) XXX_Size() int {
return xxx_messageInfo_GetUsersResp.Size(m)
2021-12-27 16:48:05 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetUsersResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetUsersResp.DiscardUnknown(m)
}
var xxx_messageInfo_GetUsersResp proto.InternalMessageInfo
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *GetUsersResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2022-01-24 18:22:47 +08:00
}
return nil
}
2022-03-31 14:50:02 +08:00
func (m *GetUsersResp) GetUser() []*User {
if m != nil {
return m.User
2022-01-24 01:40:49 +08:00
}
return nil
2021-12-27 16:48:05 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetUsersResp) GetPagination() *sdk_ws.ResponsePagination {
if m != nil {
return m.Pagination
2022-01-25 19:18:04 +08:00
}
2022-02-07 08:44:21 +08:00
return nil
2022-01-25 19:18:04 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetUsersResp) GetUserNums() int32 {
if m != nil {
return m.UserNums
2022-01-25 19:18:04 +08:00
}
2022-02-08 20:24:59 +08:00
return 0
2022-01-25 19:18:04 +08:00
}
2022-01-24 01:40:49 +08:00
type AddUserReq struct {
2022-03-31 14:50:02 +08:00
OperationID string `protobuf:"bytes,1,opt,name=OperationID" json:"OperationID,omitempty"`
PhoneNumber string `protobuf:"bytes,2,opt,name=PhoneNumber" json:"PhoneNumber,omitempty"`
UserId string `protobuf:"bytes,3,opt,name=UserId" json:"UserId,omitempty"`
Name string `protobuf:"bytes,4,opt,name=name" json:"name,omitempty"`
OpUserId string `protobuf:"bytes,5,opt,name=OpUserId" json:"OpUserId,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *AddUserReq) Reset() { *m = AddUserReq{} }
func (m *AddUserReq) String() string { return proto.CompactTextString(m) }
func (*AddUserReq) ProtoMessage() {}
func (*AddUserReq) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{35}
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *AddUserReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AddUserReq.Unmarshal(m, b)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *AddUserReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AddUserReq.Marshal(b, m, deterministic)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *AddUserReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_AddUserReq.Merge(dst, src)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *AddUserReq) XXX_Size() int {
return xxx_messageInfo_AddUserReq.Size(m)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *AddUserReq) XXX_DiscardUnknown() {
xxx_messageInfo_AddUserReq.DiscardUnknown(m)
}
var xxx_messageInfo_AddUserReq proto.InternalMessageInfo
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *AddUserReq) GetOperationID() string {
if m != nil {
return m.OperationID
2021-12-27 16:48:05 +08:00
}
return ""
}
2022-03-31 14:50:02 +08:00
func (m *AddUserReq) GetPhoneNumber() string {
if m != nil {
return m.PhoneNumber
2022-01-24 18:22:47 +08:00
}
return ""
}
2022-03-31 14:50:02 +08:00
func (m *AddUserReq) GetUserId() string {
if m != nil {
return m.UserId
2022-01-24 18:22:47 +08:00
}
return ""
}
2022-03-31 14:50:02 +08:00
func (m *AddUserReq) GetName() string {
if m != nil {
return m.Name
2022-01-25 19:18:04 +08:00
}
return ""
}
2022-03-31 14:50:02 +08:00
func (m *AddUserReq) GetOpUserId() string {
if m != nil {
return m.OpUserId
2022-02-17 19:35:17 +08:00
}
return ""
}
2022-01-24 01:40:49 +08:00
type AddUserResp struct {
2022-03-31 14:50:02 +08:00
CommonResp *CommonResp `protobuf:"bytes,1,opt,name=CommonResp" json:"CommonResp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *AddUserResp) Reset() { *m = AddUserResp{} }
func (m *AddUserResp) String() string { return proto.CompactTextString(m) }
func (*AddUserResp) ProtoMessage() {}
func (*AddUserResp) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{36}
2021-12-27 16:48:05 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *AddUserResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AddUserResp.Unmarshal(m, b)
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *AddUserResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AddUserResp.Marshal(b, m, deterministic)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *AddUserResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_AddUserResp.Merge(dst, src)
}
func (m *AddUserResp) XXX_Size() int {
return xxx_messageInfo_AddUserResp.Size(m)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *AddUserResp) XXX_DiscardUnknown() {
xxx_messageInfo_AddUserResp.DiscardUnknown(m)
}
var xxx_messageInfo_AddUserResp proto.InternalMessageInfo
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *AddUserResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2022-01-24 18:22:47 +08:00
}
return nil
}
2022-01-24 01:40:49 +08:00
type BlockUserReq struct {
2022-03-31 14:50:02 +08:00
UserId string `protobuf:"bytes,1,opt,name=UserId" json:"UserId,omitempty"`
EndDisableTime string `protobuf:"bytes,2,opt,name=EndDisableTime" json:"EndDisableTime,omitempty"`
OperationID string `protobuf:"bytes,3,opt,name=OperationID" json:"OperationID,omitempty"`
OpUserId string `protobuf:"bytes,4,opt,name=OpUserId" json:"OpUserId,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *BlockUserReq) Reset() { *m = BlockUserReq{} }
func (m *BlockUserReq) String() string { return proto.CompactTextString(m) }
func (*BlockUserReq) ProtoMessage() {}
func (*BlockUserReq) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{37}
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *BlockUserReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_BlockUserReq.Unmarshal(m, b)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *BlockUserReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_BlockUserReq.Marshal(b, m, deterministic)
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *BlockUserReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_BlockUserReq.Merge(dst, src)
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *BlockUserReq) XXX_Size() int {
return xxx_messageInfo_BlockUserReq.Size(m)
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *BlockUserReq) XXX_DiscardUnknown() {
xxx_messageInfo_BlockUserReq.DiscardUnknown(m)
}
var xxx_messageInfo_BlockUserReq proto.InternalMessageInfo
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *BlockUserReq) GetUserId() string {
if m != nil {
return m.UserId
2022-01-24 01:40:49 +08:00
}
return ""
2021-12-07 14:28:07 +08:00
}
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *BlockUserReq) GetEndDisableTime() string {
if m != nil {
return m.EndDisableTime
2022-01-24 18:22:47 +08:00
}
return ""
}
2022-03-31 14:50:02 +08:00
func (m *BlockUserReq) GetOperationID() string {
if m != nil {
return m.OperationID
2022-01-24 01:40:49 +08:00
}
return ""
}
2022-03-31 14:50:02 +08:00
func (m *BlockUserReq) GetOpUserId() string {
if m != nil {
return m.OpUserId
2022-02-17 19:35:17 +08:00
}
return ""
}
2022-01-24 01:40:49 +08:00
type BlockUserResp struct {
2022-03-31 14:50:02 +08:00
CommonResp *CommonResp `protobuf:"bytes,1,opt,name=CommonResp" json:"CommonResp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *BlockUserResp) Reset() { *m = BlockUserResp{} }
func (m *BlockUserResp) String() string { return proto.CompactTextString(m) }
func (*BlockUserResp) ProtoMessage() {}
func (*BlockUserResp) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{38}
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *BlockUserResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_BlockUserResp.Unmarshal(m, b)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *BlockUserResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_BlockUserResp.Marshal(b, m, deterministic)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *BlockUserResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_BlockUserResp.Merge(dst, src)
}
func (m *BlockUserResp) XXX_Size() int {
return xxx_messageInfo_BlockUserResp.Size(m)
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *BlockUserResp) XXX_DiscardUnknown() {
xxx_messageInfo_BlockUserResp.DiscardUnknown(m)
}
var xxx_messageInfo_BlockUserResp proto.InternalMessageInfo
2021-12-07 14:28:07 +08:00
2022-03-31 14:50:02 +08:00
func (m *BlockUserResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2022-01-24 18:22:47 +08:00
}
return nil
}
2022-01-24 01:40:49 +08:00
type UnBlockUserReq struct {
2022-03-31 14:50:02 +08:00
UserId string `protobuf:"bytes,1,opt,name=UserId" json:"UserId,omitempty"`
OperationID string `protobuf:"bytes,2,opt,name=OperationID" json:"OperationID,omitempty"`
OpUserId string `protobuf:"bytes,3,opt,name=OpUserId" json:"OpUserId,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *UnBlockUserReq) Reset() { *m = UnBlockUserReq{} }
func (m *UnBlockUserReq) String() string { return proto.CompactTextString(m) }
func (*UnBlockUserReq) ProtoMessage() {}
func (*UnBlockUserReq) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{39}
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *UnBlockUserReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_UnBlockUserReq.Unmarshal(m, b)
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *UnBlockUserReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_UnBlockUserReq.Marshal(b, m, deterministic)
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *UnBlockUserReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_UnBlockUserReq.Merge(dst, src)
}
func (m *UnBlockUserReq) XXX_Size() int {
return xxx_messageInfo_UnBlockUserReq.Size(m)
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *UnBlockUserReq) XXX_DiscardUnknown() {
xxx_messageInfo_UnBlockUserReq.DiscardUnknown(m)
}
var xxx_messageInfo_UnBlockUserReq proto.InternalMessageInfo
2021-12-07 14:28:07 +08:00
2022-03-31 14:50:02 +08:00
func (m *UnBlockUserReq) GetUserId() string {
if m != nil {
return m.UserId
2021-12-07 14:28:07 +08:00
}
return ""
}
2022-03-31 14:50:02 +08:00
func (m *UnBlockUserReq) GetOperationID() string {
if m != nil {
return m.OperationID
2021-12-07 14:28:07 +08:00
}
return ""
}
2022-03-31 14:50:02 +08:00
func (m *UnBlockUserReq) GetOpUserId() string {
if m != nil {
return m.OpUserId
2022-02-17 19:35:17 +08:00
}
return ""
}
2022-01-24 01:40:49 +08:00
type UnBlockUserResp struct {
2022-03-31 14:50:02 +08:00
CommonResp *CommonResp `protobuf:"bytes,1,opt,name=CommonResp" json:"CommonResp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *UnBlockUserResp) Reset() { *m = UnBlockUserResp{} }
func (m *UnBlockUserResp) String() string { return proto.CompactTextString(m) }
func (*UnBlockUserResp) ProtoMessage() {}
func (*UnBlockUserResp) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{40}
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *UnBlockUserResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_UnBlockUserResp.Unmarshal(m, b)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *UnBlockUserResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_UnBlockUserResp.Marshal(b, m, deterministic)
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *UnBlockUserResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_UnBlockUserResp.Merge(dst, src)
}
func (m *UnBlockUserResp) XXX_Size() int {
return xxx_messageInfo_UnBlockUserResp.Size(m)
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *UnBlockUserResp) XXX_DiscardUnknown() {
xxx_messageInfo_UnBlockUserResp.DiscardUnknown(m)
}
var xxx_messageInfo_UnBlockUserResp proto.InternalMessageInfo
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *UnBlockUserResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2022-01-24 18:22:47 +08:00
}
return nil
}
2022-01-24 01:40:49 +08:00
type GetBlockUsersReq struct {
2022-03-31 14:50:02 +08:00
Pagination *sdk_ws.RequestPagination `protobuf:"bytes,1,opt,name=Pagination" json:"Pagination,omitempty"`
OperationID string `protobuf:"bytes,2,opt,name=OperationID" json:"OperationID,omitempty"`
BlockUserNum int32 `protobuf:"varint,3,opt,name=BlockUserNum" json:"BlockUserNum,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-12-07 14:28:07 +08:00
}
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *GetBlockUsersReq) Reset() { *m = GetBlockUsersReq{} }
func (m *GetBlockUsersReq) String() string { return proto.CompactTextString(m) }
func (*GetBlockUsersReq) ProtoMessage() {}
func (*GetBlockUsersReq) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{41}
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetBlockUsersReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetBlockUsersReq.Unmarshal(m, b)
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetBlockUsersReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetBlockUsersReq.Marshal(b, m, deterministic)
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *GetBlockUsersReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetBlockUsersReq.Merge(dst, src)
}
func (m *GetBlockUsersReq) XXX_Size() int {
return xxx_messageInfo_GetBlockUsersReq.Size(m)
2022-01-24 01:40:49 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetBlockUsersReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetBlockUsersReq.DiscardUnknown(m)
}
var xxx_messageInfo_GetBlockUsersReq proto.InternalMessageInfo
2022-01-24 01:40:49 +08:00
2022-03-31 14:50:02 +08:00
func (m *GetBlockUsersReq) GetPagination() *sdk_ws.RequestPagination {
if m != nil {
return m.Pagination
2021-12-07 14:28:07 +08:00
}
return nil
}
2022-03-31 14:50:02 +08:00
func (m *GetBlockUsersReq) GetOperationID() string {
if m != nil {
return m.OperationID
2022-01-24 01:40:49 +08:00
}
return ""
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetBlockUsersReq) GetBlockUserNum() int32 {
if m != nil {
return m.BlockUserNum
2022-01-25 19:18:04 +08:00
}
return 0
}
2022-01-26 18:43:01 +08:00
type BlockUser struct {
2022-03-31 14:50:02 +08:00
User *User `protobuf:"bytes,1,opt,name=User" json:"User,omitempty"`
BeginDisableTime string `protobuf:"bytes,2,opt,name=BeginDisableTime" json:"BeginDisableTime,omitempty"`
EndDisableTime string `protobuf:"bytes,3,opt,name=EndDisableTime" json:"EndDisableTime,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-01-26 18:43:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *BlockUser) Reset() { *m = BlockUser{} }
func (m *BlockUser) String() string { return proto.CompactTextString(m) }
func (*BlockUser) ProtoMessage() {}
func (*BlockUser) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{42}
2022-01-26 18:43:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *BlockUser) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_BlockUser.Unmarshal(m, b)
2022-01-26 18:43:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *BlockUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_BlockUser.Marshal(b, m, deterministic)
2022-01-26 18:43:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *BlockUser) XXX_Merge(src proto.Message) {
xxx_messageInfo_BlockUser.Merge(dst, src)
}
func (m *BlockUser) XXX_Size() int {
return xxx_messageInfo_BlockUser.Size(m)
2022-01-26 18:43:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *BlockUser) XXX_DiscardUnknown() {
xxx_messageInfo_BlockUser.DiscardUnknown(m)
}
var xxx_messageInfo_BlockUser proto.InternalMessageInfo
2022-01-26 18:43:01 +08:00
2022-03-31 14:50:02 +08:00
func (m *BlockUser) GetUser() *User {
if m != nil {
return m.User
2022-01-26 18:43:01 +08:00
}
return nil
}
2022-03-31 14:50:02 +08:00
func (m *BlockUser) GetBeginDisableTime() string {
if m != nil {
return m.BeginDisableTime
2022-01-26 18:43:01 +08:00
}
return ""
}
2022-03-31 14:50:02 +08:00
func (m *BlockUser) GetEndDisableTime() string {
if m != nil {
return m.EndDisableTime
2022-01-26 18:43:01 +08:00
}
return ""
}
2022-01-24 01:40:49 +08:00
type GetBlockUsersResp struct {
2022-03-31 14:50:02 +08:00
CommonResp *CommonResp `protobuf:"bytes,1,opt,name=CommonResp" json:"CommonResp,omitempty"`
BlockUsers []*BlockUser `protobuf:"bytes,2,rep,name=BlockUsers" json:"BlockUsers,omitempty"`
Pagination *sdk_ws.ResponsePagination `protobuf:"bytes,3,opt,name=Pagination" json:"Pagination,omitempty"`
UserNums int32 `protobuf:"varint,4,opt,name=UserNums" json:"UserNums,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetBlockUsersResp) Reset() { *m = GetBlockUsersResp{} }
func (m *GetBlockUsersResp) String() string { return proto.CompactTextString(m) }
func (*GetBlockUsersResp) ProtoMessage() {}
func (*GetBlockUsersResp) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{43}
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetBlockUsersResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetBlockUsersResp.Unmarshal(m, b)
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetBlockUsersResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetBlockUsersResp.Marshal(b, m, deterministic)
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *GetBlockUsersResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetBlockUsersResp.Merge(dst, src)
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetBlockUsersResp) XXX_Size() int {
return xxx_messageInfo_GetBlockUsersResp.Size(m)
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetBlockUsersResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetBlockUsersResp.DiscardUnknown(m)
}
var xxx_messageInfo_GetBlockUsersResp proto.InternalMessageInfo
2021-12-07 14:28:07 +08:00
2022-03-31 14:50:02 +08:00
func (m *GetBlockUsersResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2022-01-24 18:22:47 +08:00
}
return nil
}
2022-03-31 14:50:02 +08:00
func (m *GetBlockUsersResp) GetBlockUsers() []*BlockUser {
if m != nil {
return m.BlockUsers
2021-12-27 16:48:05 +08:00
}
2022-01-24 01:40:49 +08:00
return nil
2021-12-27 16:48:05 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetBlockUsersResp) GetPagination() *sdk_ws.ResponsePagination {
if m != nil {
return m.Pagination
2022-01-25 19:18:04 +08:00
}
return nil
}
2022-03-31 14:50:02 +08:00
func (m *GetBlockUsersResp) GetUserNums() int32 {
if m != nil {
return m.UserNums
2022-02-08 20:24:59 +08:00
}
return 0
}
2022-02-07 08:44:21 +08:00
type GetBlockUserByIdReq struct {
2022-03-31 14:50:02 +08:00
UserId string `protobuf:"bytes,1,opt,name=User_id,json=UserId" json:"User_id,omitempty"`
OperationID string `protobuf:"bytes,2,opt,name=OperationID" json:"OperationID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-01-26 18:43:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetBlockUserByIdReq) Reset() { *m = GetBlockUserByIdReq{} }
func (m *GetBlockUserByIdReq) String() string { return proto.CompactTextString(m) }
func (*GetBlockUserByIdReq) ProtoMessage() {}
func (*GetBlockUserByIdReq) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{44}
2022-01-26 18:43:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetBlockUserByIdReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetBlockUserByIdReq.Unmarshal(m, b)
2022-01-26 18:43:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetBlockUserByIdReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetBlockUserByIdReq.Marshal(b, m, deterministic)
2022-01-26 18:43:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *GetBlockUserByIdReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetBlockUserByIdReq.Merge(dst, src)
}
func (m *GetBlockUserByIdReq) XXX_Size() int {
return xxx_messageInfo_GetBlockUserByIdReq.Size(m)
2022-01-26 18:43:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetBlockUserByIdReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetBlockUserByIdReq.DiscardUnknown(m)
}
var xxx_messageInfo_GetBlockUserByIdReq proto.InternalMessageInfo
2022-01-26 18:43:01 +08:00
2022-03-31 14:50:02 +08:00
func (m *GetBlockUserByIdReq) GetUserId() string {
if m != nil {
return m.UserId
2022-01-26 18:43:01 +08:00
}
return ""
}
2022-03-31 14:50:02 +08:00
func (m *GetBlockUserByIdReq) GetOperationID() string {
if m != nil {
return m.OperationID
2022-01-26 18:43:01 +08:00
}
return ""
}
2022-02-07 08:44:21 +08:00
type GetBlockUserByIdResp struct {
2022-03-31 14:50:02 +08:00
BlockUser *BlockUser `protobuf:"bytes,2,opt,name=BlockUser" json:"BlockUser,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-01-26 18:43:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetBlockUserByIdResp) Reset() { *m = GetBlockUserByIdResp{} }
func (m *GetBlockUserByIdResp) String() string { return proto.CompactTextString(m) }
func (*GetBlockUserByIdResp) ProtoMessage() {}
func (*GetBlockUserByIdResp) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{45}
2022-01-26 18:43:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetBlockUserByIdResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetBlockUserByIdResp.Unmarshal(m, b)
2022-01-26 18:43:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetBlockUserByIdResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetBlockUserByIdResp.Marshal(b, m, deterministic)
2022-01-26 18:43:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *GetBlockUserByIdResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetBlockUserByIdResp.Merge(dst, src)
}
func (m *GetBlockUserByIdResp) XXX_Size() int {
return xxx_messageInfo_GetBlockUserByIdResp.Size(m)
2022-01-26 18:43:01 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *GetBlockUserByIdResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetBlockUserByIdResp.DiscardUnknown(m)
}
var xxx_messageInfo_GetBlockUserByIdResp proto.InternalMessageInfo
2022-01-26 18:43:01 +08:00
2022-03-31 14:50:02 +08:00
func (m *GetBlockUserByIdResp) GetBlockUser() *BlockUser {
if m != nil {
return m.BlockUser
2022-01-26 18:43:01 +08:00
}
return nil
}
2022-02-07 08:44:21 +08:00
type DeleteUserReq struct {
2022-03-31 14:50:02 +08:00
UserId string `protobuf:"bytes,1,opt,name=User_id,json=UserId" json:"User_id,omitempty"`
OperationID string `protobuf:"bytes,2,opt,name=OperationID" json:"OperationID,omitempty"`
OpUserId string `protobuf:"bytes,3,opt,name=OpUserId" json:"OpUserId,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-02-07 08:44:21 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *DeleteUserReq) Reset() { *m = DeleteUserReq{} }
func (m *DeleteUserReq) String() string { return proto.CompactTextString(m) }
func (*DeleteUserReq) ProtoMessage() {}
func (*DeleteUserReq) Descriptor() ([]byte, []int) {
return fileDescriptor_user_6133bd34462fbb1a, []int{46}
2022-02-07 08:44:21 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *DeleteUserReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DeleteUserReq.Unmarshal(m, b)
2022-02-07 08:44:21 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *DeleteUserReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_DeleteUserReq.Marshal(b, m, deterministic)
2022-02-07 08:44:21 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *DeleteUserReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_DeleteUserReq.Merge(dst, src)
}
func (m *DeleteUserReq) XXX_Size() int {
return xxx_messageInfo_DeleteUserReq.Size(m)
2022-02-07 08:44:21 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *DeleteUserReq) XXX_DiscardUnknown() {
xxx_messageInfo_DeleteUserReq.DiscardUnknown(m)
}
var xxx_messageInfo_DeleteUserReq proto.InternalMessageInfo
2022-02-07 08:44:21 +08:00
2022-03-31 14:50:02 +08:00
func (m *DeleteUserReq) GetUserId() string {
if m != nil {
return m.UserId
2022-02-07 08:44:21 +08:00
}
return ""
}
2022-03-31 14:50:02 +08:00
func (m *DeleteUserReq) GetOperationID() string {
if m != nil {
return m.OperationID
2022-02-07 08:44:21 +08:00
}
return ""
}
2022-03-31 14:50:02 +08:00
func (m *DeleteUserReq) GetOpUserId() string {
if m != nil {
return m.OpUserId
2022-02-17 19:35:17 +08:00
}
return ""
}
2022-02-07 08:44:21 +08:00
type DeleteUserResp struct {
2022-03-31 14:50:02 +08:00
CommonResp *CommonResp `protobuf:"bytes,1,opt,name=CommonResp" json:"CommonResp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-02-07 08:44:21 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *DeleteUserResp) Reset() { *m = DeleteUserResp{} }
func (m *DeleteUserResp) String() string { return proto.CompactTextString(m) }
func (*DeleteUserResp) ProtoMessage() {}
2022-02-07 08:44:21 +08:00
func (*DeleteUserResp) Descriptor() ([]byte, []int) {
2022-03-31 14:50:02 +08:00
return fileDescriptor_user_6133bd34462fbb1a, []int{47}
2022-02-07 08:44:21 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *DeleteUserResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DeleteUserResp.Unmarshal(m, b)
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *DeleteUserResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_DeleteUserResp.Marshal(b, m, deterministic)
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (dst *DeleteUserResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_DeleteUserResp.Merge(dst, src)
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *DeleteUserResp) XXX_Size() int {
return xxx_messageInfo_DeleteUserResp.Size(m)
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func (m *DeleteUserResp) XXX_DiscardUnknown() {
xxx_messageInfo_DeleteUserResp.DiscardUnknown(m)
2022-01-24 01:40:49 +08:00
}
2021-12-07 14:28:07 +08:00
2022-03-31 14:50:02 +08:00
var xxx_messageInfo_DeleteUserResp proto.InternalMessageInfo
2021-12-07 14:28:07 +08:00
2022-03-31 14:50:02 +08:00
func (m *DeleteUserResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
return nil
2021-12-07 14:28:07 +08:00
}
2022-03-31 14:50:02 +08:00
func init() {
proto.RegisterType((*CommonResp)(nil), "user.CommonResp")
proto.RegisterType((*DeleteUsersReq)(nil), "user.DeleteUsersReq")
proto.RegisterType((*DeleteUsersResp)(nil), "user.DeleteUsersResp")
proto.RegisterType((*GetAllUserIDReq)(nil), "user.GetAllUserIDReq")
proto.RegisterType((*GetAllUserIDResp)(nil), "user.GetAllUserIDResp")
proto.RegisterType((*AccountCheckReq)(nil), "user.AccountCheckReq")
proto.RegisterType((*AccountCheckResp)(nil), "user.AccountCheckResp")
proto.RegisterType((*AccountCheckResp_SingleUserStatus)(nil), "user.AccountCheckResp.SingleUserStatus")
proto.RegisterType((*GetUserInfoReq)(nil), "user.GetUserInfoReq")
proto.RegisterType((*GetUserInfoResp)(nil), "user.GetUserInfoResp")
proto.RegisterType((*UpdateUserInfoReq)(nil), "user.UpdateUserInfoReq")
proto.RegisterType((*UpdateUserInfoResp)(nil), "user.UpdateUserInfoResp")
proto.RegisterType((*Conversation)(nil), "user.Conversation")
proto.RegisterType((*SetConversationReq)(nil), "user.SetConversationReq")
proto.RegisterType((*SetConversationResp)(nil), "user.SetConversationResp")
proto.RegisterType((*SetRecvMsgOptReq)(nil), "user.SetRecvMsgOptReq")
proto.RegisterType((*SetRecvMsgOptResp)(nil), "user.SetRecvMsgOptResp")
proto.RegisterType((*GetConversationReq)(nil), "user.GetConversationReq")
proto.RegisterType((*GetConversationResp)(nil), "user.GetConversationResp")
proto.RegisterType((*GetConversationsReq)(nil), "user.GetConversationsReq")
proto.RegisterType((*GetConversationsResp)(nil), "user.GetConversationsResp")
proto.RegisterType((*GetAllConversationsReq)(nil), "user.GetAllConversationsReq")
proto.RegisterType((*GetAllConversationsResp)(nil), "user.GetAllConversationsResp")
proto.RegisterType((*BatchSetConversationsReq)(nil), "user.BatchSetConversationsReq")
proto.RegisterType((*BatchSetConversationsResp)(nil), "user.BatchSetConversationsResp")
proto.RegisterType((*ResignUserReq)(nil), "user.ResignUserReq")
proto.RegisterType((*ResignUserResp)(nil), "user.ResignUserResp")
proto.RegisterType((*GetUserByIdReq)(nil), "user.GetUserByIdReq")
proto.RegisterType((*User)(nil), "user.User")
proto.RegisterType((*GetUserByIdResp)(nil), "user.GetUserByIdResp")
proto.RegisterType((*GetUsersByNameReq)(nil), "user.GetUsersByNameReq")
proto.RegisterType((*GetUsersByNameResp)(nil), "user.GetUsersByNameResp")
proto.RegisterType((*AlterUserReq)(nil), "user.AlterUserReq")
proto.RegisterType((*AlterUserResp)(nil), "user.AlterUserResp")
proto.RegisterType((*GetUsersReq)(nil), "user.GetUsersReq")
proto.RegisterType((*GetUsersResp)(nil), "user.GetUsersResp")
proto.RegisterType((*AddUserReq)(nil), "user.AddUserReq")
proto.RegisterType((*AddUserResp)(nil), "user.AddUserResp")
proto.RegisterType((*BlockUserReq)(nil), "user.BlockUserReq")
proto.RegisterType((*BlockUserResp)(nil), "user.BlockUserResp")
proto.RegisterType((*UnBlockUserReq)(nil), "user.UnBlockUserReq")
proto.RegisterType((*UnBlockUserResp)(nil), "user.UnBlockUserResp")
proto.RegisterType((*GetBlockUsersReq)(nil), "user.GetBlockUsersReq")
proto.RegisterType((*BlockUser)(nil), "user.BlockUser")
proto.RegisterType((*GetBlockUsersResp)(nil), "user.GetBlockUsersResp")
proto.RegisterType((*GetBlockUserByIdReq)(nil), "user.GetBlockUserByIdReq")
proto.RegisterType((*GetBlockUserByIdResp)(nil), "user.GetBlockUserByIdResp")
proto.RegisterType((*DeleteUserReq)(nil), "user.DeleteUserReq")
proto.RegisterType((*DeleteUserResp)(nil), "user.DeleteUserResp")
2021-05-26 19:44:49 +08:00
}
// Reference imports to suppress errors if they are not otherwise used.
var _ context.Context
2022-03-31 14:50:02 +08:00
var _ grpc.ClientConn
2021-05-26 19:44:49 +08:00
// This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against.
2022-03-31 14:50:02 +08:00
const _ = grpc.SupportPackageIsVersion4
// Client API for User service
2021-05-26 19:44:49 +08:00
type UserClient interface {
GetUserInfo(ctx context.Context, in *GetUserInfoReq, opts ...grpc.CallOption) (*GetUserInfoResp, error)
2021-12-27 16:48:05 +08:00
UpdateUserInfo(ctx context.Context, in *UpdateUserInfoReq, opts ...grpc.CallOption) (*UpdateUserInfoResp, error)
2021-09-22 20:10:38 +08:00
DeleteUsers(ctx context.Context, in *DeleteUsersReq, opts ...grpc.CallOption) (*DeleteUsersResp, error)
2021-12-27 16:48:05 +08:00
GetAllUserID(ctx context.Context, in *GetAllUserIDReq, opts ...grpc.CallOption) (*GetAllUserIDResp, error)
2021-12-17 14:28:43 +08:00
AccountCheck(ctx context.Context, in *AccountCheckReq, opts ...grpc.CallOption) (*AccountCheckResp, error)
2022-03-11 17:37:01 +08:00
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)
2022-03-16 18:02:26 +08:00
SetRecvMsgOpt(ctx context.Context, in *SetRecvMsgOptReq, opts ...grpc.CallOption) (*SetRecvMsgOptResp, error)
2022-02-07 08:44:21 +08:00
GetUserById(ctx context.Context, in *GetUserByIdReq, opts ...grpc.CallOption) (*GetUserByIdResp, error)
2022-02-08 20:24:59 +08:00
GetUsersByName(ctx context.Context, in *GetUsersByNameReq, opts ...grpc.CallOption) (*GetUsersByNameResp, error)
2022-01-24 01:40:49 +08:00
ResignUser(ctx context.Context, in *ResignUserReq, opts ...grpc.CallOption) (*ResignUserResp, error)
AlterUser(ctx context.Context, in *AlterUserReq, opts ...grpc.CallOption) (*AlterUserResp, 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)
2022-02-07 08:44:21 +08:00
GetBlockUserById(ctx context.Context, in *GetBlockUserByIdReq, opts ...grpc.CallOption) (*GetBlockUserByIdResp, error)
DeleteUser(ctx context.Context, in *DeleteUserReq, opts ...grpc.CallOption) (*DeleteUserResp, error)
2021-05-26 19:44:49 +08:00
}
type userClient struct {
2022-03-31 14:50:02 +08:00
cc *grpc.ClientConn
2021-05-26 19:44:49 +08:00
}
2022-03-31 14:50:02 +08:00
func NewUserClient(cc *grpc.ClientConn) UserClient {
2021-05-26 19:44:49 +08:00
return &userClient{cc}
}
func (c *userClient) GetUserInfo(ctx context.Context, in *GetUserInfoReq, opts ...grpc.CallOption) (*GetUserInfoResp, error) {
out := new(GetUserInfoResp)
2022-03-31 14:50:02 +08:00
err := grpc.Invoke(ctx, "/user.user/GetUserInfo", in, out, c.cc, opts...)
2021-05-26 19:44:49 +08:00
if err != nil {
return nil, err
}
return out, nil
}
2021-12-27 16:48:05 +08:00
func (c *userClient) UpdateUserInfo(ctx context.Context, in *UpdateUserInfoReq, opts ...grpc.CallOption) (*UpdateUserInfoResp, error) {
out := new(UpdateUserInfoResp)
2022-03-31 14:50:02 +08:00
err := grpc.Invoke(ctx, "/user.user/UpdateUserInfo", in, out, c.cc, opts...)
2021-05-26 19:44:49 +08:00
if err != nil {
return nil, err
}
return out, nil
}
2021-09-22 20:10:38 +08:00
func (c *userClient) DeleteUsers(ctx context.Context, in *DeleteUsersReq, opts ...grpc.CallOption) (*DeleteUsersResp, error) {
out := new(DeleteUsersResp)
2022-03-31 14:50:02 +08:00
err := grpc.Invoke(ctx, "/user.user/DeleteUsers", in, out, c.cc, opts...)
2021-09-22 20:10:38 +08:00
if err != nil {
return nil, err
}
return out, nil
2021-05-26 19:44:49 +08:00
}
2021-12-27 16:48:05 +08:00
func (c *userClient) GetAllUserID(ctx context.Context, in *GetAllUserIDReq, opts ...grpc.CallOption) (*GetAllUserIDResp, error) {
out := new(GetAllUserIDResp)
2022-03-31 14:50:02 +08:00
err := grpc.Invoke(ctx, "/user.user/GetAllUserID", in, out, c.cc, opts...)
2021-09-22 20:10:38 +08:00
if err != nil {
return nil, err
}
return out, nil
2021-05-26 19:44:49 +08:00
}
2022-03-11 17:37:01 +08:00
func (c *userClient) AccountCheck(ctx context.Context, in *AccountCheckReq, opts ...grpc.CallOption) (*AccountCheckResp, error) {
out := new(AccountCheckResp)
2022-03-31 14:50:02 +08:00
err := grpc.Invoke(ctx, "/user.user/AccountCheck", in, out, c.cc, opts...)
2021-12-07 14:28:07 +08:00
if err != nil {
return nil, err
}
return out, nil
}
2022-03-11 17:37:01 +08:00
func (c *userClient) GetConversation(ctx context.Context, in *GetConversationReq, opts ...grpc.CallOption) (*GetConversationResp, error) {
out := new(GetConversationResp)
2022-03-31 14:50:02 +08:00
err := grpc.Invoke(ctx, "/user.user/GetConversation", in, out, c.cc, opts...)
2021-12-07 14:28:07 +08:00
if err != nil {
return nil, err
}
return out, nil
}
2022-03-11 17:37:01 +08:00
func (c *userClient) GetAllConversations(ctx context.Context, in *GetAllConversationsReq, opts ...grpc.CallOption) (*GetAllConversationsResp, error) {
out := new(GetAllConversationsResp)
2022-03-31 14:50:02 +08:00
err := grpc.Invoke(ctx, "/user.user/GetAllConversations", in, out, c.cc, opts...)
2021-12-07 14:28:07 +08:00
if err != nil {
return nil, err
}
return out, nil
}
2022-03-11 17:37:01 +08:00
func (c *userClient) GetConversations(ctx context.Context, in *GetConversationsReq, opts ...grpc.CallOption) (*GetConversationsResp, error) {
out := new(GetConversationsResp)
2022-03-31 14:50:02 +08:00
err := grpc.Invoke(ctx, "/user.user/GetConversations", in, out, c.cc, opts...)
2022-03-11 17:37:01 +08:00
if err != nil {
return nil, err
}
return out, nil
}
func (c *userClient) BatchSetConversations(ctx context.Context, in *BatchSetConversationsReq, opts ...grpc.CallOption) (*BatchSetConversationsResp, error) {
out := new(BatchSetConversationsResp)
2022-03-31 14:50:02 +08:00
err := grpc.Invoke(ctx, "/user.user/BatchSetConversations", in, out, c.cc, opts...)
2022-03-11 17:37:01 +08:00
if err != nil {
return nil, err
}
return out, nil
}
func (c *userClient) SetConversation(ctx context.Context, in *SetConversationReq, opts ...grpc.CallOption) (*SetConversationResp, error) {
out := new(SetConversationResp)
2022-03-31 14:50:02 +08:00
err := grpc.Invoke(ctx, "/user.user/SetConversation", in, out, c.cc, opts...)
2022-01-24 01:40:49 +08:00
if err != nil {
return nil, err
}
return out, nil
}
2022-03-16 18:02:26 +08:00
func (c *userClient) SetRecvMsgOpt(ctx context.Context, in *SetRecvMsgOptReq, opts ...grpc.CallOption) (*SetRecvMsgOptResp, error) {
out := new(SetRecvMsgOptResp)
2022-03-31 14:50:02 +08:00
err := grpc.Invoke(ctx, "/user.user/SetRecvMsgOpt", in, out, c.cc, opts...)
2022-03-16 18:02:26 +08:00
if err != nil {
return nil, err
}
return out, nil
}
2022-02-07 08:44:21 +08:00
func (c *userClient) GetUserById(ctx context.Context, in *GetUserByIdReq, opts ...grpc.CallOption) (*GetUserByIdResp, error) {
out := new(GetUserByIdResp)
2022-03-31 14:50:02 +08:00
err := grpc.Invoke(ctx, "/user.user/GetUserById", in, out, c.cc, opts...)
2022-01-24 01:40:49 +08:00
if err != nil {
return nil, err
}
return out, nil
}
2022-02-08 20:24:59 +08:00
func (c *userClient) GetUsersByName(ctx context.Context, in *GetUsersByNameReq, opts ...grpc.CallOption) (*GetUsersByNameResp, error) {
out := new(GetUsersByNameResp)
2022-03-31 14:50:02 +08:00
err := grpc.Invoke(ctx, "/user.user/GetUsersByName", in, out, c.cc, opts...)
2022-02-08 20:24:59 +08:00
if err != nil {
return nil, err
}
return out, nil
}
2022-01-24 01:40:49 +08:00
func (c *userClient) ResignUser(ctx context.Context, in *ResignUserReq, opts ...grpc.CallOption) (*ResignUserResp, error) {
out := new(ResignUserResp)
2022-03-31 14:50:02 +08:00
err := grpc.Invoke(ctx, "/user.user/ResignUser", in, out, c.cc, opts...)
2022-01-24 01:40:49 +08:00
if err != nil {
return nil, err
}
return out, nil
}
func (c *userClient) AlterUser(ctx context.Context, in *AlterUserReq, opts ...grpc.CallOption) (*AlterUserResp, error) {
out := new(AlterUserResp)
2022-03-31 14:50:02 +08:00
err := grpc.Invoke(ctx, "/user.user/AlterUser", in, out, c.cc, opts...)
2022-01-24 01:40:49 +08:00
if err != nil {
return nil, err
}
return out, nil
}
func (c *userClient) GetUsers(ctx context.Context, in *GetUsersReq, opts ...grpc.CallOption) (*GetUsersResp, error) {
out := new(GetUsersResp)
2022-03-31 14:50:02 +08:00
err := grpc.Invoke(ctx, "/user.user/GetUsers", in, out, c.cc, opts...)
2022-01-24 01:40:49 +08:00
if err != nil {
return nil, err
}
return out, nil
}
func (c *userClient) AddUser(ctx context.Context, in *AddUserReq, opts ...grpc.CallOption) (*AddUserResp, error) {
out := new(AddUserResp)
2022-03-31 14:50:02 +08:00
err := grpc.Invoke(ctx, "/user.user/AddUser", in, out, c.cc, opts...)
2022-01-24 01:40:49 +08:00
if err != nil {
return nil, err
}
return out, nil
}
func (c *userClient) BlockUser(ctx context.Context, in *BlockUserReq, opts ...grpc.CallOption) (*BlockUserResp, error) {
out := new(BlockUserResp)
2022-03-31 14:50:02 +08:00
err := grpc.Invoke(ctx, "/user.user/BlockUser", in, out, c.cc, opts...)
2021-12-17 14:28:43 +08:00
if err != nil {
return nil, err
}
return out, nil
}
2022-01-24 01:40:49 +08:00
func (c *userClient) UnBlockUser(ctx context.Context, in *UnBlockUserReq, opts ...grpc.CallOption) (*UnBlockUserResp, error) {
out := new(UnBlockUserResp)
2022-03-31 14:50:02 +08:00
err := grpc.Invoke(ctx, "/user.user/UnBlockUser", in, out, c.cc, opts...)
2022-01-24 01:40:49 +08:00
if err != nil {
return nil, err
}
return out, nil
}
func (c *userClient) GetBlockUsers(ctx context.Context, in *GetBlockUsersReq, opts ...grpc.CallOption) (*GetBlockUsersResp, error) {
out := new(GetBlockUsersResp)
2022-03-31 14:50:02 +08:00
err := grpc.Invoke(ctx, "/user.user/GetBlockUsers", in, out, c.cc, opts...)
2022-01-24 01:40:49 +08:00
if err != nil {
return nil, err
}
return out, nil
}
2021-09-22 20:10:38 +08:00
2022-02-07 08:44:21 +08:00
func (c *userClient) GetBlockUserById(ctx context.Context, in *GetBlockUserByIdReq, opts ...grpc.CallOption) (*GetBlockUserByIdResp, error) {
out := new(GetBlockUserByIdResp)
2022-03-31 14:50:02 +08:00
err := grpc.Invoke(ctx, "/user.user/GetBlockUserById", in, out, c.cc, opts...)
2022-02-07 08:44:21 +08:00
if err != nil {
return nil, err
}
return out, nil
}
func (c *userClient) DeleteUser(ctx context.Context, in *DeleteUserReq, opts ...grpc.CallOption) (*DeleteUserResp, error) {
out := new(DeleteUserResp)
2022-03-31 14:50:02 +08:00
err := grpc.Invoke(ctx, "/user.user/DeleteUser", in, out, c.cc, opts...)
2022-01-26 18:43:01 +08:00
if err != nil {
return nil, err
}
return out, nil
}
2022-03-31 14:50:02 +08:00
// Server API for User service
2021-09-22 20:10:38 +08:00
type UserServer interface {
GetUserInfo(context.Context, *GetUserInfoReq) (*GetUserInfoResp, error)
2021-12-27 16:48:05 +08:00
UpdateUserInfo(context.Context, *UpdateUserInfoReq) (*UpdateUserInfoResp, error)
2021-09-22 20:10:38 +08:00
DeleteUsers(context.Context, *DeleteUsersReq) (*DeleteUsersResp, error)
2021-12-27 16:48:05 +08:00
GetAllUserID(context.Context, *GetAllUserIDReq) (*GetAllUserIDResp, error)
2021-12-17 14:28:43 +08:00
AccountCheck(context.Context, *AccountCheckReq) (*AccountCheckResp, error)
2022-03-11 17:37:01 +08:00
GetConversation(context.Context, *GetConversationReq) (*GetConversationResp, error)
GetAllConversations(context.Context, *GetAllConversationsReq) (*GetAllConversationsResp, error)
GetConversations(context.Context, *GetConversationsReq) (*GetConversationsResp, error)
BatchSetConversations(context.Context, *BatchSetConversationsReq) (*BatchSetConversationsResp, error)
SetConversation(context.Context, *SetConversationReq) (*SetConversationResp, error)
2022-03-16 18:02:26 +08:00
SetRecvMsgOpt(context.Context, *SetRecvMsgOptReq) (*SetRecvMsgOptResp, error)
2022-02-07 08:44:21 +08:00
GetUserById(context.Context, *GetUserByIdReq) (*GetUserByIdResp, error)
2022-02-08 20:24:59 +08:00
GetUsersByName(context.Context, *GetUsersByNameReq) (*GetUsersByNameResp, error)
2022-01-24 01:40:49 +08:00
ResignUser(context.Context, *ResignUserReq) (*ResignUserResp, error)
AlterUser(context.Context, *AlterUserReq) (*AlterUserResp, error)
GetUsers(context.Context, *GetUsersReq) (*GetUsersResp, error)
AddUser(context.Context, *AddUserReq) (*AddUserResp, error)
BlockUser(context.Context, *BlockUserReq) (*BlockUserResp, error)
UnBlockUser(context.Context, *UnBlockUserReq) (*UnBlockUserResp, error)
GetBlockUsers(context.Context, *GetBlockUsersReq) (*GetBlockUsersResp, error)
2022-02-07 08:44:21 +08:00
GetBlockUserById(context.Context, *GetBlockUserByIdReq) (*GetBlockUserByIdResp, error)
DeleteUser(context.Context, *DeleteUserReq) (*DeleteUserResp, error)
2022-01-24 01:40:49 +08:00
}
2021-05-26 19:44:49 +08:00
func RegisterUserServer(s *grpc.Server, srv UserServer) {
s.RegisterService(&_User_serviceDesc, srv)
}
func _User_GetUserInfo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetUserInfoReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(UserServer).GetUserInfo(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/user.user/GetUserInfo",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(UserServer).GetUserInfo(ctx, req.(*GetUserInfoReq))
}
return interceptor(ctx, in, info, handler)
}
func _User_UpdateUserInfo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(UpdateUserInfoReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(UserServer).UpdateUserInfo(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/user.user/UpdateUserInfo",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(UserServer).UpdateUserInfo(ctx, req.(*UpdateUserInfoReq))
}
return interceptor(ctx, in, info, handler)
}
2021-09-22 20:10:38 +08:00
func _User_DeleteUsers_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(DeleteUsersReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(UserServer).DeleteUsers(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/user.user/DeleteUsers",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(UserServer).DeleteUsers(ctx, req.(*DeleteUsersReq))
}
return interceptor(ctx, in, info, handler)
}
2021-12-27 16:48:05 +08:00
func _User_GetAllUserID_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetAllUserIDReq)
2021-09-22 20:10:38 +08:00
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
2021-12-27 16:48:05 +08:00
return srv.(UserServer).GetAllUserID(ctx, in)
2021-09-22 20:10:38 +08:00
}
info := &grpc.UnaryServerInfo{
Server: srv,
2021-12-27 16:48:05 +08:00
FullMethod: "/user.user/GetAllUserID",
2021-09-22 20:10:38 +08:00
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
2021-12-27 16:48:05 +08:00
return srv.(UserServer).GetAllUserID(ctx, req.(*GetAllUserIDReq))
2021-09-22 20:10:38 +08:00
}
return interceptor(ctx, in, info, handler)
}
2022-03-11 17:37:01 +08:00
func _User_AccountCheck_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(AccountCheckReq)
2021-12-07 14:28:07 +08:00
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
2022-03-11 17:37:01 +08:00
return srv.(UserServer).AccountCheck(ctx, in)
2021-12-07 14:28:07 +08:00
}
info := &grpc.UnaryServerInfo{
Server: srv,
2022-03-11 17:37:01 +08:00
FullMethod: "/user.user/AccountCheck",
2021-12-07 14:28:07 +08:00
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
2022-03-11 17:37:01 +08:00
return srv.(UserServer).AccountCheck(ctx, req.(*AccountCheckReq))
2021-12-07 14:28:07 +08:00
}
return interceptor(ctx, in, info, handler)
}
2022-03-11 17:37:01 +08:00
func _User_GetConversation_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetConversationReq)
2021-12-07 14:28:07 +08:00
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
2022-03-11 17:37:01 +08:00
return srv.(UserServer).GetConversation(ctx, in)
2021-12-07 14:28:07 +08:00
}
info := &grpc.UnaryServerInfo{
Server: srv,
2022-03-11 17:37:01 +08:00
FullMethod: "/user.user/GetConversation",
2021-12-07 14:28:07 +08:00
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
2022-03-11 17:37:01 +08:00
return srv.(UserServer).GetConversation(ctx, req.(*GetConversationReq))
2021-12-07 14:28:07 +08:00
}
return interceptor(ctx, in, info, handler)
}
2022-03-11 17:37:01 +08:00
func _User_GetAllConversations_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetAllConversationsReq)
2021-12-07 14:28:07 +08:00
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
2022-03-11 17:37:01 +08:00
return srv.(UserServer).GetAllConversations(ctx, in)
2021-12-07 14:28:07 +08:00
}
info := &grpc.UnaryServerInfo{
Server: srv,
2022-03-11 17:37:01 +08:00
FullMethod: "/user.user/GetAllConversations",
2021-12-07 14:28:07 +08:00
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
2022-03-11 17:37:01 +08:00
return srv.(UserServer).GetAllConversations(ctx, req.(*GetAllConversationsReq))
2021-12-07 14:28:07 +08:00
}
return interceptor(ctx, in, info, handler)
}
2022-03-11 17:37:01 +08:00
func _User_GetConversations_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetConversationsReq)
2021-12-17 14:28:43 +08:00
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
2022-03-11 17:37:01 +08:00
return srv.(UserServer).GetConversations(ctx, in)
2021-12-17 14:28:43 +08:00
}
info := &grpc.UnaryServerInfo{
Server: srv,
2022-03-11 17:37:01 +08:00
FullMethod: "/user.user/GetConversations",
2021-12-17 14:28:43 +08:00
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
2022-03-11 17:37:01 +08:00
return srv.(UserServer).GetConversations(ctx, req.(*GetConversationsReq))
}
return interceptor(ctx, in, info, handler)
}
func _User_BatchSetConversations_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(BatchSetConversationsReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(UserServer).BatchSetConversations(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/user.user/BatchSetConversations",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(UserServer).BatchSetConversations(ctx, req.(*BatchSetConversationsReq))
}
return interceptor(ctx, in, info, handler)
}
func _User_SetConversation_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(SetConversationReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(UserServer).SetConversation(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/user.user/SetConversation",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(UserServer).SetConversation(ctx, req.(*SetConversationReq))
2021-12-17 14:28:43 +08:00
}
return interceptor(ctx, in, info, handler)
}
2022-03-16 18:02:26 +08:00
func _User_SetRecvMsgOpt_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(SetRecvMsgOptReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(UserServer).SetRecvMsgOpt(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/user.user/SetRecvMsgOpt",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(UserServer).SetRecvMsgOpt(ctx, req.(*SetRecvMsgOptReq))
}
return interceptor(ctx, in, info, handler)
}
2022-02-07 08:44:21 +08:00
func _User_GetUserById_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetUserByIdReq)
2022-01-24 01:40:49 +08:00
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
2022-02-07 08:44:21 +08:00
return srv.(UserServer).GetUserById(ctx, in)
2022-01-24 01:40:49 +08:00
}
info := &grpc.UnaryServerInfo{
Server: srv,
2022-02-07 08:44:21 +08:00
FullMethod: "/user.user/GetUserById",
2022-01-24 01:40:49 +08:00
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
2022-02-07 08:44:21 +08:00
return srv.(UserServer).GetUserById(ctx, req.(*GetUserByIdReq))
2022-01-24 01:40:49 +08:00
}
return interceptor(ctx, in, info, handler)
}
2022-02-08 20:24:59 +08:00
func _User_GetUsersByName_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetUsersByNameReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(UserServer).GetUsersByName(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/user.user/GetUsersByName",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(UserServer).GetUsersByName(ctx, req.(*GetUsersByNameReq))
}
return interceptor(ctx, in, info, handler)
}
2022-01-24 01:40:49 +08:00
func _User_ResignUser_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(ResignUserReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(UserServer).ResignUser(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/user.user/ResignUser",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(UserServer).ResignUser(ctx, req.(*ResignUserReq))
}
return interceptor(ctx, in, info, handler)
}
func _User_AlterUser_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(AlterUserReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(UserServer).AlterUser(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/user.user/AlterUser",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(UserServer).AlterUser(ctx, req.(*AlterUserReq))
}
return interceptor(ctx, in, info, handler)
}
func _User_GetUsers_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetUsersReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(UserServer).GetUsers(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/user.user/GetUsers",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(UserServer).GetUsers(ctx, req.(*GetUsersReq))
}
return interceptor(ctx, in, info, handler)
}
func _User_AddUser_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(AddUserReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(UserServer).AddUser(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/user.user/AddUser",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(UserServer).AddUser(ctx, req.(*AddUserReq))
}
return interceptor(ctx, in, info, handler)
}
func _User_BlockUser_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(BlockUserReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(UserServer).BlockUser(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/user.user/BlockUser",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(UserServer).BlockUser(ctx, req.(*BlockUserReq))
}
return interceptor(ctx, in, info, handler)
}
func _User_UnBlockUser_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(UnBlockUserReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(UserServer).UnBlockUser(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/user.user/UnBlockUser",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(UserServer).UnBlockUser(ctx, req.(*UnBlockUserReq))
}
return interceptor(ctx, in, info, handler)
}
func _User_GetBlockUsers_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetBlockUsersReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(UserServer).GetBlockUsers(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/user.user/GetBlockUsers",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(UserServer).GetBlockUsers(ctx, req.(*GetBlockUsersReq))
}
return interceptor(ctx, in, info, handler)
}
2022-02-07 08:44:21 +08:00
func _User_GetBlockUserById_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetBlockUserByIdReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(UserServer).GetBlockUserById(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/user.user/GetBlockUserById",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(UserServer).GetBlockUserById(ctx, req.(*GetBlockUserByIdReq))
}
return interceptor(ctx, in, info, handler)
}
func _User_DeleteUser_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(DeleteUserReq)
2022-01-26 18:43:01 +08:00
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
2022-02-07 08:44:21 +08:00
return srv.(UserServer).DeleteUser(ctx, in)
2022-01-26 18:43:01 +08:00
}
info := &grpc.UnaryServerInfo{
Server: srv,
2022-02-07 08:44:21 +08:00
FullMethod: "/user.user/DeleteUser",
2022-01-26 18:43:01 +08:00
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
2022-02-07 08:44:21 +08:00
return srv.(UserServer).DeleteUser(ctx, req.(*DeleteUserReq))
2022-01-26 18:43:01 +08:00
}
return interceptor(ctx, in, info, handler)
}
2021-05-26 19:44:49 +08:00
var _User_serviceDesc = grpc.ServiceDesc{
ServiceName: "user.user",
HandlerType: (*UserServer)(nil),
Methods: []grpc.MethodDesc{
{
2021-12-27 16:48:05 +08:00
MethodName: "GetUserInfo",
2021-05-26 19:44:49 +08:00
Handler: _User_GetUserInfo_Handler,
},
{
MethodName: "UpdateUserInfo",
Handler: _User_UpdateUserInfo_Handler,
},
2021-09-22 20:10:38 +08:00
{
MethodName: "DeleteUsers",
Handler: _User_DeleteUsers_Handler,
},
{
2021-12-27 16:48:05 +08:00
MethodName: "GetAllUserID",
Handler: _User_GetAllUserID_Handler,
2021-09-22 20:10:38 +08:00
},
2021-12-07 14:28:07 +08:00
{
2022-03-11 17:37:01 +08:00
MethodName: "AccountCheck",
Handler: _User_AccountCheck_Handler,
2021-12-07 14:28:07 +08:00
},
{
2022-03-11 17:37:01 +08:00
MethodName: "GetConversation",
Handler: _User_GetConversation_Handler,
2021-12-07 14:28:07 +08:00
},
{
2022-03-11 17:37:01 +08:00
MethodName: "GetAllConversations",
Handler: _User_GetAllConversations_Handler,
2021-12-07 14:28:07 +08:00
},
2021-12-17 14:28:43 +08:00
{
2022-03-11 17:37:01 +08:00
MethodName: "GetConversations",
Handler: _User_GetConversations_Handler,
},
{
MethodName: "BatchSetConversations",
Handler: _User_BatchSetConversations_Handler,
},
{
MethodName: "SetConversation",
Handler: _User_SetConversation_Handler,
2021-12-17 14:28:43 +08:00
},
2022-03-16 18:02:26 +08:00
{
MethodName: "SetRecvMsgOpt",
Handler: _User_SetRecvMsgOpt_Handler,
},
2022-01-24 01:40:49 +08:00
{
2022-02-07 08:44:21 +08:00
MethodName: "GetUserById",
Handler: _User_GetUserById_Handler,
2022-01-24 01:40:49 +08:00
},
2022-02-08 20:24:59 +08:00
{
MethodName: "GetUsersByName",
Handler: _User_GetUsersByName_Handler,
},
2022-01-24 01:40:49 +08:00
{
MethodName: "ResignUser",
Handler: _User_ResignUser_Handler,
},
{
MethodName: "AlterUser",
Handler: _User_AlterUser_Handler,
},
{
MethodName: "GetUsers",
Handler: _User_GetUsers_Handler,
},
{
MethodName: "AddUser",
Handler: _User_AddUser_Handler,
},
{
MethodName: "BlockUser",
Handler: _User_BlockUser_Handler,
},
{
MethodName: "UnBlockUser",
Handler: _User_UnBlockUser_Handler,
},
{
MethodName: "GetBlockUsers",
Handler: _User_GetBlockUsers_Handler,
},
2022-01-26 18:43:01 +08:00
{
2022-02-07 08:44:21 +08:00
MethodName: "GetBlockUserById",
Handler: _User_GetBlockUserById_Handler,
},
{
MethodName: "DeleteUser",
Handler: _User_DeleteUser_Handler,
2022-01-26 18:43:01 +08:00
},
2021-05-26 19:44:49 +08:00
},
Streams: []grpc.StreamDesc{},
Metadata: "user/user.proto",
}
2022-03-31 14:50:02 +08:00
func init() { proto.RegisterFile("user/user.proto", fileDescriptor_user_6133bd34462fbb1a) }
var fileDescriptor_user_6133bd34462fbb1a = []byte{
// 1835 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x59, 0x5f, 0x6f, 0xdc, 0xc6,
0x11, 0x07, 0xef, 0x8f, 0x25, 0xcd, 0xe9, 0x4e, 0xa7, 0x95, 0x2c, 0xd1, 0x6c, 0xab, 0xaa, 0x84,
0xeb, 0x0a, 0x02, 0x2a, 0xb5, 0x6e, 0x51, 0x17, 0x2e, 0x5a, 0x5b, 0x77, 0x92, 0x85, 0x2b, 0x62,
0xe9, 0xc0, 0xb3, 0x80, 0x20, 0x08, 0x20, 0xd0, 0x77, 0x2b, 0x89, 0xd0, 0x1d, 0x49, 0x73, 0x79,
0xb2, 0x95, 0x17, 0x07, 0xf9, 0xf3, 0x12, 0xe4, 0x25, 0x40, 0x00, 0x3b, 0x79, 0xc8, 0xe7, 0xc8,
0x7b, 0xf2, 0x94, 0x6f, 0x90, 0xa7, 0x7c, 0x95, 0x60, 0x97, 0x4b, 0x72, 0x77, 0x49, 0x49, 0x17,
0x4a, 0xf0, 0x8b, 0xad, 0x9d, 0xdd, 0x1d, 0xfe, 0x66, 0xe6, 0x37, 0xb3, 0xb3, 0x7b, 0x30, 0x37,
0x26, 0x38, 0xd8, 0xa4, 0xff, 0x6c, 0xf8, 0x81, 0x17, 0x7a, 0xa8, 0x42, 0xff, 0x36, 0xfe, 0xb4,
0xef, 0x63, 0xf7, 0xb0, 0xf3, 0x74, 0xd3, 0x3f, 0x3d, 0xde, 0x64, 0x13, 0x9b, 0x64, 0x70, 0x7a,
0xf8, 0x92, 0x6c, 0xbe, 0x24, 0xd1, 0x42, 0xf3, 0x7f, 0x00, 0x6d, 0x6f, 0x34, 0xf2, 0x5c, 0x0b,
0x13, 0x1f, 0xe9, 0x30, 0x85, 0x83, 0xa0, 0xed, 0x0d, 0xb0, 0xae, 0xad, 0x6a, 0x6b, 0x55, 0x2b,
0x1e, 0xa2, 0x25, 0xb8, 0x85, 0x83, 0xe0, 0x29, 0x39, 0xd6, 0x4b, 0xab, 0xda, 0xda, 0x8c, 0xc5,
0x47, 0xe6, 0x47, 0xd0, 0xd8, 0xc6, 0x43, 0x1c, 0xe2, 0x03, 0x82, 0x03, 0x62, 0xe1, 0x17, 0x68,
0x1d, 0x9a, 0xa9, 0xa4, 0xb3, 0xfd, 0x9e, 0x43, 0x42, 0xbd, 0xb4, 0x5a, 0x5e, 0x9b, 0xb1, 0x32,
0x72, 0x64, 0xc0, 0xf4, 0xbe, 0x1f, 0x8d, 0xf5, 0x32, 0xd3, 0x9b, 0x8c, 0xd1, 0x2a, 0xd4, 0xf6,
0x7d, 0x1c, 0xd8, 0xa1, 0xe3, 0xb9, 0x9d, 0x6d, 0xbd, 0xc2, 0xa6, 0x45, 0x91, 0xe9, 0xc1, 0x9c,
0xf4, 0x6d, 0xe2, 0xa3, 0xbf, 0x89, 0xe6, 0x30, 0x1b, 0x6a, 0xf7, 0x9b, 0x1b, 0xcc, 0x31, 0xa9,
0xdc, 0x12, 0x4d, 0x5e, 0x87, 0xe6, 0x13, 0xdb, 0x19, 0xe2, 0x41, 0x16, 0xae, 0x2a, 0x37, 0xf7,
0x61, 0x6e, 0x17, 0x87, 0x5b, 0xc3, 0x61, 0x24, 0xa3, 0xd6, 0x1a, 0x30, 0xed, 0xc5, 0x16, 0x68,
0x91, 0x05, 0x9e, 0x60, 0x81, 0x27, 0x58, 0x10, 0x39, 0x4e, 0x14, 0x99, 0x03, 0x68, 0xca, 0x0a,
0x0b, 0x99, 0xb0, 0x02, 0x90, 0x01, 0x2f, 0x48, 0xcc, 0x73, 0x98, 0xdb, 0xea, 0xf7, 0xbd, 0xb1,
0x1b, 0xb6, 0x4f, 0x70, 0xff, 0x94, 0xc2, 0x5e, 0x83, 0x39, 0xf6, 0xb7, 0xb0, 0x4f, 0x63, 0xfb,
0x54, 0xb1, 0x14, 0xa2, 0xd2, 0xe5, 0x21, 0x2a, 0x67, 0x43, 0xf4, 0x8b, 0x06, 0x4d, 0xf9, 0xdb,
0x91, 0x85, 0xfd, 0x09, 0x2c, 0x4c, 0xd7, 0xa0, 0x5d, 0x00, 0x0b, 0x93, 0xf1, 0x30, 0x4c, 0x2c,
0xac, 0xdd, 0xff, 0x4b, 0xb4, 0x43, 0xd5, 0xbe, 0xd1, 0x73, 0xdc, 0xe3, 0x21, 0xa3, 0x44, 0x2f,
0xb4, 0xc3, 0x31, 0xb1, 0x84, 0xad, 0x46, 0x17, 0x9a, 0xea, 0x3c, 0xa5, 0xf6, 0x58, 0x0c, 0x20,
0x1f, 0xa1, 0xbb, 0x50, 0xb7, 0x23, 0xe5, 0xd1, 0x42, 0x6e, 0xbe, 0x2c, 0x34, 0x5d, 0x68, 0xec,
0xe2, 0x90, 0x39, 0xc4, 0x3d, 0xf2, 0xa8, 0x6f, 0x57, 0x00, 0xc6, 0xaa, 0x5b, 0x05, 0xc9, 0x35,
0x3d, 0xfa, 0x99, 0xc6, 0x48, 0x98, 0x7e, 0xb0, 0x90, 0x43, 0x1f, 0xc1, 0x6c, 0xac, 0x81, 0xa1,
0x2c, 0x33, 0x97, 0xfe, 0x6e, 0x83, 0xe0, 0xe0, 0x0c, 0x07, 0x87, 0xb6, 0xef, 0x1c, 0xfa, 0x76,
0x60, 0x8f, 0xc8, 0x46, 0xf2, 0x21, 0x69, 0x83, 0xf9, 0x85, 0x06, 0xf3, 0x07, 0xfe, 0xc0, 0xe6,
0xe9, 0xcc, 0x4d, 0x7f, 0x00, 0xd3, 0xf1, 0x90, 0xc3, 0xb8, 0x54, 0x65, 0xb2, 0xf8, 0x2a, 0x9f,
0x78, 0x59, 0x9f, 0x88, 0x69, 0xf4, 0x04, 0x90, 0x8a, 0xa5, 0x88, 0x57, 0xcc, 0xaf, 0xcb, 0x30,
0xdb, 0xf6, 0xdc, 0x33, 0x1c, 0x10, 0xa6, 0x9a, 0x85, 0xe3, 0xa5, 0x8b, 0x03, 0x29, 0xc1, 0x45,
0x11, 0xba, 0x07, 0x0d, 0x71, 0x47, 0x02, 0x5f, 0x91, 0x52, 0x52, 0x58, 0xb8, 0x7f, 0xf6, 0x94,
0x1c, 0xef, 0xfb, 0x21, 0xb3, 0xa1, 0x6a, 0x09, 0x12, 0x5a, 0x86, 0xc4, 0x1d, 0xcf, 0xce, 0x7d,
0xcc, 0x4a, 0x5e, 0xd5, 0xca, 0xc8, 0x29, 0x61, 0x39, 0xa0, 0x6a, 0x44, 0x58, 0x8e, 0x45, 0x87,
0xa9, 0xdd, 0xc0, 0x1b, 0xfb, 0x9d, 0x6d, 0xfd, 0x16, 0x9b, 0x88, 0x87, 0xd4, 0x8e, 0x03, 0x37,
0xc0, 0xf6, 0xa0, 0x4d, 0x99, 0xab, 0x4f, 0x31, 0xc5, 0xa2, 0x88, 0x92, 0x7d, 0x3b, 0xb0, 0x8f,
0xc2, 0x67, 0xf8, 0x55, 0xf8, 0xcc, 0x19, 0x61, 0x7d, 0x7a, 0x55, 0x5b, 0x2b, 0x5b, 0xb2, 0x90,
0x86, 0xa9, 0x43, 0xba, 0x8e, 0xeb, 0xe2, 0x81, 0x3e, 0xb3, 0xaa, 0xad, 0x4d, 0x5b, 0xc9, 0x18,
0x99, 0x30, 0xbb, 0x15, 0x86, 0x76, 0xff, 0x04, 0x0f, 0x58, 0xfc, 0x81, 0x41, 0x90, 0x64, 0xf4,
0x2b, 0x1d, 0xd2, 0x0d, 0x9c, 0x33, 0x3b, 0xc4, 0xed, 0x13, 0x3b, 0xd4, 0x6b, 0x4c, 0x89, 0x2c,
0x44, 0x0d, 0x28, 0xed, 0xbc, 0xd2, 0x67, 0xd9, 0xfe, 0xd2, 0xce, 0x2b, 0xf3, 0x5b, 0x0d, 0x50,
0x0f, 0x87, 0xa2, 0x1f, 0x28, 0xd9, 0xfe, 0x25, 0x07, 0x8b, 0x47, 0x18, 0xc5, 0x11, 0x16, 0x16,
0xcb, 0x41, 0x5d, 0x87, 0xa6, 0xeb, 0x85, 0xce, 0x91, 0xd3, 0x4f, 0x5d, 0x5d, 0x8a, 0x5c, 0xad,
0xca, 0x27, 0xc8, 0xc7, 0x5d, 0x58, 0xc8, 0x60, 0x2b, 0x44, 0xbe, 0x9f, 0x34, 0x68, 0xf6, 0x70,
0x98, 0x72, 0x82, 0xda, 0xf8, 0x4e, 0x09, 0x98, 0xf1, 0x4a, 0x65, 0x32, 0xaf, 0x54, 0xb3, 0x5e,
0xd9, 0x81, 0x79, 0xc5, 0x96, 0x42, 0x3e, 0xf9, 0x58, 0x03, 0xb4, 0x9b, 0x8d, 0x7c, 0xd6, 0x66,
0x2d, 0xd7, 0x66, 0xc5, 0x7b, 0xa5, 0xac, 0xf7, 0xae, 0x8e, 0xef, 0x6b, 0x58, 0xd8, 0xbd, 0x89,
0xf8, 0x66, 0xe8, 0x5a, 0x9a, 0x8c, 0xae, 0xe6, 0xa7, 0x5a, 0x06, 0x01, 0x99, 0x8c, 0x1a, 0xf4,
0x90, 0x97, 0x1c, 0x42, 0x78, 0x73, 0xa0, 0x8a, 0x27, 0x70, 0xc3, 0x27, 0x1a, 0x2c, 0x66, 0x51,
0x14, 0x72, 0xc4, 0xbf, 0xa1, 0x2e, 0xa9, 0xe1, 0xe7, 0x79, 0x9e, 0x27, 0xe4, 0x85, 0xe6, 0x87,
0xb0, 0x14, 0xb5, 0x4b, 0x05, 0x9c, 0xa1, 0x98, 0x58, 0xca, 0x9a, 0xf8, 0xb9, 0x06, 0xcb, 0xb9,
0xea, 0xdf, 0xb1, 0x95, 0x3f, 0x6a, 0xa0, 0xb7, 0xec, 0xb0, 0x7f, 0xd2, 0xcb, 0x89, 0x7a, 0x46,
0xad, 0x36, 0xa1, 0xda, 0x09, 0x92, 0x21, 0xaf, 0x04, 0x94, 0x27, 0x2b, 0x01, 0x95, 0xbc, 0xc4,
0xb9, 0x73, 0x81, 0x15, 0x85, 0xfc, 0xa9, 0xc3, 0x54, 0x6f, 0xdc, 0xef, 0x63, 0x12, 0x93, 0x38,
0x1e, 0xd2, 0xe3, 0x30, 0xea, 0xd4, 0x59, 0x17, 0x33, 0x63, 0xf1, 0x91, 0xd9, 0x81, 0xba, 0x85,
0x89, 0x73, 0xec, 0x52, 0xf3, 0xa8, 0xef, 0xe2, 0x73, 0x73, 0x10, 0x37, 0x7a, 0xd1, 0x68, 0x02,
0x6a, 0xb4, 0xa0, 0x21, 0xaa, 0x2a, 0x54, 0xcb, 0xfe, 0x9f, 0x34, 0x8a, 0xad, 0xf3, 0xce, 0xe0,
0x7a, 0x78, 0xde, 0x6a, 0x50, 0xa1, 0x8b, 0xe9, 0xa1, 0xdb, 0x0d, 0xbc, 0x23, 0x67, 0x88, 0xbb,
0x27, 0x5e, 0xe8, 0x71, 0x45, 0x92, 0x8c, 0x1e, 0xda, 0x7b, 0x4e, 0xff, 0xd4, 0xb5, 0x47, 0x38,
0xee, 0xad, 0xe2, 0xb1, 0x00, 0xa1, 0x2c, 0x41, 0x58, 0x01, 0x68, 0x07, 0xd8, 0x0e, 0x31, 0xeb,
0x05, 0xa2, 0xe8, 0x0a, 0x12, 0x1a, 0x8d, 0x0e, 0x69, 0x0d, 0xbd, 0xfe, 0x29, 0xab, 0xfe, 0xd3,
0x56, 0x3c, 0x34, 0xfb, 0x49, 0x7b, 0x1a, 0x99, 0x59, 0xf0, 0x46, 0xc3, 0x2e, 0xb0, 0xbc, 0x46,
0x42, 0xb4, 0x96, 0xf9, 0x9e, 0xc9, 0xcd, 0x37, 0x1a, 0xcc, 0xf3, 0xaf, 0x90, 0xd6, 0xf9, 0x9e,
0x3d, 0xc2, 0xfc, 0x2e, 0x46, 0x25, 0x74, 0x18, 0xdf, 0xc5, 0xe2, 0x31, 0xda, 0x06, 0xe8, 0xda,
0xc7, 0x8e, 0x2b, 0xd6, 0xde, 0xbb, 0x39, 0xbd, 0xa9, 0x85, 0x5f, 0x8c, 0x31, 0x09, 0xd3, 0xb5,
0x96, 0xb0, 0x6f, 0x82, 0x3a, 0xf9, 0x4d, 0x74, 0x62, 0x49, 0xc8, 0x88, 0x8f, 0x56, 0xa1, 0x4a,
0x81, 0xc7, 0xe9, 0x2a, 0x5a, 0x14, 0x4d, 0xa0, 0x9d, 0x1c, 0x80, 0x7f, 0xce, 0x05, 0x48, 0x7c,
0xcf, 0x25, 0xf8, 0x02, 0x84, 0xb1, 0x0f, 0xc6, 0x23, 0xc2, 0x73, 0x37, 0x19, 0x9b, 0xdf, 0x6b,
0x30, 0xbb, 0x35, 0x0c, 0xa3, 0x7c, 0xbf, 0x16, 0x01, 0xe9, 0x8a, 0xee, 0x89, 0xe7, 0xe2, 0xbd,
0xf1, 0xe8, 0x39, 0x0e, 0xd8, 0x97, 0xca, 0x96, 0x28, 0x92, 0x58, 0x57, 0x51, 0x58, 0xb7, 0x08,
0xd5, 0x9d, 0x91, 0xed, 0x0c, 0x79, 0xe7, 0x10, 0x0d, 0x84, 0x3b, 0xc0, 0x80, 0xf7, 0xaf, 0xc9,
0xd8, 0xdc, 0x82, 0xba, 0x80, 0xbc, 0x08, 0xa7, 0xcc, 0xaf, 0x34, 0xa8, 0xc5, 0x91, 0x89, 0x8f,
0x0c, 0xc1, 0x48, 0x2d, 0x6b, 0xe4, 0xcd, 0x70, 0x46, 0x64, 0x65, 0x59, 0x66, 0xa5, 0xf9, 0x83,
0x06, 0xb3, 0x29, 0xa6, 0x6b, 0xa6, 0x4a, 0x39, 0x2f, 0x55, 0x14, 0x5e, 0x95, 0x6f, 0x82, 0x57,
0x15, 0x85, 0x57, 0x6f, 0x35, 0x80, 0xad, 0xc1, 0x20, 0x66, 0xd5, 0xd5, 0x8e, 0x55, 0xd8, 0xc3,
0xf9, 0x25, 0xb2, 0xe7, 0xa2, 0xba, 0x84, 0xa0, 0x22, 0x30, 0x8a, 0xfd, 0x2d, 0xf1, 0xa6, 0xaa,
0xf0, 0xe6, 0x11, 0xd4, 0x12, 0x64, 0x85, 0x58, 0xf3, 0xa5, 0x06, 0xb3, 0xac, 0xb0, 0x5d, 0x95,
0x33, 0xf7, 0xa0, 0xb1, 0xe3, 0x0e, 0xb6, 0x1d, 0x62, 0x3f, 0x1f, 0x46, 0x55, 0x93, 0xf7, 0xe1,
0xb2, 0xf4, 0xea, 0x12, 0x22, 0xd9, 0x53, 0xc9, 0xe6, 0x81, 0x80, 0xa6, 0x90, 0x45, 0x47, 0xd0,
0x38, 0x70, 0x27, 0x32, 0xe9, 0xea, 0x32, 0x20, 0x42, 0x2d, 0x2b, 0x50, 0xdb, 0x30, 0x27, 0x7d,
0xa7, 0x10, 0xd8, 0xef, 0x34, 0xf6, 0x42, 0x96, 0xa8, 0x61, 0x99, 0x2b, 0xe7, 0xa5, 0x76, 0x33,
0xb5, 0x3c, 0xc7, 0x3a, 0x53, 0x08, 0xfd, 0xde, 0x78, 0xc4, 0xeb, 0xa9, 0x24, 0x33, 0x5f, 0xc3,
0x4c, 0x32, 0xa6, 0xb9, 0x48, 0xff, 0xe7, 0x90, 0xa4, 0x5c, 0x64, 0xf3, 0xeb, 0xd0, 0x6c, 0xe1,
0x63, 0xc7, 0xcd, 0xb2, 0x24, 0x23, 0xcf, 0xe1, 0x53, 0x39, 0x8f, 0x4f, 0xe6, 0xcf, 0xd1, 0x51,
0x28, 0x7a, 0xa8, 0x50, 0x1d, 0xd9, 0x04, 0x48, 0x75, 0xf0, 0x6a, 0x32, 0x17, 0xed, 0x48, 0x83,
0x28, 0x2c, 0x79, 0x17, 0x85, 0xa5, 0xcb, 0x6e, 0x3e, 0xc9, 0x37, 0xe3, 0xbe, 0x69, 0x19, 0xa6,
0xe8, 0xf0, 0xd0, 0xf9, 0xed, 0x8d, 0xd3, 0x0e, 0xbb, 0xc5, 0x28, 0x1a, 0x89, 0x8f, 0xfe, 0x2a,
0x84, 0x91, 0x57, 0xfa, 0x8c, 0xf1, 0xe9, 0x0a, 0xf3, 0x08, 0xea, 0xe9, 0xcb, 0xf3, 0xf5, 0x20,
0x5d, 0x9a, 0x43, 0x2d, 0xf1, 0x75, 0xbd, 0x58, 0x60, 0xef, 0xbf, 0xa9, 0x45, 0x27, 0x04, 0x7a,
0x98, 0x9c, 0x7f, 0xec, 0x2d, 0x66, 0x31, 0xda, 0x25, 0x3f, 0x5e, 0x1a, 0xb7, 0x73, 0xa4, 0xc4,
0x47, 0x6d, 0x68, 0xc8, 0x2f, 0x6c, 0x68, 0x99, 0xb3, 0x5b, 0x7d, 0x03, 0x34, 0xf4, 0xfc, 0x09,
0xe2, 0x53, 0x00, 0xc2, 0x7b, 0x7d, 0x0c, 0x40, 0xfe, 0xf9, 0x20, 0x06, 0xa0, 0x3e, 0xec, 0xff,
0x97, 0x1d, 0x94, 0xc9, 0x4b, 0x39, 0x4a, 0x71, 0x8a, 0xcf, 0xf1, 0xc6, 0x52, 0x9e, 0x38, 0xda,
0x2e, 0x3e, 0x14, 0xc7, 0xdb, 0x95, 0x67, 0xf1, 0x78, 0x7b, 0xe6, 0xc5, 0xfa, 0x09, 0x6b, 0x6a,
0xa5, 0x57, 0x24, 0x3d, 0xf9, 0x92, 0xf2, 0x3a, 0x61, 0xdc, 0xb9, 0x60, 0x86, 0xf8, 0xc8, 0x62,
0x84, 0x56, 0x6f, 0x98, 0xe8, 0xf7, 0x22, 0x6a, 0xf5, 0xca, 0x67, 0xfc, 0xe1, 0x92, 0x59, 0xe2,
0xa3, 0x0e, 0xab, 0x90, 0xb2, 0xc2, 0x7c, 0x08, 0x4c, 0x9b, 0x71, 0xd1, 0x14, 0xf1, 0xd1, 0xfb,
0x70, 0x3b, 0xf7, 0xca, 0x86, 0x56, 0x78, 0x2e, 0x5c, 0x70, 0x2b, 0x35, 0xfe, 0x78, 0xe9, 0x7c,
0xe4, 0xc0, 0x5e, 0xbe, 0x03, 0x7b, 0x17, 0x3a, 0x30, 0xef, 0x59, 0xed, 0x31, 0xd4, 0xa5, 0x77,
0x25, 0xb4, 0x94, 0xac, 0x95, 0x1e, 0xce, 0x8c, 0xe5, 0x5c, 0x79, 0x44, 0x42, 0xe1, 0x7e, 0xa2,
0x64, 0x01, 0xaf, 0x30, 0x4a, 0x16, 0x24, 0x55, 0xa2, 0x9d, 0x5c, 0xe1, 0x78, 0x6f, 0x1f, 0x67,
0x41, 0xe6, 0x2e, 0x62, 0xe8, 0xf9, 0x13, 0xc4, 0x47, 0x0f, 0xd8, 0x6f, 0x19, 0xfc, 0x2e, 0x89,
0x16, 0xa2, 0x75, 0xd2, 0x45, 0xd5, 0x58, 0xcc, 0x0a, 0x89, 0x8f, 0xfe, 0x09, 0x33, 0x49, 0x0f,
0x8c, 0xf8, 0x85, 0x5f, 0x6c, 0xe7, 0x8d, 0x85, 0x8c, 0x8c, 0xf8, 0xe8, 0xef, 0x30, 0x1d, 0x83,
0x40, 0xf3, 0x32, 0x28, 0xba, 0x07, 0xa9, 0x22, 0xe2, 0xa3, 0x0d, 0x98, 0xe2, 0x4d, 0x13, 0xe2,
0xa5, 0x25, 0xed, 0xee, 0x8c, 0x79, 0x45, 0x12, 0x01, 0x4b, 0xcf, 0x40, 0xa4, 0x96, 0xcd, 0x14,
0x98, 0xdc, 0x0c, 0x3c, 0x84, 0x9a, 0xd0, 0x1f, 0xc4, 0x81, 0x90, 0x5b, 0x93, 0x38, 0x10, 0x6a,
0x23, 0xf1, 0x18, 0xea, 0xd2, 0x99, 0x87, 0xd2, 0xbc, 0x97, 0x5a, 0x05, 0x63, 0x39, 0x57, 0x9e,
0x64, 0x8d, 0x74, 0x10, 0x08, 0x59, 0xa3, 0x1e, 0x39, 0x42, 0xd6, 0x64, 0xcf, 0x8e, 0x07, 0x00,
0x69, 0xb5, 0x8a, 0x03, 0x2a, 0x1d, 0x0f, 0xc6, 0x62, 0x56, 0x48, 0xfc, 0x56, 0xfd, 0x83, 0xda,
0x06, 0xfb, 0xd1, 0xf6, 0x3f, 0xf4, 0x9f, 0xe7, 0xb7, 0xd8, 0x2f, 0xb2, 0xff, 0xf8, 0x35, 0x00,
0x00, 0xff, 0xff, 0x10, 0x04, 0x45, 0x5d, 0xcd, 0x1d, 0x00, 0x00,
}