| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775 | // Code generated by protoc-gen-go-grpc. DO NOT EDIT.package chatimport (	context "context"	common "git.ikuban.com/server/pw-protobuf/api/common"	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// ChatClient is the client API for Chat 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 ChatClient interface {	// 检查用户是否与接待员聊天	CheckUserPartnerIsRelationship(ctx context.Context, in *common.UserAndPartnerIdentifyIdParam, opts ...grpc.CallOption) (*CheckUserPartnerIsRelationshipReply, error)	// 创建聊天房间	CreateChatRoom(ctx context.Context, in *CreateChatRoomParam, opts ...grpc.CallOption) (*RoomReply, error)	// 查询在线人的列表	FindOnlinePersonList(ctx context.Context, in *common.ListPageAndPersonRequest, opts ...grpc.CallOption) (*common.RecommendPersonListReply, error)	// 查询推荐人的列表	FindRecommendPersonList(ctx context.Context, in *FindRecommendPersonListRequest, opts ...grpc.CallOption) (*common.RecommendPersonListReply, error)	// 接待员查询房间列表	PartnerFindRoomList(ctx context.Context, in *PartnerFindRoomListRequest, opts ...grpc.CallOption) (*PartnerFindRoomListReply, error)	// 用户查询房间列表	UserFindRoomList(ctx context.Context, in *UserFindRoomListRequest, opts ...grpc.CallOption) (*UserFindRoomListReply, error)	Receive(ctx context.Context, in *ReceiveRequest, opts ...grpc.CallOption) (*ReceiveReply, error)	// 查询聊天记录	FindChatRecordList(ctx context.Context, in *FindChatRecordListRequest, opts ...grpc.CallOption) (*common.ChatRecordListReply, error)	// 房间信息	FindChatRoomMsg(ctx context.Context, in *FindChatRoomMsgRequest, opts ...grpc.CallOption) (*common.ChatRoomMsg, error)	// 拉黑	SetBlackChat(ctx context.Context, in *SetBlackChatParam, opts ...grpc.CallOption) (*emptypb.Empty, error)	// 删除房间	DeleteChat(ctx context.Context, in *SetBlackChatParam, opts ...grpc.CallOption) (*emptypb.Empty, error)	// 拉黑	Report(ctx context.Context, in *common.ReportRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)	// 接待员领取开通奖励	PartnerGetAward(ctx context.Context, in *PartnerGetAwardRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)	// 房间信息	FindRoomCardMsg(ctx context.Context, in *FindRoomCardMsgRequest, opts ...grpc.CallOption) (*common.RoomChatMsg, error)	// 查询未处理的数据	FindNotReplyNum(ctx context.Context, in *common.IdentifyIdRequest, opts ...grpc.CallOption) (*FindNotReplyNumReply, error)	// 创建纸条	CreateScrip(ctx context.Context, in *common.CreateScripRequest, opts ...grpc.CallOption) (*common.ScripID, error)	// 删除纸条	DeleteScrip(ctx context.Context, in *common.DeleteScripRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)	// 查询自己的小纸条	FindMyScrip(ctx context.Context, in *common.FindScripRequest, opts ...grpc.CallOption) (*common.ScripReply, error)	// 查询别人的小纸条	FindOtherScrip(ctx context.Context, in *common.FindOtherScripRequest, opts ...grpc.CallOption) (*common.ScripReply, error)	// 查询随机纸条列表	FindRecommendScrip(ctx context.Context, in *common.FindScripRequest, opts ...grpc.CallOption) (*common.ScripReply, error)	// 用户查看纸条	PersonLookScrip(ctx context.Context, in *common.PersonLookScripRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)	// 用户点击回看	PersonClickLookBack(ctx context.Context, in *common.PersonParam, opts ...grpc.CallOption) (*common.ScripInfo, error)	// 回复小纸条	PersonReplyScrip(ctx context.Context, in *common.ReplyScripRequest, opts ...grpc.CallOption) (*common.ChatRecordInfo, error)	// 获取假弹窗	GetWindowInfo(ctx context.Context, in *common.MatchingRequest, opts ...grpc.CallOption) (*WindowInfo, error)	// 随机匹配	GetRandomMatching(ctx context.Context, in *common.MatchingRequest, opts ...grpc.CallOption) (*GetRandomMatchingReply, error)	// 随机匹配接待员	GetMatchingPartnerInfo(ctx context.Context, in *GetMatchingPartnerInfoRequest, opts ...grpc.CallOption) (*common.GetMatchingPartnerInfoReply, error)	// 接待员收藏某条记录	PartnerCollect(ctx context.Context, in *PartnerCollectIDsRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)	// 接待员取消收藏某条记录	PartnerDeleteCollect(ctx context.Context, in *PartnerCollectRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)	// 查询接待员在本房间的收藏列表	FindChatCollectList(ctx context.Context, in *FindChatRecordListRequest, opts ...grpc.CallOption) (*common.ChatRecordListReply, error)	// 用户解锁语音	UserUnlockVoice(ctx context.Context, in *UserUnlockRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)	// 用户解锁图片	UserUnlockPicture(ctx context.Context, in *UserUnlockRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)	// 获取房间的接待员收益	GetRoomProfit(ctx context.Context, in *common.RoomIDRequest, opts ...grpc.CallOption) (*GetRoomProfitReply, error)	// 获取在线人数	GetOnlinePersonNum(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetOnlinePersonNumReply, error)	// 查询用户全部的未读数	FindUserAllUnreadNum(ctx context.Context, in *common.IdentifyIdRequest, opts ...grpc.CallOption) (*UnreadNumReply, error)	// 查询接待员全部的未读数	FindPartnerAllUnreadNum(ctx context.Context, in *common.IdentifyIdRequest, opts ...grpc.CallOption) (*UnreadNumReply, error)	// 用户查询与某人的房间	GetUserRoomByPerson(ctx context.Context, in *common.IdentifyIDsParam, opts ...grpc.CallOption) (*UserRoomInfo, error)	// 接待员查询与某人的房间	GetPartnerRoomByPerson(ctx context.Context, in *common.IdentifyIDsParam, opts ...grpc.CallOption) (*PartnerRoomInfo, error)	// 管理员查询房间列表	ManagerFindRoomList(ctx context.Context, in *common.ManagerFindRoomListRequest, opts ...grpc.CallOption) (*common.ManagerFindRoomListReply, error)	// 管理员查询聊天记录	ManagerFindChatRecordList(ctx context.Context, in *common.ManagerFindChatRecordListRequest, opts ...grpc.CallOption) (*common.ChatRecordListReply, error)	// 管理员查询纸条列表	ManagerFindScripList(ctx context.Context, in *common.ManagerFindScripListRequest, opts ...grpc.CallOption) (*common.ManagerScripReply, error)	// 管理员更新纸条文字	ManagerUpdateScripText(ctx context.Context, in *common.ManagerUpdateScripTextRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)	// 管理员更新纸条图片	ManagerUpdateScripPicture(ctx context.Context, in *common.ManagerUpdateScripPictureRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)	// 管理员删除纸条	ManagerDeleteScrip(ctx context.Context, in *common.IDParam, opts ...grpc.CallOption) (*emptypb.Empty, error)	// 管理员查询举报列表	ManagerFindReportList(ctx context.Context, in *common.ManagerFindReportListRequest, opts ...grpc.CallOption) (*common.ManagerFindReportListReply, error)	// 管理员查询某个举报者的举报详情列表	ManagerFindReportDetailsList(ctx context.Context, in *common.ManagerFindReportDetailsListRequest, opts ...grpc.CallOption) (*common.ManagerFindReportDetailsListReply, error)}type chatClient struct {	cc grpc.ClientConnInterface}func NewChatClient(cc grpc.ClientConnInterface) ChatClient {	return &chatClient{cc}}func (c *chatClient) CheckUserPartnerIsRelationship(ctx context.Context, in *common.UserAndPartnerIdentifyIdParam, opts ...grpc.CallOption) (*CheckUserPartnerIsRelationshipReply, error) {	out := new(CheckUserPartnerIsRelationshipReply)	err := c.cc.Invoke(ctx, "/api.chat.Chat/CheckUserPartnerIsRelationship", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) CreateChatRoom(ctx context.Context, in *CreateChatRoomParam, opts ...grpc.CallOption) (*RoomReply, error) {	out := new(RoomReply)	err := c.cc.Invoke(ctx, "/api.chat.Chat/CreateChatRoom", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) FindOnlinePersonList(ctx context.Context, in *common.ListPageAndPersonRequest, opts ...grpc.CallOption) (*common.RecommendPersonListReply, error) {	out := new(common.RecommendPersonListReply)	err := c.cc.Invoke(ctx, "/api.chat.Chat/FindOnlinePersonList", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) FindRecommendPersonList(ctx context.Context, in *FindRecommendPersonListRequest, opts ...grpc.CallOption) (*common.RecommendPersonListReply, error) {	out := new(common.RecommendPersonListReply)	err := c.cc.Invoke(ctx, "/api.chat.Chat/FindRecommendPersonList", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) PartnerFindRoomList(ctx context.Context, in *PartnerFindRoomListRequest, opts ...grpc.CallOption) (*PartnerFindRoomListReply, error) {	out := new(PartnerFindRoomListReply)	err := c.cc.Invoke(ctx, "/api.chat.Chat/PartnerFindRoomList", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) UserFindRoomList(ctx context.Context, in *UserFindRoomListRequest, opts ...grpc.CallOption) (*UserFindRoomListReply, error) {	out := new(UserFindRoomListReply)	err := c.cc.Invoke(ctx, "/api.chat.Chat/UserFindRoomList", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) Receive(ctx context.Context, in *ReceiveRequest, opts ...grpc.CallOption) (*ReceiveReply, error) {	out := new(ReceiveReply)	err := c.cc.Invoke(ctx, "/api.chat.Chat/Receive", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) FindChatRecordList(ctx context.Context, in *FindChatRecordListRequest, opts ...grpc.CallOption) (*common.ChatRecordListReply, error) {	out := new(common.ChatRecordListReply)	err := c.cc.Invoke(ctx, "/api.chat.Chat/FindChatRecordList", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) FindChatRoomMsg(ctx context.Context, in *FindChatRoomMsgRequest, opts ...grpc.CallOption) (*common.ChatRoomMsg, error) {	out := new(common.ChatRoomMsg)	err := c.cc.Invoke(ctx, "/api.chat.Chat/FindChatRoomMsg", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) SetBlackChat(ctx context.Context, in *SetBlackChatParam, opts ...grpc.CallOption) (*emptypb.Empty, error) {	out := new(emptypb.Empty)	err := c.cc.Invoke(ctx, "/api.chat.Chat/SetBlackChat", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) DeleteChat(ctx context.Context, in *SetBlackChatParam, opts ...grpc.CallOption) (*emptypb.Empty, error) {	out := new(emptypb.Empty)	err := c.cc.Invoke(ctx, "/api.chat.Chat/DeleteChat", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) Report(ctx context.Context, in *common.ReportRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) {	out := new(emptypb.Empty)	err := c.cc.Invoke(ctx, "/api.chat.Chat/Report", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) PartnerGetAward(ctx context.Context, in *PartnerGetAwardRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) {	out := new(emptypb.Empty)	err := c.cc.Invoke(ctx, "/api.chat.Chat/PartnerGetAward", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) FindRoomCardMsg(ctx context.Context, in *FindRoomCardMsgRequest, opts ...grpc.CallOption) (*common.RoomChatMsg, error) {	out := new(common.RoomChatMsg)	err := c.cc.Invoke(ctx, "/api.chat.Chat/FindRoomCardMsg", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) FindNotReplyNum(ctx context.Context, in *common.IdentifyIdRequest, opts ...grpc.CallOption) (*FindNotReplyNumReply, error) {	out := new(FindNotReplyNumReply)	err := c.cc.Invoke(ctx, "/api.chat.Chat/FindNotReplyNum", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) CreateScrip(ctx context.Context, in *common.CreateScripRequest, opts ...grpc.CallOption) (*common.ScripID, error) {	out := new(common.ScripID)	err := c.cc.Invoke(ctx, "/api.chat.Chat/CreateScrip", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) DeleteScrip(ctx context.Context, in *common.DeleteScripRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) {	out := new(emptypb.Empty)	err := c.cc.Invoke(ctx, "/api.chat.Chat/DeleteScrip", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) FindMyScrip(ctx context.Context, in *common.FindScripRequest, opts ...grpc.CallOption) (*common.ScripReply, error) {	out := new(common.ScripReply)	err := c.cc.Invoke(ctx, "/api.chat.Chat/FindMyScrip", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) FindOtherScrip(ctx context.Context, in *common.FindOtherScripRequest, opts ...grpc.CallOption) (*common.ScripReply, error) {	out := new(common.ScripReply)	err := c.cc.Invoke(ctx, "/api.chat.Chat/FindOtherScrip", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) FindRecommendScrip(ctx context.Context, in *common.FindScripRequest, opts ...grpc.CallOption) (*common.ScripReply, error) {	out := new(common.ScripReply)	err := c.cc.Invoke(ctx, "/api.chat.Chat/FindRecommendScrip", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) PersonLookScrip(ctx context.Context, in *common.PersonLookScripRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) {	out := new(emptypb.Empty)	err := c.cc.Invoke(ctx, "/api.chat.Chat/PersonLookScrip", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) PersonClickLookBack(ctx context.Context, in *common.PersonParam, opts ...grpc.CallOption) (*common.ScripInfo, error) {	out := new(common.ScripInfo)	err := c.cc.Invoke(ctx, "/api.chat.Chat/PersonClickLookBack", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) PersonReplyScrip(ctx context.Context, in *common.ReplyScripRequest, opts ...grpc.CallOption) (*common.ChatRecordInfo, error) {	out := new(common.ChatRecordInfo)	err := c.cc.Invoke(ctx, "/api.chat.Chat/PersonReplyScrip", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) GetWindowInfo(ctx context.Context, in *common.MatchingRequest, opts ...grpc.CallOption) (*WindowInfo, error) {	out := new(WindowInfo)	err := c.cc.Invoke(ctx, "/api.chat.Chat/GetWindowInfo", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) GetRandomMatching(ctx context.Context, in *common.MatchingRequest, opts ...grpc.CallOption) (*GetRandomMatchingReply, error) {	out := new(GetRandomMatchingReply)	err := c.cc.Invoke(ctx, "/api.chat.Chat/GetRandomMatching", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) GetMatchingPartnerInfo(ctx context.Context, in *GetMatchingPartnerInfoRequest, opts ...grpc.CallOption) (*common.GetMatchingPartnerInfoReply, error) {	out := new(common.GetMatchingPartnerInfoReply)	err := c.cc.Invoke(ctx, "/api.chat.Chat/GetMatchingPartnerInfo", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) PartnerCollect(ctx context.Context, in *PartnerCollectIDsRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) {	out := new(emptypb.Empty)	err := c.cc.Invoke(ctx, "/api.chat.Chat/PartnerCollect", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) PartnerDeleteCollect(ctx context.Context, in *PartnerCollectRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) {	out := new(emptypb.Empty)	err := c.cc.Invoke(ctx, "/api.chat.Chat/PartnerDeleteCollect", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) FindChatCollectList(ctx context.Context, in *FindChatRecordListRequest, opts ...grpc.CallOption) (*common.ChatRecordListReply, error) {	out := new(common.ChatRecordListReply)	err := c.cc.Invoke(ctx, "/api.chat.Chat/FindChatCollectList", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) UserUnlockVoice(ctx context.Context, in *UserUnlockRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) {	out := new(emptypb.Empty)	err := c.cc.Invoke(ctx, "/api.chat.Chat/UserUnlockVoice", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) UserUnlockPicture(ctx context.Context, in *UserUnlockRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) {	out := new(emptypb.Empty)	err := c.cc.Invoke(ctx, "/api.chat.Chat/UserUnlockPicture", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) GetRoomProfit(ctx context.Context, in *common.RoomIDRequest, opts ...grpc.CallOption) (*GetRoomProfitReply, error) {	out := new(GetRoomProfitReply)	err := c.cc.Invoke(ctx, "/api.chat.Chat/GetRoomProfit", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) GetOnlinePersonNum(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetOnlinePersonNumReply, error) {	out := new(GetOnlinePersonNumReply)	err := c.cc.Invoke(ctx, "/api.chat.Chat/GetOnlinePersonNum", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) FindUserAllUnreadNum(ctx context.Context, in *common.IdentifyIdRequest, opts ...grpc.CallOption) (*UnreadNumReply, error) {	out := new(UnreadNumReply)	err := c.cc.Invoke(ctx, "/api.chat.Chat/FindUserAllUnreadNum", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) FindPartnerAllUnreadNum(ctx context.Context, in *common.IdentifyIdRequest, opts ...grpc.CallOption) (*UnreadNumReply, error) {	out := new(UnreadNumReply)	err := c.cc.Invoke(ctx, "/api.chat.Chat/FindPartnerAllUnreadNum", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) GetUserRoomByPerson(ctx context.Context, in *common.IdentifyIDsParam, opts ...grpc.CallOption) (*UserRoomInfo, error) {	out := new(UserRoomInfo)	err := c.cc.Invoke(ctx, "/api.chat.Chat/GetUserRoomByPerson", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) GetPartnerRoomByPerson(ctx context.Context, in *common.IdentifyIDsParam, opts ...grpc.CallOption) (*PartnerRoomInfo, error) {	out := new(PartnerRoomInfo)	err := c.cc.Invoke(ctx, "/api.chat.Chat/GetPartnerRoomByPerson", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) ManagerFindRoomList(ctx context.Context, in *common.ManagerFindRoomListRequest, opts ...grpc.CallOption) (*common.ManagerFindRoomListReply, error) {	out := new(common.ManagerFindRoomListReply)	err := c.cc.Invoke(ctx, "/api.chat.Chat/ManagerFindRoomList", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) ManagerFindChatRecordList(ctx context.Context, in *common.ManagerFindChatRecordListRequest, opts ...grpc.CallOption) (*common.ChatRecordListReply, error) {	out := new(common.ChatRecordListReply)	err := c.cc.Invoke(ctx, "/api.chat.Chat/ManagerFindChatRecordList", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) ManagerFindScripList(ctx context.Context, in *common.ManagerFindScripListRequest, opts ...grpc.CallOption) (*common.ManagerScripReply, error) {	out := new(common.ManagerScripReply)	err := c.cc.Invoke(ctx, "/api.chat.Chat/ManagerFindScripList", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) ManagerUpdateScripText(ctx context.Context, in *common.ManagerUpdateScripTextRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) {	out := new(emptypb.Empty)	err := c.cc.Invoke(ctx, "/api.chat.Chat/ManagerUpdateScripText", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) ManagerUpdateScripPicture(ctx context.Context, in *common.ManagerUpdateScripPictureRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) {	out := new(emptypb.Empty)	err := c.cc.Invoke(ctx, "/api.chat.Chat/ManagerUpdateScripPicture", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) ManagerDeleteScrip(ctx context.Context, in *common.IDParam, opts ...grpc.CallOption) (*emptypb.Empty, error) {	out := new(emptypb.Empty)	err := c.cc.Invoke(ctx, "/api.chat.Chat/ManagerDeleteScrip", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) ManagerFindReportList(ctx context.Context, in *common.ManagerFindReportListRequest, opts ...grpc.CallOption) (*common.ManagerFindReportListReply, error) {	out := new(common.ManagerFindReportListReply)	err := c.cc.Invoke(ctx, "/api.chat.Chat/ManagerFindReportList", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}func (c *chatClient) ManagerFindReportDetailsList(ctx context.Context, in *common.ManagerFindReportDetailsListRequest, opts ...grpc.CallOption) (*common.ManagerFindReportDetailsListReply, error) {	out := new(common.ManagerFindReportDetailsListReply)	err := c.cc.Invoke(ctx, "/api.chat.Chat/ManagerFindReportDetailsList", in, out, opts...)	if err != nil {		return nil, err	}	return out, nil}// ChatServer is the server API for Chat service.// All implementations must embed UnimplementedChatServer// for forward compatibilitytype ChatServer interface {	// 检查用户是否与接待员聊天	CheckUserPartnerIsRelationship(context.Context, *common.UserAndPartnerIdentifyIdParam) (*CheckUserPartnerIsRelationshipReply, error)	// 创建聊天房间	CreateChatRoom(context.Context, *CreateChatRoomParam) (*RoomReply, error)	// 查询在线人的列表	FindOnlinePersonList(context.Context, *common.ListPageAndPersonRequest) (*common.RecommendPersonListReply, error)	// 查询推荐人的列表	FindRecommendPersonList(context.Context, *FindRecommendPersonListRequest) (*common.RecommendPersonListReply, error)	// 接待员查询房间列表	PartnerFindRoomList(context.Context, *PartnerFindRoomListRequest) (*PartnerFindRoomListReply, error)	// 用户查询房间列表	UserFindRoomList(context.Context, *UserFindRoomListRequest) (*UserFindRoomListReply, error)	Receive(context.Context, *ReceiveRequest) (*ReceiveReply, error)	// 查询聊天记录	FindChatRecordList(context.Context, *FindChatRecordListRequest) (*common.ChatRecordListReply, error)	// 房间信息	FindChatRoomMsg(context.Context, *FindChatRoomMsgRequest) (*common.ChatRoomMsg, error)	// 拉黑	SetBlackChat(context.Context, *SetBlackChatParam) (*emptypb.Empty, error)	// 删除房间	DeleteChat(context.Context, *SetBlackChatParam) (*emptypb.Empty, error)	// 拉黑	Report(context.Context, *common.ReportRequest) (*emptypb.Empty, error)	// 接待员领取开通奖励	PartnerGetAward(context.Context, *PartnerGetAwardRequest) (*emptypb.Empty, error)	// 房间信息	FindRoomCardMsg(context.Context, *FindRoomCardMsgRequest) (*common.RoomChatMsg, error)	// 查询未处理的数据	FindNotReplyNum(context.Context, *common.IdentifyIdRequest) (*FindNotReplyNumReply, error)	// 创建纸条	CreateScrip(context.Context, *common.CreateScripRequest) (*common.ScripID, error)	// 删除纸条	DeleteScrip(context.Context, *common.DeleteScripRequest) (*emptypb.Empty, error)	// 查询自己的小纸条	FindMyScrip(context.Context, *common.FindScripRequest) (*common.ScripReply, error)	// 查询别人的小纸条	FindOtherScrip(context.Context, *common.FindOtherScripRequest) (*common.ScripReply, error)	// 查询随机纸条列表	FindRecommendScrip(context.Context, *common.FindScripRequest) (*common.ScripReply, error)	// 用户查看纸条	PersonLookScrip(context.Context, *common.PersonLookScripRequest) (*emptypb.Empty, error)	// 用户点击回看	PersonClickLookBack(context.Context, *common.PersonParam) (*common.ScripInfo, error)	// 回复小纸条	PersonReplyScrip(context.Context, *common.ReplyScripRequest) (*common.ChatRecordInfo, error)	// 获取假弹窗	GetWindowInfo(context.Context, *common.MatchingRequest) (*WindowInfo, error)	// 随机匹配	GetRandomMatching(context.Context, *common.MatchingRequest) (*GetRandomMatchingReply, error)	// 随机匹配接待员	GetMatchingPartnerInfo(context.Context, *GetMatchingPartnerInfoRequest) (*common.GetMatchingPartnerInfoReply, error)	// 接待员收藏某条记录	PartnerCollect(context.Context, *PartnerCollectIDsRequest) (*emptypb.Empty, error)	// 接待员取消收藏某条记录	PartnerDeleteCollect(context.Context, *PartnerCollectRequest) (*emptypb.Empty, error)	// 查询接待员在本房间的收藏列表	FindChatCollectList(context.Context, *FindChatRecordListRequest) (*common.ChatRecordListReply, error)	// 用户解锁语音	UserUnlockVoice(context.Context, *UserUnlockRequest) (*emptypb.Empty, error)	// 用户解锁图片	UserUnlockPicture(context.Context, *UserUnlockRequest) (*emptypb.Empty, error)	// 获取房间的接待员收益	GetRoomProfit(context.Context, *common.RoomIDRequest) (*GetRoomProfitReply, error)	// 获取在线人数	GetOnlinePersonNum(context.Context, *emptypb.Empty) (*GetOnlinePersonNumReply, error)	// 查询用户全部的未读数	FindUserAllUnreadNum(context.Context, *common.IdentifyIdRequest) (*UnreadNumReply, error)	// 查询接待员全部的未读数	FindPartnerAllUnreadNum(context.Context, *common.IdentifyIdRequest) (*UnreadNumReply, error)	// 用户查询与某人的房间	GetUserRoomByPerson(context.Context, *common.IdentifyIDsParam) (*UserRoomInfo, error)	// 接待员查询与某人的房间	GetPartnerRoomByPerson(context.Context, *common.IdentifyIDsParam) (*PartnerRoomInfo, error)	// 管理员查询房间列表	ManagerFindRoomList(context.Context, *common.ManagerFindRoomListRequest) (*common.ManagerFindRoomListReply, error)	// 管理员查询聊天记录	ManagerFindChatRecordList(context.Context, *common.ManagerFindChatRecordListRequest) (*common.ChatRecordListReply, error)	// 管理员查询纸条列表	ManagerFindScripList(context.Context, *common.ManagerFindScripListRequest) (*common.ManagerScripReply, error)	// 管理员更新纸条文字	ManagerUpdateScripText(context.Context, *common.ManagerUpdateScripTextRequest) (*emptypb.Empty, error)	// 管理员更新纸条图片	ManagerUpdateScripPicture(context.Context, *common.ManagerUpdateScripPictureRequest) (*emptypb.Empty, error)	// 管理员删除纸条	ManagerDeleteScrip(context.Context, *common.IDParam) (*emptypb.Empty, error)	// 管理员查询举报列表	ManagerFindReportList(context.Context, *common.ManagerFindReportListRequest) (*common.ManagerFindReportListReply, error)	// 管理员查询某个举报者的举报详情列表	ManagerFindReportDetailsList(context.Context, *common.ManagerFindReportDetailsListRequest) (*common.ManagerFindReportDetailsListReply, error)	mustEmbedUnimplementedChatServer()}// UnimplementedChatServer must be embedded to have forward compatible implementations.type UnimplementedChatServer struct {}func (UnimplementedChatServer) CheckUserPartnerIsRelationship(context.Context, *common.UserAndPartnerIdentifyIdParam) (*CheckUserPartnerIsRelationshipReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method CheckUserPartnerIsRelationship not implemented")}func (UnimplementedChatServer) CreateChatRoom(context.Context, *CreateChatRoomParam) (*RoomReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method CreateChatRoom not implemented")}func (UnimplementedChatServer) FindOnlinePersonList(context.Context, *common.ListPageAndPersonRequest) (*common.RecommendPersonListReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method FindOnlinePersonList not implemented")}func (UnimplementedChatServer) FindRecommendPersonList(context.Context, *FindRecommendPersonListRequest) (*common.RecommendPersonListReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method FindRecommendPersonList not implemented")}func (UnimplementedChatServer) PartnerFindRoomList(context.Context, *PartnerFindRoomListRequest) (*PartnerFindRoomListReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method PartnerFindRoomList not implemented")}func (UnimplementedChatServer) UserFindRoomList(context.Context, *UserFindRoomListRequest) (*UserFindRoomListReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method UserFindRoomList not implemented")}func (UnimplementedChatServer) Receive(context.Context, *ReceiveRequest) (*ReceiveReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method Receive not implemented")}func (UnimplementedChatServer) FindChatRecordList(context.Context, *FindChatRecordListRequest) (*common.ChatRecordListReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method FindChatRecordList not implemented")}func (UnimplementedChatServer) FindChatRoomMsg(context.Context, *FindChatRoomMsgRequest) (*common.ChatRoomMsg, error) {	return nil, status.Errorf(codes.Unimplemented, "method FindChatRoomMsg not implemented")}func (UnimplementedChatServer) SetBlackChat(context.Context, *SetBlackChatParam) (*emptypb.Empty, error) {	return nil, status.Errorf(codes.Unimplemented, "method SetBlackChat not implemented")}func (UnimplementedChatServer) DeleteChat(context.Context, *SetBlackChatParam) (*emptypb.Empty, error) {	return nil, status.Errorf(codes.Unimplemented, "method DeleteChat not implemented")}func (UnimplementedChatServer) Report(context.Context, *common.ReportRequest) (*emptypb.Empty, error) {	return nil, status.Errorf(codes.Unimplemented, "method Report not implemented")}func (UnimplementedChatServer) PartnerGetAward(context.Context, *PartnerGetAwardRequest) (*emptypb.Empty, error) {	return nil, status.Errorf(codes.Unimplemented, "method PartnerGetAward not implemented")}func (UnimplementedChatServer) FindRoomCardMsg(context.Context, *FindRoomCardMsgRequest) (*common.RoomChatMsg, error) {	return nil, status.Errorf(codes.Unimplemented, "method FindRoomCardMsg not implemented")}func (UnimplementedChatServer) FindNotReplyNum(context.Context, *common.IdentifyIdRequest) (*FindNotReplyNumReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method FindNotReplyNum not implemented")}func (UnimplementedChatServer) CreateScrip(context.Context, *common.CreateScripRequest) (*common.ScripID, error) {	return nil, status.Errorf(codes.Unimplemented, "method CreateScrip not implemented")}func (UnimplementedChatServer) DeleteScrip(context.Context, *common.DeleteScripRequest) (*emptypb.Empty, error) {	return nil, status.Errorf(codes.Unimplemented, "method DeleteScrip not implemented")}func (UnimplementedChatServer) FindMyScrip(context.Context, *common.FindScripRequest) (*common.ScripReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method FindMyScrip not implemented")}func (UnimplementedChatServer) FindOtherScrip(context.Context, *common.FindOtherScripRequest) (*common.ScripReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method FindOtherScrip not implemented")}func (UnimplementedChatServer) FindRecommendScrip(context.Context, *common.FindScripRequest) (*common.ScripReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method FindRecommendScrip not implemented")}func (UnimplementedChatServer) PersonLookScrip(context.Context, *common.PersonLookScripRequest) (*emptypb.Empty, error) {	return nil, status.Errorf(codes.Unimplemented, "method PersonLookScrip not implemented")}func (UnimplementedChatServer) PersonClickLookBack(context.Context, *common.PersonParam) (*common.ScripInfo, error) {	return nil, status.Errorf(codes.Unimplemented, "method PersonClickLookBack not implemented")}func (UnimplementedChatServer) PersonReplyScrip(context.Context, *common.ReplyScripRequest) (*common.ChatRecordInfo, error) {	return nil, status.Errorf(codes.Unimplemented, "method PersonReplyScrip not implemented")}func (UnimplementedChatServer) GetWindowInfo(context.Context, *common.MatchingRequest) (*WindowInfo, error) {	return nil, status.Errorf(codes.Unimplemented, "method GetWindowInfo not implemented")}func (UnimplementedChatServer) GetRandomMatching(context.Context, *common.MatchingRequest) (*GetRandomMatchingReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method GetRandomMatching not implemented")}func (UnimplementedChatServer) GetMatchingPartnerInfo(context.Context, *GetMatchingPartnerInfoRequest) (*common.GetMatchingPartnerInfoReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method GetMatchingPartnerInfo not implemented")}func (UnimplementedChatServer) PartnerCollect(context.Context, *PartnerCollectIDsRequest) (*emptypb.Empty, error) {	return nil, status.Errorf(codes.Unimplemented, "method PartnerCollect not implemented")}func (UnimplementedChatServer) PartnerDeleteCollect(context.Context, *PartnerCollectRequest) (*emptypb.Empty, error) {	return nil, status.Errorf(codes.Unimplemented, "method PartnerDeleteCollect not implemented")}func (UnimplementedChatServer) FindChatCollectList(context.Context, *FindChatRecordListRequest) (*common.ChatRecordListReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method FindChatCollectList not implemented")}func (UnimplementedChatServer) UserUnlockVoice(context.Context, *UserUnlockRequest) (*emptypb.Empty, error) {	return nil, status.Errorf(codes.Unimplemented, "method UserUnlockVoice not implemented")}func (UnimplementedChatServer) UserUnlockPicture(context.Context, *UserUnlockRequest) (*emptypb.Empty, error) {	return nil, status.Errorf(codes.Unimplemented, "method UserUnlockPicture not implemented")}func (UnimplementedChatServer) GetRoomProfit(context.Context, *common.RoomIDRequest) (*GetRoomProfitReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method GetRoomProfit not implemented")}func (UnimplementedChatServer) GetOnlinePersonNum(context.Context, *emptypb.Empty) (*GetOnlinePersonNumReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method GetOnlinePersonNum not implemented")}func (UnimplementedChatServer) FindUserAllUnreadNum(context.Context, *common.IdentifyIdRequest) (*UnreadNumReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method FindUserAllUnreadNum not implemented")}func (UnimplementedChatServer) FindPartnerAllUnreadNum(context.Context, *common.IdentifyIdRequest) (*UnreadNumReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method FindPartnerAllUnreadNum not implemented")}func (UnimplementedChatServer) GetUserRoomByPerson(context.Context, *common.IdentifyIDsParam) (*UserRoomInfo, error) {	return nil, status.Errorf(codes.Unimplemented, "method GetUserRoomByPerson not implemented")}func (UnimplementedChatServer) GetPartnerRoomByPerson(context.Context, *common.IdentifyIDsParam) (*PartnerRoomInfo, error) {	return nil, status.Errorf(codes.Unimplemented, "method GetPartnerRoomByPerson not implemented")}func (UnimplementedChatServer) ManagerFindRoomList(context.Context, *common.ManagerFindRoomListRequest) (*common.ManagerFindRoomListReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method ManagerFindRoomList not implemented")}func (UnimplementedChatServer) ManagerFindChatRecordList(context.Context, *common.ManagerFindChatRecordListRequest) (*common.ChatRecordListReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method ManagerFindChatRecordList not implemented")}func (UnimplementedChatServer) ManagerFindScripList(context.Context, *common.ManagerFindScripListRequest) (*common.ManagerScripReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method ManagerFindScripList not implemented")}func (UnimplementedChatServer) ManagerUpdateScripText(context.Context, *common.ManagerUpdateScripTextRequest) (*emptypb.Empty, error) {	return nil, status.Errorf(codes.Unimplemented, "method ManagerUpdateScripText not implemented")}func (UnimplementedChatServer) ManagerUpdateScripPicture(context.Context, *common.ManagerUpdateScripPictureRequest) (*emptypb.Empty, error) {	return nil, status.Errorf(codes.Unimplemented, "method ManagerUpdateScripPicture not implemented")}func (UnimplementedChatServer) ManagerDeleteScrip(context.Context, *common.IDParam) (*emptypb.Empty, error) {	return nil, status.Errorf(codes.Unimplemented, "method ManagerDeleteScrip not implemented")}func (UnimplementedChatServer) ManagerFindReportList(context.Context, *common.ManagerFindReportListRequest) (*common.ManagerFindReportListReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method ManagerFindReportList not implemented")}func (UnimplementedChatServer) ManagerFindReportDetailsList(context.Context, *common.ManagerFindReportDetailsListRequest) (*common.ManagerFindReportDetailsListReply, error) {	return nil, status.Errorf(codes.Unimplemented, "method ManagerFindReportDetailsList not implemented")}func (UnimplementedChatServer) mustEmbedUnimplementedChatServer() {}// UnsafeChatServer may be embedded to opt out of forward compatibility for this service.// Use of this interface is not recommended, as added methods to ChatServer will// result in compilation errors.type UnsafeChatServer interface {	mustEmbedUnimplementedChatServer()}func RegisterChatServer(s grpc.ServiceRegistrar, srv ChatServer) {	s.RegisterService(&Chat_ServiceDesc, srv)}func _Chat_CheckUserPartnerIsRelationship_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.UserAndPartnerIdentifyIdParam)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).CheckUserPartnerIsRelationship(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/CheckUserPartnerIsRelationship",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).CheckUserPartnerIsRelationship(ctx, req.(*common.UserAndPartnerIdentifyIdParam))	}	return interceptor(ctx, in, info, handler)}func _Chat_CreateChatRoom_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(CreateChatRoomParam)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).CreateChatRoom(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/CreateChatRoom",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).CreateChatRoom(ctx, req.(*CreateChatRoomParam))	}	return interceptor(ctx, in, info, handler)}func _Chat_FindOnlinePersonList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.ListPageAndPersonRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).FindOnlinePersonList(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/FindOnlinePersonList",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).FindOnlinePersonList(ctx, req.(*common.ListPageAndPersonRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_FindRecommendPersonList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(FindRecommendPersonListRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).FindRecommendPersonList(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/FindRecommendPersonList",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).FindRecommendPersonList(ctx, req.(*FindRecommendPersonListRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_PartnerFindRoomList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(PartnerFindRoomListRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).PartnerFindRoomList(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/PartnerFindRoomList",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).PartnerFindRoomList(ctx, req.(*PartnerFindRoomListRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_UserFindRoomList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(UserFindRoomListRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).UserFindRoomList(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/UserFindRoomList",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).UserFindRoomList(ctx, req.(*UserFindRoomListRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_Receive_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(ReceiveRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).Receive(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/Receive",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).Receive(ctx, req.(*ReceiveRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_FindChatRecordList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(FindChatRecordListRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).FindChatRecordList(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/FindChatRecordList",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).FindChatRecordList(ctx, req.(*FindChatRecordListRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_FindChatRoomMsg_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(FindChatRoomMsgRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).FindChatRoomMsg(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/FindChatRoomMsg",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).FindChatRoomMsg(ctx, req.(*FindChatRoomMsgRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_SetBlackChat_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(SetBlackChatParam)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).SetBlackChat(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/SetBlackChat",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).SetBlackChat(ctx, req.(*SetBlackChatParam))	}	return interceptor(ctx, in, info, handler)}func _Chat_DeleteChat_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(SetBlackChatParam)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).DeleteChat(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/DeleteChat",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).DeleteChat(ctx, req.(*SetBlackChatParam))	}	return interceptor(ctx, in, info, handler)}func _Chat_Report_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.ReportRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).Report(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/Report",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).Report(ctx, req.(*common.ReportRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_PartnerGetAward_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(PartnerGetAwardRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).PartnerGetAward(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/PartnerGetAward",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).PartnerGetAward(ctx, req.(*PartnerGetAwardRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_FindRoomCardMsg_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(FindRoomCardMsgRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).FindRoomCardMsg(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/FindRoomCardMsg",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).FindRoomCardMsg(ctx, req.(*FindRoomCardMsgRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_FindNotReplyNum_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.IdentifyIdRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).FindNotReplyNum(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/FindNotReplyNum",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).FindNotReplyNum(ctx, req.(*common.IdentifyIdRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_CreateScrip_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.CreateScripRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).CreateScrip(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/CreateScrip",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).CreateScrip(ctx, req.(*common.CreateScripRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_DeleteScrip_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.DeleteScripRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).DeleteScrip(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/DeleteScrip",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).DeleteScrip(ctx, req.(*common.DeleteScripRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_FindMyScrip_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.FindScripRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).FindMyScrip(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/FindMyScrip",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).FindMyScrip(ctx, req.(*common.FindScripRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_FindOtherScrip_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.FindOtherScripRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).FindOtherScrip(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/FindOtherScrip",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).FindOtherScrip(ctx, req.(*common.FindOtherScripRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_FindRecommendScrip_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.FindScripRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).FindRecommendScrip(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/FindRecommendScrip",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).FindRecommendScrip(ctx, req.(*common.FindScripRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_PersonLookScrip_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.PersonLookScripRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).PersonLookScrip(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/PersonLookScrip",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).PersonLookScrip(ctx, req.(*common.PersonLookScripRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_PersonClickLookBack_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.(ChatServer).PersonClickLookBack(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/PersonClickLookBack",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).PersonClickLookBack(ctx, req.(*common.PersonParam))	}	return interceptor(ctx, in, info, handler)}func _Chat_PersonReplyScrip_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.ReplyScripRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).PersonReplyScrip(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/PersonReplyScrip",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).PersonReplyScrip(ctx, req.(*common.ReplyScripRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_GetWindowInfo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.MatchingRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).GetWindowInfo(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/GetWindowInfo",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).GetWindowInfo(ctx, req.(*common.MatchingRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_GetRandomMatching_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.MatchingRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).GetRandomMatching(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/GetRandomMatching",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).GetRandomMatching(ctx, req.(*common.MatchingRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_GetMatchingPartnerInfo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(GetMatchingPartnerInfoRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).GetMatchingPartnerInfo(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/GetMatchingPartnerInfo",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).GetMatchingPartnerInfo(ctx, req.(*GetMatchingPartnerInfoRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_PartnerCollect_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(PartnerCollectIDsRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).PartnerCollect(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/PartnerCollect",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).PartnerCollect(ctx, req.(*PartnerCollectIDsRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_PartnerDeleteCollect_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(PartnerCollectRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).PartnerDeleteCollect(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/PartnerDeleteCollect",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).PartnerDeleteCollect(ctx, req.(*PartnerCollectRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_FindChatCollectList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(FindChatRecordListRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).FindChatCollectList(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/FindChatCollectList",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).FindChatCollectList(ctx, req.(*FindChatRecordListRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_UserUnlockVoice_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(UserUnlockRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).UserUnlockVoice(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/UserUnlockVoice",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).UserUnlockVoice(ctx, req.(*UserUnlockRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_UserUnlockPicture_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(UserUnlockRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).UserUnlockPicture(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/UserUnlockPicture",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).UserUnlockPicture(ctx, req.(*UserUnlockRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_GetRoomProfit_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.RoomIDRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).GetRoomProfit(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/GetRoomProfit",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).GetRoomProfit(ctx, req.(*common.RoomIDRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_GetOnlinePersonNum_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.(ChatServer).GetOnlinePersonNum(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/GetOnlinePersonNum",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).GetOnlinePersonNum(ctx, req.(*emptypb.Empty))	}	return interceptor(ctx, in, info, handler)}func _Chat_FindUserAllUnreadNum_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.IdentifyIdRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).FindUserAllUnreadNum(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/FindUserAllUnreadNum",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).FindUserAllUnreadNum(ctx, req.(*common.IdentifyIdRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_FindPartnerAllUnreadNum_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.IdentifyIdRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).FindPartnerAllUnreadNum(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/FindPartnerAllUnreadNum",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).FindPartnerAllUnreadNum(ctx, req.(*common.IdentifyIdRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_GetUserRoomByPerson_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.IdentifyIDsParam)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).GetUserRoomByPerson(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/GetUserRoomByPerson",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).GetUserRoomByPerson(ctx, req.(*common.IdentifyIDsParam))	}	return interceptor(ctx, in, info, handler)}func _Chat_GetPartnerRoomByPerson_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.IdentifyIDsParam)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).GetPartnerRoomByPerson(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/GetPartnerRoomByPerson",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).GetPartnerRoomByPerson(ctx, req.(*common.IdentifyIDsParam))	}	return interceptor(ctx, in, info, handler)}func _Chat_ManagerFindRoomList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.ManagerFindRoomListRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).ManagerFindRoomList(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/ManagerFindRoomList",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).ManagerFindRoomList(ctx, req.(*common.ManagerFindRoomListRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_ManagerFindChatRecordList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.ManagerFindChatRecordListRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).ManagerFindChatRecordList(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/ManagerFindChatRecordList",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).ManagerFindChatRecordList(ctx, req.(*common.ManagerFindChatRecordListRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_ManagerFindScripList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.ManagerFindScripListRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).ManagerFindScripList(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/ManagerFindScripList",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).ManagerFindScripList(ctx, req.(*common.ManagerFindScripListRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_ManagerUpdateScripText_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.ManagerUpdateScripTextRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).ManagerUpdateScripText(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/ManagerUpdateScripText",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).ManagerUpdateScripText(ctx, req.(*common.ManagerUpdateScripTextRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_ManagerUpdateScripPicture_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.ManagerUpdateScripPictureRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).ManagerUpdateScripPicture(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/ManagerUpdateScripPicture",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).ManagerUpdateScripPicture(ctx, req.(*common.ManagerUpdateScripPictureRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_ManagerDeleteScrip_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.IDParam)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).ManagerDeleteScrip(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/ManagerDeleteScrip",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).ManagerDeleteScrip(ctx, req.(*common.IDParam))	}	return interceptor(ctx, in, info, handler)}func _Chat_ManagerFindReportList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.ManagerFindReportListRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).ManagerFindReportList(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/ManagerFindReportList",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).ManagerFindReportList(ctx, req.(*common.ManagerFindReportListRequest))	}	return interceptor(ctx, in, info, handler)}func _Chat_ManagerFindReportDetailsList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {	in := new(common.ManagerFindReportDetailsListRequest)	if err := dec(in); err != nil {		return nil, err	}	if interceptor == nil {		return srv.(ChatServer).ManagerFindReportDetailsList(ctx, in)	}	info := &grpc.UnaryServerInfo{		Server:     srv,		FullMethod: "/api.chat.Chat/ManagerFindReportDetailsList",	}	handler := func(ctx context.Context, req interface{}) (interface{}, error) {		return srv.(ChatServer).ManagerFindReportDetailsList(ctx, req.(*common.ManagerFindReportDetailsListRequest))	}	return interceptor(ctx, in, info, handler)}// Chat_ServiceDesc is the grpc.ServiceDesc for Chat service.// It's only intended for direct use with grpc.RegisterService,// and not to be introspected or modified (even as a copy)var Chat_ServiceDesc = grpc.ServiceDesc{	ServiceName: "api.chat.Chat",	HandlerType: (*ChatServer)(nil),	Methods: []grpc.MethodDesc{		{			MethodName: "CheckUserPartnerIsRelationship",			Handler:    _Chat_CheckUserPartnerIsRelationship_Handler,		},		{			MethodName: "CreateChatRoom",			Handler:    _Chat_CreateChatRoom_Handler,		},		{			MethodName: "FindOnlinePersonList",			Handler:    _Chat_FindOnlinePersonList_Handler,		},		{			MethodName: "FindRecommendPersonList",			Handler:    _Chat_FindRecommendPersonList_Handler,		},		{			MethodName: "PartnerFindRoomList",			Handler:    _Chat_PartnerFindRoomList_Handler,		},		{			MethodName: "UserFindRoomList",			Handler:    _Chat_UserFindRoomList_Handler,		},		{			MethodName: "Receive",			Handler:    _Chat_Receive_Handler,		},		{			MethodName: "FindChatRecordList",			Handler:    _Chat_FindChatRecordList_Handler,		},		{			MethodName: "FindChatRoomMsg",			Handler:    _Chat_FindChatRoomMsg_Handler,		},		{			MethodName: "SetBlackChat",			Handler:    _Chat_SetBlackChat_Handler,		},		{			MethodName: "DeleteChat",			Handler:    _Chat_DeleteChat_Handler,		},		{			MethodName: "Report",			Handler:    _Chat_Report_Handler,		},		{			MethodName: "PartnerGetAward",			Handler:    _Chat_PartnerGetAward_Handler,		},		{			MethodName: "FindRoomCardMsg",			Handler:    _Chat_FindRoomCardMsg_Handler,		},		{			MethodName: "FindNotReplyNum",			Handler:    _Chat_FindNotReplyNum_Handler,		},		{			MethodName: "CreateScrip",			Handler:    _Chat_CreateScrip_Handler,		},		{			MethodName: "DeleteScrip",			Handler:    _Chat_DeleteScrip_Handler,		},		{			MethodName: "FindMyScrip",			Handler:    _Chat_FindMyScrip_Handler,		},		{			MethodName: "FindOtherScrip",			Handler:    _Chat_FindOtherScrip_Handler,		},		{			MethodName: "FindRecommendScrip",			Handler:    _Chat_FindRecommendScrip_Handler,		},		{			MethodName: "PersonLookScrip",			Handler:    _Chat_PersonLookScrip_Handler,		},		{			MethodName: "PersonClickLookBack",			Handler:    _Chat_PersonClickLookBack_Handler,		},		{			MethodName: "PersonReplyScrip",			Handler:    _Chat_PersonReplyScrip_Handler,		},		{			MethodName: "GetWindowInfo",			Handler:    _Chat_GetWindowInfo_Handler,		},		{			MethodName: "GetRandomMatching",			Handler:    _Chat_GetRandomMatching_Handler,		},		{			MethodName: "GetMatchingPartnerInfo",			Handler:    _Chat_GetMatchingPartnerInfo_Handler,		},		{			MethodName: "PartnerCollect",			Handler:    _Chat_PartnerCollect_Handler,		},		{			MethodName: "PartnerDeleteCollect",			Handler:    _Chat_PartnerDeleteCollect_Handler,		},		{			MethodName: "FindChatCollectList",			Handler:    _Chat_FindChatCollectList_Handler,		},		{			MethodName: "UserUnlockVoice",			Handler:    _Chat_UserUnlockVoice_Handler,		},		{			MethodName: "UserUnlockPicture",			Handler:    _Chat_UserUnlockPicture_Handler,		},		{			MethodName: "GetRoomProfit",			Handler:    _Chat_GetRoomProfit_Handler,		},		{			MethodName: "GetOnlinePersonNum",			Handler:    _Chat_GetOnlinePersonNum_Handler,		},		{			MethodName: "FindUserAllUnreadNum",			Handler:    _Chat_FindUserAllUnreadNum_Handler,		},		{			MethodName: "FindPartnerAllUnreadNum",			Handler:    _Chat_FindPartnerAllUnreadNum_Handler,		},		{			MethodName: "GetUserRoomByPerson",			Handler:    _Chat_GetUserRoomByPerson_Handler,		},		{			MethodName: "GetPartnerRoomByPerson",			Handler:    _Chat_GetPartnerRoomByPerson_Handler,		},		{			MethodName: "ManagerFindRoomList",			Handler:    _Chat_ManagerFindRoomList_Handler,		},		{			MethodName: "ManagerFindChatRecordList",			Handler:    _Chat_ManagerFindChatRecordList_Handler,		},		{			MethodName: "ManagerFindScripList",			Handler:    _Chat_ManagerFindScripList_Handler,		},		{			MethodName: "ManagerUpdateScripText",			Handler:    _Chat_ManagerUpdateScripText_Handler,		},		{			MethodName: "ManagerUpdateScripPicture",			Handler:    _Chat_ManagerUpdateScripPicture_Handler,		},		{			MethodName: "ManagerDeleteScrip",			Handler:    _Chat_ManagerDeleteScrip_Handler,		},		{			MethodName: "ManagerFindReportList",			Handler:    _Chat_ManagerFindReportList_Handler,		},		{			MethodName: "ManagerFindReportDetailsList",			Handler:    _Chat_ManagerFindReportDetailsList_Handler,		},	},	Streams:  []grpc.StreamDesc{},	Metadata: "chat.proto",}
 |