| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321 | // Code generated by protoc-gen-go-grpc. DO NOT EDIT.package userimport (	context "context"	chat "git.ikuban.com/server/pw-protobuf/api/chat"	common "git.ikuban.com/server/pw-protobuf/api/common"	statistics "git.ikuban.com/server/pw-protobuf/api/statistics"	grpc "google.golang.org/grpc"	codes "google.golang.org/grpc/codes"	status "google.golang.org/grpc/status"	emptypb "google.golang.org/protobuf/types/known/emptypb")// This is a compile-time assertion to ensure that this generated file// is compatible with the grpc package it is being compiled against.// Requires gRPC-Go v1.32.0 or later.const _ = grpc.SupportPackageIsVersion7// UserClient is the client API for User service.//// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.type UserClient interface {	// 更新用户信息	UpdateUserInformation(ctx context.Context, in *common.UpdateInformationRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)	// 获取用户详情	GetUserInfo(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*UserInfo, error)	// 获取用户详情	GetUserDBMsg(ctx context.Context, in *common.PersonIDParam, opts ...grpc.CallOption) (*common.PersonMsg, error)	// 用户发送验证码	SendPhoneCode(ctx context.Context, in *common.SendPhoneCodeRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)	// 用户验证验证码	CheckPhoneCode(ctx context.Context, in *common.CheckPhoneCodeRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)	// 检查用户是否与接待员关联	CheckUserPartnerIsRelationship(ctx context.Context, in *common.PartnerIDParam, opts ...grpc.CallOption) (*chat.CheckUserPartnerIsRelationshipReply, error)	// 创建用户与接待员的关联	CreateUserPersonRoom(ctx context.Context, in *common.PersonParam, opts ...grpc.CallOption) (*chat.RoomReply, error)	// 获取接待员的确认通过页面信息	GetPartnerCircleInfo(ctx context.Context, in *KeyRequest, opts ...grpc.CallOption) (*common.AddFriendMessageInfo, error)	// 用户获取主页信息	UserGetHomeInfo(ctx context.Context, in *common.PersonParam, opts ...grpc.CallOption) (*common.HomeInfo, error)	// 通过用户IDs查看用户信息列表	FindUserDBList(ctx context.Context, in *common.PersonIDList, opts ...grpc.CallOption) (*common.PersonDBReply, error)	// 查看看过我的列表	FindLookList(ctx context.Context, in *common.ListPageRequest, opts ...grpc.CallOption) (*statistics.LookAndLikeListReply, error)	// 查看我喜欢的列表	FindLikeList(ctx context.Context, in *common.ListPageRequest, opts ...grpc.CallOption) (*statistics.LookAndLikeListReply, error)	// 查看喜欢我的列表	FindLikedList(ctx context.Context, in *common.ListPageRequest, opts ...grpc.CallOption) (*statistics.LookAndLikeListReply, error)	// 获取用户的访客数以及关注数	GetLookAndLikeStatisticsMessage(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*statistics.LookAndLikeMessageReply, error)	// 微信SDK初始化	WxConf(ctx context.Context, in *common.WxConfReq, opts ...grpc.CallOption) (*common.WxConfResponse, error)	// 获取标签列表	FindTagListBySex(ctx context.Context, in *common.SexReq, opts ...grpc.CallOption) (*common.TagListReply, error)	// 获取在线列表	FindOnlineList(ctx context.Context, in *common.ListPage2Request, opts ...grpc.CallOption) (*common.OnlinePersonListReply, error)	// 七天内列表(当前会话)	FindWithinSevenDayRoomList(ctx context.Context, in *common.ListPageRequest, opts ...grpc.CallOption) (*UserFindChatListReply, error)	// 七天外列表(更早的聊天记录)	FindOverSevenDayRoomList(ctx context.Context, in *common.ListPageRequest, opts ...grpc.CallOption) (*UserFindChatListReply, error)	// 用户获取ta的主页访客、关注数	UserGetPersonLikedAndLooked(ctx context.Context, in *common.PersonParam, opts ...grpc.CallOption) (*common.LookedAndLikedNum, error)	// 获取用户的金额信息	GetUserBalance(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*UserBalance, error)	// 获取用户访问数详情	GetUserLookNum(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*statistics.LookMessageReply, error)	// 用户查询聊天记录	FindChatRecordList(ctx context.Context, in *common.FindChatRecordListRequest, opts ...grpc.CallOption) (*common.ChatRecordListReply, error)	// 用户查询房间信息	FindChatRoomMsg(ctx context.Context, in *common.FindChatRoomMsgRequest, opts ...grpc.CallOption) (*common.ChatRoomMsg, error)	// 用户查询是否关注某人	GetUserIsLike(ctx context.Context, in *common.PersonParam, opts ...grpc.CallOption) (*common.IsLike, error)	// 用户完善资料	UserFinishInformation(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error)	// 用户完善情况	UserInformationStatus(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*InformationStatus, error)	// 用户获取完善资料奖励	UserGetInformationAward(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error)	// 用户获取聊天对象的资料卡片	UserGetChatCard(ctx context.Context, in *common.PersonParam, opts ...grpc.CallOption) (*ChatCardInfo, error)	// 用户关注某人	UserLike(ctx context.Context, in *common.PersonParam, opts ...grpc.CallOption) (*emptypb.Empty, error)	// 用户取关某人	UserUnLike(ctx context.Context, in *common.PersonParam, opts ...grpc.CallOption) (*emptypb.Empty, error)	// 解锁"看过我的"的记录	UnlockLookRecord(ctx context.Context, in *common.PersonParam, opts ...grpc.CallOption) (*emptypb.Empty, error)	SendMsgReduceCredit(ctx context.Context, in *common.PersonParam, opts ...grpc.CallOption) (*emptypb.Empty, error)}type userClient struct {	cc grpc.ClientConnInterface}func NewUserClient(cc grpc.ClientConnInterface) UserClient {	return &userClient{cc}}func (c *userClient) UpdateUserInformation(ctx context.Context, in *common.UpdateInformationRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) {	out := new(emptypb.Empty)	err := c.cc.Invoke(ctx, "/api.user.User/UpdateUserInformation", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *userClient) GetUserInfo(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*UserInfo, error) {	out := new(UserInfo)	err := c.cc.Invoke(ctx, "/api.user.User/GetUserInfo", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *userClient) GetUserDBMsg(ctx context.Context, in *common.PersonIDParam, opts ...grpc.CallOption) (*common.PersonMsg, error) {	out := new(common.PersonMsg)	err := c.cc.Invoke(ctx, "/api.user.User/GetUserDBMsg", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *userClient) SendPhoneCode(ctx context.Context, in *common.SendPhoneCodeRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) {	out := new(emptypb.Empty)	err := c.cc.Invoke(ctx, "/api.user.User/SendPhoneCode", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *userClient) CheckPhoneCode(ctx context.Context, in *common.CheckPhoneCodeRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) {	out := new(emptypb.Empty)	err := c.cc.Invoke(ctx, "/api.user.User/CheckPhoneCode", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *userClient) CheckUserPartnerIsRelationship(ctx context.Context, in *common.PartnerIDParam, opts ...grpc.CallOption) (*chat.CheckUserPartnerIsRelationshipReply, error) {	out := new(chat.CheckUserPartnerIsRelationshipReply)	err := c.cc.Invoke(ctx, "/api.user.User/CheckUserPartnerIsRelationship", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *userClient) CreateUserPersonRoom(ctx context.Context, in *common.PersonParam, opts ...grpc.CallOption) (*chat.RoomReply, error) {	out := new(chat.RoomReply)	err := c.cc.Invoke(ctx, "/api.user.User/CreateUserPersonRoom", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *userClient) GetPartnerCircleInfo(ctx context.Context, in *KeyRequest, opts ...grpc.CallOption) (*common.AddFriendMessageInfo, error) {	out := new(common.AddFriendMessageInfo)	err := c.cc.Invoke(ctx, "/api.user.User/GetPartnerCircleInfo", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *userClient) UserGetHomeInfo(ctx context.Context, in *common.PersonParam, opts ...grpc.CallOption) (*common.HomeInfo, error) {	out := new(common.HomeInfo)	err := c.cc.Invoke(ctx, "/api.user.User/UserGetHomeInfo", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *userClient) FindUserDBList(ctx context.Context, in *common.PersonIDList, opts ...grpc.CallOption) (*common.PersonDBReply, error) {	out := new(common.PersonDBReply)	err := c.cc.Invoke(ctx, "/api.user.User/FindUserDBList", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *userClient) FindLookList(ctx context.Context, in *common.ListPageRequest, opts ...grpc.CallOption) (*statistics.LookAndLikeListReply, error) {	out := new(statistics.LookAndLikeListReply)	err := c.cc.Invoke(ctx, "/api.user.User/FindLookList", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *userClient) FindLikeList(ctx context.Context, in *common.ListPageRequest, opts ...grpc.CallOption) (*statistics.LookAndLikeListReply, error) {	out := new(statistics.LookAndLikeListReply)	err := c.cc.Invoke(ctx, "/api.user.User/FindLikeList", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *userClient) FindLikedList(ctx context.Context, in *common.ListPageRequest, opts ...grpc.CallOption) (*statistics.LookAndLikeListReply, error) {	out := new(statistics.LookAndLikeListReply)	err := c.cc.Invoke(ctx, "/api.user.User/FindLikedList", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *userClient) GetLookAndLikeStatisticsMessage(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*statistics.LookAndLikeMessageReply, error) {	out := new(statistics.LookAndLikeMessageReply)	err := c.cc.Invoke(ctx, "/api.user.User/GetLookAndLikeStatisticsMessage", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *userClient) WxConf(ctx context.Context, in *common.WxConfReq, opts ...grpc.CallOption) (*common.WxConfResponse, error) {	out := new(common.WxConfResponse)	err := c.cc.Invoke(ctx, "/api.user.User/WxConf", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *userClient) FindTagListBySex(ctx context.Context, in *common.SexReq, opts ...grpc.CallOption) (*common.TagListReply, error) {	out := new(common.TagListReply)	err := c.cc.Invoke(ctx, "/api.user.User/FindTagListBySex", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *userClient) FindOnlineList(ctx context.Context, in *common.ListPage2Request, opts ...grpc.CallOption) (*common.OnlinePersonListReply, error) {	out := new(common.OnlinePersonListReply)	err := c.cc.Invoke(ctx, "/api.user.User/FindOnlineList", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *userClient) FindWithinSevenDayRoomList(ctx context.Context, in *common.ListPageRequest, opts ...grpc.CallOption) (*UserFindChatListReply, error) {	out := new(UserFindChatListReply)	err := c.cc.Invoke(ctx, "/api.user.User/FindWithinSevenDayRoomList", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *userClient) FindOverSevenDayRoomList(ctx context.Context, in *common.ListPageRequest, opts ...grpc.CallOption) (*UserFindChatListReply, error) {	out := new(UserFindChatListReply)	err := c.cc.Invoke(ctx, "/api.user.User/FindOverSevenDayRoomList", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *userClient) UserGetPersonLikedAndLooked(ctx context.Context, in *common.PersonParam, opts ...grpc.CallOption) (*common.LookedAndLikedNum, error) {	out := new(common.LookedAndLikedNum)	err := c.cc.Invoke(ctx, "/api.user.User/UserGetPersonLikedAndLooked", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *userClient) GetUserBalance(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*UserBalance, error) {	out := new(UserBalance)	err := c.cc.Invoke(ctx, "/api.user.User/GetUserBalance", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *userClient) GetUserLookNum(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*statistics.LookMessageReply, error) {	out := new(statistics.LookMessageReply)	err := c.cc.Invoke(ctx, "/api.user.User/GetUserLookNum", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *userClient) FindChatRecordList(ctx context.Context, in *common.FindChatRecordListRequest, opts ...grpc.CallOption) (*common.ChatRecordListReply, error) {	out := new(common.ChatRecordListReply)	err := c.cc.Invoke(ctx, "/api.user.User/FindChatRecordList", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *userClient) FindChatRoomMsg(ctx context.Context, in *common.FindChatRoomMsgRequest, opts ...grpc.CallOption) (*common.ChatRoomMsg, error) {	out := new(common.ChatRoomMsg)	err := c.cc.Invoke(ctx, "/api.user.User/FindChatRoomMsg", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *userClient) GetUserIsLike(ctx context.Context, in *common.PersonParam, opts ...grpc.CallOption) (*common.IsLike, error) {	out := new(common.IsLike)	err := c.cc.Invoke(ctx, "/api.user.User/GetUserIsLike", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *userClient) UserFinishInformation(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error) {	out := new(emptypb.Empty)	err := c.cc.Invoke(ctx, "/api.user.User/UserFinishInformation", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *userClient) UserInformationStatus(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*InformationStatus, error) {	out := new(InformationStatus)	err := c.cc.Invoke(ctx, "/api.user.User/UserInformationStatus", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *userClient) UserGetInformationAward(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error) {	out := new(emptypb.Empty)	err := c.cc.Invoke(ctx, "/api.user.User/UserGetInformationAward", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *userClient) UserGetChatCard(ctx context.Context, in *common.PersonParam, opts ...grpc.CallOption) (*ChatCardInfo, error) {	out := new(ChatCardInfo)	err := c.cc.Invoke(ctx, "/api.user.User/UserGetChatCard", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *userClient) UserLike(ctx context.Context, in *common.PersonParam, opts ...grpc.CallOption) (*emptypb.Empty, error) {	out := new(emptypb.Empty)	err := c.cc.Invoke(ctx, "/api.user.User/UserLike", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *userClient) UserUnLike(ctx context.Context, in *common.PersonParam, opts ...grpc.CallOption) (*emptypb.Empty, error) {	out := new(emptypb.Empty)	err := c.cc.Invoke(ctx, "/api.user.User/UserUnLike", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *userClient) UnlockLookRecord(ctx context.Context, in *common.PersonParam, opts ...grpc.CallOption) (*emptypb.Empty, error) {	out := new(emptypb.Empty)	err := c.cc.Invoke(ctx, "/api.user.User/UnlockLookRecord", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *userClient) SendMsgReduceCredit(ctx context.Context, in *common.PersonParam, opts ...grpc.CallOption) (*emptypb.Empty, error) {	out := new(emptypb.Empty)	err := c.cc.Invoke(ctx, "/api.user.User/SendMsgReduceCredit", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}// UserServer is the server API for User service.// All implementations must embed UnimplementedUserServer// for forward compatibilitytype UserServer interface {	// 更新用户信息	UpdateUserInformation(context.Context, *common.UpdateInformationRequest) (*emptypb.Empty, error)	// 获取用户详情	GetUserInfo(context.Context, *emptypb.Empty) (*UserInfo, error)	// 获取用户详情	GetUserDBMsg(context.Context, *common.PersonIDParam) (*common.PersonMsg, error)	// 用户发送验证码	SendPhoneCode(context.Context, *common.SendPhoneCodeRequest) (*emptypb.Empty, error)	// 用户验证验证码	CheckPhoneCode(context.Context, *common.CheckPhoneCodeRequest) (*emptypb.Empty, error)	// 检查用户是否与接待员关联	CheckUserPartnerIsRelationship(context.Context, *common.PartnerIDParam) (*chat.CheckUserPartnerIsRelationshipReply, error)	// 创建用户与接待员的关联	CreateUserPersonRoom(context.Context, *common.PersonParam) (*chat.RoomReply, error)	// 获取接待员的确认通过页面信息	GetPartnerCircleInfo(context.Context, *KeyRequest) (*common.AddFriendMessageInfo, error)	// 用户获取主页信息	UserGetHomeInfo(context.Context, *common.PersonParam) (*common.HomeInfo, error)	// 通过用户IDs查看用户信息列表	FindUserDBList(context.Context, *common.PersonIDList) (*common.PersonDBReply, error)	// 查看看过我的列表	FindLookList(context.Context, *common.ListPageRequest) (*statistics.LookAndLikeListReply, error)	// 查看我喜欢的列表	FindLikeList(context.Context, *common.ListPageRequest) (*statistics.LookAndLikeListReply, error)	// 查看喜欢我的列表	FindLikedList(context.Context, *common.ListPageRequest) (*statistics.LookAndLikeListReply, error)	// 获取用户的访客数以及关注数	GetLookAndLikeStatisticsMessage(context.Context, *emptypb.Empty) (*statistics.LookAndLikeMessageReply, error)	// 微信SDK初始化	WxConf(context.Context, *common.WxConfReq) (*common.WxConfResponse, error)	// 获取标签列表	FindTagListBySex(context.Context, *common.SexReq) (*common.TagListReply, error)	// 获取在线列表	FindOnlineList(context.Context, *common.ListPage2Request) (*common.OnlinePersonListReply, error)	// 七天内列表(当前会话)	FindWithinSevenDayRoomList(context.Context, *common.ListPageRequest) (*UserFindChatListReply, error)	// 七天外列表(更早的聊天记录)	FindOverSevenDayRoomList(context.Context, *common.ListPageRequest) (*UserFindChatListReply, error)	// 用户获取ta的主页访客、关注数	UserGetPersonLikedAndLooked(context.Context, *common.PersonParam) (*common.LookedAndLikedNum, error)	// 获取用户的金额信息	GetUserBalance(context.Context, *emptypb.Empty) (*UserBalance, error)	// 获取用户访问数详情	GetUserLookNum(context.Context, *emptypb.Empty) (*statistics.LookMessageReply, error)	// 用户查询聊天记录	FindChatRecordList(context.Context, *common.FindChatRecordListRequest) (*common.ChatRecordListReply, error)	// 用户查询房间信息	FindChatRoomMsg(context.Context, *common.FindChatRoomMsgRequest) (*common.ChatRoomMsg, error)	// 用户查询是否关注某人	GetUserIsLike(context.Context, *common.PersonParam) (*common.IsLike, error)	// 用户完善资料	UserFinishInformation(context.Context, *emptypb.Empty) (*emptypb.Empty, error)	// 用户完善情况	UserInformationStatus(context.Context, *emptypb.Empty) (*InformationStatus, error)	// 用户获取完善资料奖励	UserGetInformationAward(context.Context, *emptypb.Empty) (*emptypb.Empty, error)	// 用户获取聊天对象的资料卡片	UserGetChatCard(context.Context, *common.PersonParam) (*ChatCardInfo, error)	// 用户关注某人	UserLike(context.Context, *common.PersonParam) (*emptypb.Empty, error)	// 用户取关某人	UserUnLike(context.Context, *common.PersonParam) (*emptypb.Empty, error)	// 解锁"看过我的"的记录	UnlockLookRecord(context.Context, *common.PersonParam) (*emptypb.Empty, error)	SendMsgReduceCredit(context.Context, *common.PersonParam) (*emptypb.Empty, error)	mustEmbedUnimplementedUserServer()}// UnimplementedUserServer must be embedded to have forward compatible implementations.type UnimplementedUserServer struct {}func (UnimplementedUserServer) UpdateUserInformation(context.Context, *common.UpdateInformationRequest) (*emptypb.Empty, error) {	return nil, status.Errorf(codes.Unimplemented, "method UpdateUserInformation not implemented")}func (UnimplementedUserServer) GetUserInfo(context.Context, *emptypb.Empty) (*UserInfo, error) {	return nil, status.Errorf(codes.Unimplemented, "method GetUserInfo not implemented")}func (UnimplementedUserServer) GetUserDBMsg(context.Context, *common.PersonIDParam) (*common.PersonMsg, error) {	return nil, status.Errorf(codes.Unimplemented, "method GetUserDBMsg not implemented")}func (UnimplementedUserServer) SendPhoneCode(context.Context, *common.SendPhoneCodeRequest) (*emptypb.Empty, error) {	return nil, status.Errorf(codes.Unimplemented, "method SendPhoneCode not implemented")}func (UnimplementedUserServer) CheckPhoneCode(context.Context, *common.CheckPhoneCodeRequest) (*emptypb.Empty, error) {	return nil, status.Errorf(codes.Unimplemented, "method CheckPhoneCode not implemented")}func (UnimplementedUserServer) CheckUserPartnerIsRelationship(context.Context, *common.PartnerIDParam) (*chat.CheckUserPartnerIsRelationshipReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method CheckUserPartnerIsRelationship not implemented")}func (UnimplementedUserServer) CreateUserPersonRoom(context.Context, *common.PersonParam) (*chat.RoomReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method CreateUserPersonRoom not implemented")}func (UnimplementedUserServer) GetPartnerCircleInfo(context.Context, *KeyRequest) (*common.AddFriendMessageInfo, error) {	return nil, status.Errorf(codes.Unimplemented, "method GetPartnerCircleInfo not implemented")}func (UnimplementedUserServer) UserGetHomeInfo(context.Context, *common.PersonParam) (*common.HomeInfo, error) {	return nil, status.Errorf(codes.Unimplemented, "method UserGetHomeInfo not implemented")}func (UnimplementedUserServer) FindUserDBList(context.Context, *common.PersonIDList) (*common.PersonDBReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method FindUserDBList not implemented")}func (UnimplementedUserServer) FindLookList(context.Context, *common.ListPageRequest) (*statistics.LookAndLikeListReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method FindLookList not implemented")}func (UnimplementedUserServer) FindLikeList(context.Context, *common.ListPageRequest) (*statistics.LookAndLikeListReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method FindLikeList not implemented")}func (UnimplementedUserServer) FindLikedList(context.Context, *common.ListPageRequest) (*statistics.LookAndLikeListReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method FindLikedList not implemented")}func (UnimplementedUserServer) GetLookAndLikeStatisticsMessage(context.Context, *emptypb.Empty) (*statistics.LookAndLikeMessageReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method GetLookAndLikeStatisticsMessage not implemented")}func (UnimplementedUserServer) WxConf(context.Context, *common.WxConfReq) (*common.WxConfResponse, error) {	return nil, status.Errorf(codes.Unimplemented, "method WxConf not implemented")}func (UnimplementedUserServer) FindTagListBySex(context.Context, *common.SexReq) (*common.TagListReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method FindTagListBySex not implemented")}func (UnimplementedUserServer) FindOnlineList(context.Context, *common.ListPage2Request) (*common.OnlinePersonListReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method FindOnlineList not implemented")}func (UnimplementedUserServer) FindWithinSevenDayRoomList(context.Context, *common.ListPageRequest) (*UserFindChatListReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method FindWithinSevenDayRoomList not implemented")}func (UnimplementedUserServer) FindOverSevenDayRoomList(context.Context, *common.ListPageRequest) (*UserFindChatListReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method FindOverSevenDayRoomList not implemented")}func (UnimplementedUserServer) UserGetPersonLikedAndLooked(context.Context, *common.PersonParam) (*common.LookedAndLikedNum, error) {	return nil, status.Errorf(codes.Unimplemented, "method UserGetPersonLikedAndLooked not implemented")}func (UnimplementedUserServer) GetUserBalance(context.Context, *emptypb.Empty) (*UserBalance, error) {	return nil, status.Errorf(codes.Unimplemented, "method GetUserBalance not implemented")}func (UnimplementedUserServer) GetUserLookNum(context.Context, *emptypb.Empty) (*statistics.LookMessageReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method GetUserLookNum not implemented")}func (UnimplementedUserServer) FindChatRecordList(context.Context, *common.FindChatRecordListRequest) (*common.ChatRecordListReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method FindChatRecordList not implemented")}func (UnimplementedUserServer) FindChatRoomMsg(context.Context, *common.FindChatRoomMsgRequest) (*common.ChatRoomMsg, error) {	return nil, status.Errorf(codes.Unimplemented, "method FindChatRoomMsg not implemented")}func (UnimplementedUserServer) GetUserIsLike(context.Context, *common.PersonParam) (*common.IsLike, error) {	return nil, status.Errorf(codes.Unimplemented, "method GetUserIsLike not implemented")}func (UnimplementedUserServer) UserFinishInformation(context.Context, *emptypb.Empty) (*emptypb.Empty, error) {	return nil, status.Errorf(codes.Unimplemented, "method UserFinishInformation not implemented")}func (UnimplementedUserServer) UserInformationStatus(context.Context, *emptypb.Empty) (*InformationStatus, error) {	return nil, status.Errorf(codes.Unimplemented, "method UserInformationStatus not implemented")}func (UnimplementedUserServer) UserGetInformationAward(context.Context, *emptypb.Empty) (*emptypb.Empty, error) {	return nil, status.Errorf(codes.Unimplemented, "method UserGetInformationAward not implemented")}func (UnimplementedUserServer) UserGetChatCard(context.Context, *common.PersonParam) (*ChatCardInfo, error) {	return nil, status.Errorf(codes.Unimplemented, "method UserGetChatCard not implemented")}func (UnimplementedUserServer) UserLike(context.Context, *common.PersonParam) (*emptypb.Empty, error) {	return nil, status.Errorf(codes.Unimplemented, "method UserLike not implemented")}func (UnimplementedUserServer) UserUnLike(context.Context, *common.PersonParam) (*emptypb.Empty, error) {	return nil, status.Errorf(codes.Unimplemented, "method UserUnLike not implemented")}func (UnimplementedUserServer) UnlockLookRecord(context.Context, *common.PersonParam) (*emptypb.Empty, error) {	return nil, status.Errorf(codes.Unimplemented, "method UnlockLookRecord not implemented")}func (UnimplementedUserServer) SendMsgReduceCredit(context.Context, *common.PersonParam) (*emptypb.Empty, error) {	return nil, status.Errorf(codes.Unimplemented, "method SendMsgReduceCredit not implemented")}func (UnimplementedUserServer) mustEmbedUnimplementedUserServer() {}// UnsafeUserServer may be embedded to opt out of forward compatibility for this service.// Use of this interface is not recommended, as added methods to UserServer will// result in compilation errors.type UnsafeUserServer interface {	mustEmbedUnimplementedUserServer()}func RegisterUserServer(s grpc.ServiceRegistrar, srv UserServer) {	s.RegisterService(&User_ServiceDesc, srv)}func _User_UpdateUserInformation_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.UpdateInformationRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).UpdateUserInformation(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/UpdateUserInformation",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).UpdateUserInformation(ctx, req.(*common.UpdateInformationRequest))	}	return interceptor(ctx, in, info, handler)}func _User_GetUserInfo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(emptypb.Empty)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).GetUserInfo(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/GetUserInfo",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).GetUserInfo(ctx, req.(*emptypb.Empty))	}	return interceptor(ctx, in, info, handler)}func _User_GetUserDBMsg_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.PersonIDParam)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).GetUserDBMsg(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/GetUserDBMsg",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).GetUserDBMsg(ctx, req.(*common.PersonIDParam))	}	return interceptor(ctx, in, info, handler)}func _User_SendPhoneCode_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.SendPhoneCodeRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).SendPhoneCode(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/SendPhoneCode",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).SendPhoneCode(ctx, req.(*common.SendPhoneCodeRequest))	}	return interceptor(ctx, in, info, handler)}func _User_CheckPhoneCode_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.CheckPhoneCodeRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).CheckPhoneCode(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/CheckPhoneCode",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).CheckPhoneCode(ctx, req.(*common.CheckPhoneCodeRequest))	}	return interceptor(ctx, in, info, handler)}func _User_CheckUserPartnerIsRelationship_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.PartnerIDParam)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).CheckUserPartnerIsRelationship(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/CheckUserPartnerIsRelationship",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).CheckUserPartnerIsRelationship(ctx, req.(*common.PartnerIDParam))	}	return interceptor(ctx, in, info, handler)}func _User_CreateUserPersonRoom_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.PersonParam)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).CreateUserPersonRoom(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/CreateUserPersonRoom",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).CreateUserPersonRoom(ctx, req.(*common.PersonParam))	}	return interceptor(ctx, in, info, handler)}func _User_GetPartnerCircleInfo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(KeyRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).GetPartnerCircleInfo(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/GetPartnerCircleInfo",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).GetPartnerCircleInfo(ctx, req.(*KeyRequest))	}	return interceptor(ctx, in, info, handler)}func _User_UserGetHomeInfo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.PersonParam)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).UserGetHomeInfo(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/UserGetHomeInfo",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).UserGetHomeInfo(ctx, req.(*common.PersonParam))	}	return interceptor(ctx, in, info, handler)}func _User_FindUserDBList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.PersonIDList)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).FindUserDBList(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/FindUserDBList",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).FindUserDBList(ctx, req.(*common.PersonIDList))	}	return interceptor(ctx, in, info, handler)}func _User_FindLookList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.ListPageRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).FindLookList(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/FindLookList",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).FindLookList(ctx, req.(*common.ListPageRequest))	}	return interceptor(ctx, in, info, handler)}func _User_FindLikeList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.ListPageRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).FindLikeList(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/FindLikeList",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).FindLikeList(ctx, req.(*common.ListPageRequest))	}	return interceptor(ctx, in, info, handler)}func _User_FindLikedList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.ListPageRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).FindLikedList(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/FindLikedList",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).FindLikedList(ctx, req.(*common.ListPageRequest))	}	return interceptor(ctx, in, info, handler)}func _User_GetLookAndLikeStatisticsMessage_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(emptypb.Empty)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).GetLookAndLikeStatisticsMessage(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/GetLookAndLikeStatisticsMessage",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).GetLookAndLikeStatisticsMessage(ctx, req.(*emptypb.Empty))	}	return interceptor(ctx, in, info, handler)}func _User_WxConf_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.WxConfReq)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).WxConf(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/WxConf",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).WxConf(ctx, req.(*common.WxConfReq))	}	return interceptor(ctx, in, info, handler)}func _User_FindTagListBySex_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.SexReq)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).FindTagListBySex(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/FindTagListBySex",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).FindTagListBySex(ctx, req.(*common.SexReq))	}	return interceptor(ctx, in, info, handler)}func _User_FindOnlineList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.ListPage2Request)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).FindOnlineList(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/FindOnlineList",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).FindOnlineList(ctx, req.(*common.ListPage2Request))	}	return interceptor(ctx, in, info, handler)}func _User_FindWithinSevenDayRoomList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.ListPageRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).FindWithinSevenDayRoomList(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/FindWithinSevenDayRoomList",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).FindWithinSevenDayRoomList(ctx, req.(*common.ListPageRequest))	}	return interceptor(ctx, in, info, handler)}func _User_FindOverSevenDayRoomList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.ListPageRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).FindOverSevenDayRoomList(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/FindOverSevenDayRoomList",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).FindOverSevenDayRoomList(ctx, req.(*common.ListPageRequest))	}	return interceptor(ctx, in, info, handler)}func _User_UserGetPersonLikedAndLooked_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.PersonParam)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).UserGetPersonLikedAndLooked(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/UserGetPersonLikedAndLooked",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).UserGetPersonLikedAndLooked(ctx, req.(*common.PersonParam))	}	return interceptor(ctx, in, info, handler)}func _User_GetUserBalance_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(emptypb.Empty)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).GetUserBalance(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/GetUserBalance",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).GetUserBalance(ctx, req.(*emptypb.Empty))	}	return interceptor(ctx, in, info, handler)}func _User_GetUserLookNum_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(emptypb.Empty)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).GetUserLookNum(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/GetUserLookNum",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).GetUserLookNum(ctx, req.(*emptypb.Empty))	}	return interceptor(ctx, in, info, handler)}func _User_FindChatRecordList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.FindChatRecordListRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).FindChatRecordList(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/FindChatRecordList",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).FindChatRecordList(ctx, req.(*common.FindChatRecordListRequest))	}	return interceptor(ctx, in, info, handler)}func _User_FindChatRoomMsg_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.FindChatRoomMsgRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).FindChatRoomMsg(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/FindChatRoomMsg",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).FindChatRoomMsg(ctx, req.(*common.FindChatRoomMsgRequest))	}	return interceptor(ctx, in, info, handler)}func _User_GetUserIsLike_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.PersonParam)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).GetUserIsLike(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/GetUserIsLike",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).GetUserIsLike(ctx, req.(*common.PersonParam))	}	return interceptor(ctx, in, info, handler)}func _User_UserFinishInformation_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(emptypb.Empty)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).UserFinishInformation(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/UserFinishInformation",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).UserFinishInformation(ctx, req.(*emptypb.Empty))	}	return interceptor(ctx, in, info, handler)}func _User_UserInformationStatus_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(emptypb.Empty)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).UserInformationStatus(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/UserInformationStatus",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).UserInformationStatus(ctx, req.(*emptypb.Empty))	}	return interceptor(ctx, in, info, handler)}func _User_UserGetInformationAward_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(emptypb.Empty)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).UserGetInformationAward(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/UserGetInformationAward",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).UserGetInformationAward(ctx, req.(*emptypb.Empty))	}	return interceptor(ctx, in, info, handler)}func _User_UserGetChatCard_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.PersonParam)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).UserGetChatCard(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/UserGetChatCard",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).UserGetChatCard(ctx, req.(*common.PersonParam))	}	return interceptor(ctx, in, info, handler)}func _User_UserLike_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.PersonParam)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).UserLike(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/UserLike",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).UserLike(ctx, req.(*common.PersonParam))	}	return interceptor(ctx, in, info, handler)}func _User_UserUnLike_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.PersonParam)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).UserUnLike(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/UserUnLike",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).UserUnLike(ctx, req.(*common.PersonParam))	}	return interceptor(ctx, in, info, handler)}func _User_UnlockLookRecord_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.PersonParam)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).UnlockLookRecord(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/UnlockLookRecord",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).UnlockLookRecord(ctx, req.(*common.PersonParam))	}	return interceptor(ctx, in, info, handler)}func _User_SendMsgReduceCredit_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.PersonParam)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(UserServer).SendMsgReduceCredit(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.user.User/SendMsgReduceCredit",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(UserServer).SendMsgReduceCredit(ctx, req.(*common.PersonParam))	}	return interceptor(ctx, in, info, handler)}// User_ServiceDesc is the grpc.ServiceDesc for User service.// It's only intended for direct use with grpc.RegisterService,// and not to be introspected or modified (even as a copy)var User_ServiceDesc = grpc.ServiceDesc{	ServiceName: "api.user.User",	HandlerType: (*UserServer)(nil),	Methods: []grpc.MethodDesc{		{			MethodName: "UpdateUserInformation",			Handler:    _User_UpdateUserInformation_Handler,		},		{			MethodName: "GetUserInfo",			Handler:    _User_GetUserInfo_Handler,		},		{			MethodName: "GetUserDBMsg",			Handler:    _User_GetUserDBMsg_Handler,		},		{			MethodName: "SendPhoneCode",			Handler:    _User_SendPhoneCode_Handler,		},		{			MethodName: "CheckPhoneCode",			Handler:    _User_CheckPhoneCode_Handler,		},		{			MethodName: "CheckUserPartnerIsRelationship",			Handler:    _User_CheckUserPartnerIsRelationship_Handler,		},		{			MethodName: "CreateUserPersonRoom",			Handler:    _User_CreateUserPersonRoom_Handler,		},		{			MethodName: "GetPartnerCircleInfo",			Handler:    _User_GetPartnerCircleInfo_Handler,		},		{			MethodName: "UserGetHomeInfo",			Handler:    _User_UserGetHomeInfo_Handler,		},		{			MethodName: "FindUserDBList",			Handler:    _User_FindUserDBList_Handler,		},		{			MethodName: "FindLookList",			Handler:    _User_FindLookList_Handler,		},		{			MethodName: "FindLikeList",			Handler:    _User_FindLikeList_Handler,		},		{			MethodName: "FindLikedList",			Handler:    _User_FindLikedList_Handler,		},		{			MethodName: "GetLookAndLikeStatisticsMessage",			Handler:    _User_GetLookAndLikeStatisticsMessage_Handler,		},		{			MethodName: "WxConf",			Handler:    _User_WxConf_Handler,		},		{			MethodName: "FindTagListBySex",			Handler:    _User_FindTagListBySex_Handler,		},		{			MethodName: "FindOnlineList",			Handler:    _User_FindOnlineList_Handler,		},		{			MethodName: "FindWithinSevenDayRoomList",			Handler:    _User_FindWithinSevenDayRoomList_Handler,		},		{			MethodName: "FindOverSevenDayRoomList",			Handler:    _User_FindOverSevenDayRoomList_Handler,		},		{			MethodName: "UserGetPersonLikedAndLooked",			Handler:    _User_UserGetPersonLikedAndLooked_Handler,		},		{			MethodName: "GetUserBalance",			Handler:    _User_GetUserBalance_Handler,		},		{			MethodName: "GetUserLookNum",			Handler:    _User_GetUserLookNum_Handler,		},		{			MethodName: "FindChatRecordList",			Handler:    _User_FindChatRecordList_Handler,		},		{			MethodName: "FindChatRoomMsg",			Handler:    _User_FindChatRoomMsg_Handler,		},		{			MethodName: "GetUserIsLike",			Handler:    _User_GetUserIsLike_Handler,		},		{			MethodName: "UserFinishInformation",			Handler:    _User_UserFinishInformation_Handler,		},		{			MethodName: "UserInformationStatus",			Handler:    _User_UserInformationStatus_Handler,		},		{			MethodName: "UserGetInformationAward",			Handler:    _User_UserGetInformationAward_Handler,		},		{			MethodName: "UserGetChatCard",			Handler:    _User_UserGetChatCard_Handler,		},		{			MethodName: "UserLike",			Handler:    _User_UserLike_Handler,		},		{			MethodName: "UserUnLike",			Handler:    _User_UserUnLike_Handler,		},		{			MethodName: "UnlockLookRecord",			Handler:    _User_UnlockLookRecord_Handler,		},		{			MethodName: "SendMsgReduceCredit",			Handler:    _User_SendMsgReduceCredit_Handler,		},	},	Streams:  []grpc.StreamDesc{},	Metadata: "user.proto",}
 |