// Code generated by protoc-gen-go-grpc. DO NOT EDIT. // versions: // - protoc-gen-go-grpc v1.3.0 // - protoc v4.22.3 // source: manager.proto package manager import ( context "context" common "git.ikuban.com/server/pw-protobuf/api/common" websocket "git.ikuban.com/server/pw-protobuf/api/websocket" 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 const ( Manager_ManagerFindUserList_FullMethodName = "/api.manager.Manager/ManagerFindUserList" Manager_ManagerFindInformationUserList_FullMethodName = "/api.manager.Manager/ManagerFindInformationUserList" Manager_ManagerFindIsCheckQualityUserList_FullMethodName = "/api.manager.Manager/ManagerFindIsCheckQualityUserList" Manager_ManagerFindHighQualityUserList_FullMethodName = "/api.manager.Manager/ManagerFindHighQualityUserList" Manager_ManagerFindCanHandpickUserList_FullMethodName = "/api.manager.Manager/ManagerFindCanHandpickUserList" Manager_ManagerSetHandpickUser_FullMethodName = "/api.manager.Manager/ManagerSetHandpickUser" Manager_ManagerSetHandpickUserOne_FullMethodName = "/api.manager.Manager/ManagerSetHandpickUserOne" Manager_ManagerMarkHighQualityUser_FullMethodName = "/api.manager.Manager/ManagerMarkHighQualityUser" Manager_ManagerReMarkHighQualityUser_FullMethodName = "/api.manager.Manager/ManagerReMarkHighQualityUser" Manager_ManagerMarkHighQualityUserOne_FullMethodName = "/api.manager.Manager/ManagerMarkHighQualityUserOne" Manager_ManagerSetUserBlack_FullMethodName = "/api.manager.Manager/ManagerSetUserBlack" Manager_ManagerDeleteHighQualityUser_FullMethodName = "/api.manager.Manager/ManagerDeleteHighQualityUser" Manager_ManagerUpdateUserSex_FullMethodName = "/api.manager.Manager/ManagerUpdateUserSex" Manager_ManagerUpdateUserVoice_FullMethodName = "/api.manager.Manager/ManagerUpdateUserVoice" Manager_ManagerUpdateUserPictures_FullMethodName = "/api.manager.Manager/ManagerUpdateUserPictures" Manager_ManagerUpdateUserSignature_FullMethodName = "/api.manager.Manager/ManagerUpdateUserSignature" Manager_ManagerUpdateUserAvatar_FullMethodName = "/api.manager.Manager/ManagerUpdateUserAvatar" Manager_ManagerUpdateUserName_FullMethodName = "/api.manager.Manager/ManagerUpdateUserName" Manager_ManagerUpdateUserWeight_FullMethodName = "/api.manager.Manager/ManagerUpdateUserWeight" Manager_ManagerUpdateUserIsBlack_FullMethodName = "/api.manager.Manager/ManagerUpdateUserIsBlack" Manager_ManagerUpdateUserCredit_FullMethodName = "/api.manager.Manager/ManagerUpdateUserCredit" Manager_ManagerLogin_FullMethodName = "/api.manager.Manager/ManagerLogin" Manager_OnlinePerson_FullMethodName = "/api.manager.Manager/OnlinePerson" Manager_ManagerFindRoomList_FullMethodName = "/api.manager.Manager/ManagerFindRoomList" Manager_ManagerFindChatRecordList_FullMethodName = "/api.manager.Manager/ManagerFindChatRecordList" Manager_ManagerFindScripList_FullMethodName = "/api.manager.Manager/ManagerFindScripList" Manager_ManagerFindScripListV2_FullMethodName = "/api.manager.Manager/ManagerFindScripListV2" Manager_ManagerUpdateScripText_FullMethodName = "/api.manager.Manager/ManagerUpdateScripText" Manager_ManagerUpdateScripPicture_FullMethodName = "/api.manager.Manager/ManagerUpdateScripPicture" Manager_ManagerDeleteScrip_FullMethodName = "/api.manager.Manager/ManagerDeleteScrip" Manager_ManagerDeleteScripMore_FullMethodName = "/api.manager.Manager/ManagerDeleteScripMore" Manager_ManagerFindReportList_FullMethodName = "/api.manager.Manager/ManagerFindReportList" Manager_ManagerFindReportDetailsList_FullMethodName = "/api.manager.Manager/ManagerFindReportDetailsList" Manager_FindOnlinePerson_FullMethodName = "/api.manager.Manager/FindOnlinePerson" Manager_ManagerUserUnsubscribe_FullMethodName = "/api.manager.Manager/ManagerUserUnsubscribe" Manager_FindOnlineCanMatchingPerson_FullMethodName = "/api.manager.Manager/FindOnlineCanMatchingPerson" Manager_ManagerAddBlackPicture_FullMethodName = "/api.manager.Manager/ManagerAddBlackPicture" Manager_SendWebsocketMsg_FullMethodName = "/api.manager.Manager/SendWebsocketMsg" Manager_ManagerFindScripAllList_FullMethodName = "/api.manager.Manager/ManagerFindScripAllList" Manager_SetScripPass_FullMethodName = "/api.manager.Manager/SetScripPass" Manager_UpdateAITaskIsFinish_FullMethodName = "/api.manager.Manager/UpdateAITaskIsFinish" Manager_FindAITask_FullMethodName = "/api.manager.Manager/FindAITask" Manager_FinishOrder_FullMethodName = "/api.manager.Manager/FinishOrder" Manager_VipTD_FullMethodName = "/api.manager.Manager/VipTD" ) // ManagerClient is the client API for Manager 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 ManagerClient interface { // 管理员查询用户列表 ManagerFindUserList(ctx context.Context, in *common.ManagerFindPersonListRequest, opts ...grpc.CallOption) (*common.ManagerFindPersonListReply, error) // 管理员查询完善过资料的用户列表 ManagerFindInformationUserList(ctx context.Context, in *common.ManagerFindPersonListRequest, opts ...grpc.CallOption) (*common.ManagerFindPersonListReply, error) // 管理员查询已审核过信息的列表 ManagerFindIsCheckQualityUserList(ctx context.Context, in *ManagerFindIsCheckQualityUserListRequest, opts ...grpc.CallOption) (*common.ManagerFindPersonListReply2, error) // 管理员查询优质用户列表 ManagerFindHighQualityUserList(ctx context.Context, in *common.ManagerFindPersonListRequest, opts ...grpc.CallOption) (*common.ManagerFindPersonListReply, error) // 管理员查询精选用户 ManagerFindCanHandpickUserList(ctx context.Context, in *common.ManagerFindCanHandpickUserListRequest, opts ...grpc.CallOption) (*common.ManagerFindCanHandpickUserListReply, error) // 管理员批量更新精选用户 ManagerSetHandpickUser(ctx context.Context, in *common.ManagerSetHandpickUserRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // 管理员更新单个精选用户 ManagerSetHandpickUserOne(ctx context.Context, in *common.ManagerSetHandpickUserOneRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // 管理员标记优质用户 ManagerMarkHighQualityUser(ctx context.Context, in *ManagerMarkHighQualityUserRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // 管理员批量取消标记优质用户 ManagerReMarkHighQualityUser(ctx context.Context, in *ManagerReMarkHighQualityUserRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // 管理员标记单个优质用户 ManagerMarkHighQualityUserOne(ctx context.Context, in *common.PersonIDParam, opts ...grpc.CallOption) (*emptypb.Empty, error) // 管理员批量拉黑用户 ManagerSetUserBlack(ctx context.Context, in *common.PersonIDList, opts ...grpc.CallOption) (*emptypb.Empty, error) // 管理员取消标记优质用户 ManagerDeleteHighQualityUser(ctx context.Context, in *common.PersonIDParam, opts ...grpc.CallOption) (*emptypb.Empty, error) // 管理员更新用户性别 ManagerUpdateUserSex(ctx context.Context, in *ManagerUpdateUserSexRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // 管理员更新用户语音 ManagerUpdateUserVoice(ctx context.Context, in *common.ManagerUpdatePersonVoiceRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // 管理员更新用户相册 ManagerUpdateUserPictures(ctx context.Context, in *common.ManagerUpdatePersonPicturesRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // 管理员更新用户签名 ManagerUpdateUserSignature(ctx context.Context, in *common.ManagerUpdatePersonSignatureRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // 管理员更新用户头像 ManagerUpdateUserAvatar(ctx context.Context, in *common.ManagerUpdatePersonAvatarRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // 管理员更新用户昵称 ManagerUpdateUserName(ctx context.Context, in *common.ManagerUpdatePersonNameRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // 管理员更新用户权重 ManagerUpdateUserWeight(ctx context.Context, in *common.ManagerUpdatePersonWeightRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // 管理员更新用户是否拉黑 ManagerUpdateUserIsBlack(ctx context.Context, in *common.ManagerUpdatePersonIsBlackRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // 管理员增加用户积分 ManagerUpdateUserCredit(ctx context.Context, in *ManagerUpdateUserCreditRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // 管理员登录 ManagerLogin(ctx context.Context, in *common.ManagerLoginRequest, opts ...grpc.CallOption) (*common.LoginToken, error) // 当前在线人 OnlinePerson(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*OnlinePersonReply, 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) // 管理员查询纸条列表 ManagerFindScripListV2(ctx context.Context, in *common.ManagerFindScripListV2Request, opts ...grpc.CallOption) (*common.ManagerScripV2Reply, 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) // 管理员批量删除纸条 ManagerDeleteScripMore(ctx context.Context, in *common.Ids, 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) // 查询在线人数 FindOnlinePerson(ctx context.Context, in *FindOnlinePersonRequest, opts ...grpc.CallOption) (*websocket.FindOnlinePersonReply, error) // 管理员注销用户 ManagerUserUnsubscribe(ctx context.Context, in *ManagerUserUnsubscribeRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // 查询在线可匹配人数 FindOnlineCanMatchingPerson(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*websocket.FindOnlineCanMatchingPersonReply, error) // 管理员增加黑名单图片 ManagerAddBlackPicture(ctx context.Context, in *ManagerAddBlackPictureRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // 管理员增加黑名单图片 SendWebsocketMsg(ctx context.Context, in *common.PersonIDParam, opts ...grpc.CallOption) (*websocket.SendMsgReply, error) // 管理员查询纸条列表 ManagerFindScripAllList(ctx context.Context, in *ManagerFindScripAllListRequest, opts ...grpc.CallOption) (*common.ManagerScripReply, error) // 通过小纸条 SetScripPass(ctx context.Context, in *common.ScripID, opts ...grpc.CallOption) (*emptypb.Empty, error) // 通过AI视频任务 UpdateAITaskIsFinish(ctx context.Context, in *UpdateAITaskIsFinishRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // 查询任务 FindAITask(ctx context.Context, in *FindAITaskRequest, opts ...grpc.CallOption) (*FindAITaskReply, error) FinishOrder(ctx context.Context, in *FinishOrderRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) VipTD(ctx context.Context, in *VipTDRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) } type managerClient struct { cc grpc.ClientConnInterface } func NewManagerClient(cc grpc.ClientConnInterface) ManagerClient { return &managerClient{cc} } func (c *managerClient) ManagerFindUserList(ctx context.Context, in *common.ManagerFindPersonListRequest, opts ...grpc.CallOption) (*common.ManagerFindPersonListReply, error) { out := new(common.ManagerFindPersonListReply) err := c.cc.Invoke(ctx, Manager_ManagerFindUserList_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerFindInformationUserList(ctx context.Context, in *common.ManagerFindPersonListRequest, opts ...grpc.CallOption) (*common.ManagerFindPersonListReply, error) { out := new(common.ManagerFindPersonListReply) err := c.cc.Invoke(ctx, Manager_ManagerFindInformationUserList_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerFindIsCheckQualityUserList(ctx context.Context, in *ManagerFindIsCheckQualityUserListRequest, opts ...grpc.CallOption) (*common.ManagerFindPersonListReply2, error) { out := new(common.ManagerFindPersonListReply2) err := c.cc.Invoke(ctx, Manager_ManagerFindIsCheckQualityUserList_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerFindHighQualityUserList(ctx context.Context, in *common.ManagerFindPersonListRequest, opts ...grpc.CallOption) (*common.ManagerFindPersonListReply, error) { out := new(common.ManagerFindPersonListReply) err := c.cc.Invoke(ctx, Manager_ManagerFindHighQualityUserList_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerFindCanHandpickUserList(ctx context.Context, in *common.ManagerFindCanHandpickUserListRequest, opts ...grpc.CallOption) (*common.ManagerFindCanHandpickUserListReply, error) { out := new(common.ManagerFindCanHandpickUserListReply) err := c.cc.Invoke(ctx, Manager_ManagerFindCanHandpickUserList_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerSetHandpickUser(ctx context.Context, in *common.ManagerSetHandpickUserRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) { out := new(emptypb.Empty) err := c.cc.Invoke(ctx, Manager_ManagerSetHandpickUser_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerSetHandpickUserOne(ctx context.Context, in *common.ManagerSetHandpickUserOneRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) { out := new(emptypb.Empty) err := c.cc.Invoke(ctx, Manager_ManagerSetHandpickUserOne_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerMarkHighQualityUser(ctx context.Context, in *ManagerMarkHighQualityUserRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) { out := new(emptypb.Empty) err := c.cc.Invoke(ctx, Manager_ManagerMarkHighQualityUser_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerReMarkHighQualityUser(ctx context.Context, in *ManagerReMarkHighQualityUserRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) { out := new(emptypb.Empty) err := c.cc.Invoke(ctx, Manager_ManagerReMarkHighQualityUser_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerMarkHighQualityUserOne(ctx context.Context, in *common.PersonIDParam, opts ...grpc.CallOption) (*emptypb.Empty, error) { out := new(emptypb.Empty) err := c.cc.Invoke(ctx, Manager_ManagerMarkHighQualityUserOne_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerSetUserBlack(ctx context.Context, in *common.PersonIDList, opts ...grpc.CallOption) (*emptypb.Empty, error) { out := new(emptypb.Empty) err := c.cc.Invoke(ctx, Manager_ManagerSetUserBlack_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerDeleteHighQualityUser(ctx context.Context, in *common.PersonIDParam, opts ...grpc.CallOption) (*emptypb.Empty, error) { out := new(emptypb.Empty) err := c.cc.Invoke(ctx, Manager_ManagerDeleteHighQualityUser_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerUpdateUserSex(ctx context.Context, in *ManagerUpdateUserSexRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) { out := new(emptypb.Empty) err := c.cc.Invoke(ctx, Manager_ManagerUpdateUserSex_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerUpdateUserVoice(ctx context.Context, in *common.ManagerUpdatePersonVoiceRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) { out := new(emptypb.Empty) err := c.cc.Invoke(ctx, Manager_ManagerUpdateUserVoice_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerUpdateUserPictures(ctx context.Context, in *common.ManagerUpdatePersonPicturesRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) { out := new(emptypb.Empty) err := c.cc.Invoke(ctx, Manager_ManagerUpdateUserPictures_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerUpdateUserSignature(ctx context.Context, in *common.ManagerUpdatePersonSignatureRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) { out := new(emptypb.Empty) err := c.cc.Invoke(ctx, Manager_ManagerUpdateUserSignature_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerUpdateUserAvatar(ctx context.Context, in *common.ManagerUpdatePersonAvatarRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) { out := new(emptypb.Empty) err := c.cc.Invoke(ctx, Manager_ManagerUpdateUserAvatar_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerUpdateUserName(ctx context.Context, in *common.ManagerUpdatePersonNameRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) { out := new(emptypb.Empty) err := c.cc.Invoke(ctx, Manager_ManagerUpdateUserName_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerUpdateUserWeight(ctx context.Context, in *common.ManagerUpdatePersonWeightRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) { out := new(emptypb.Empty) err := c.cc.Invoke(ctx, Manager_ManagerUpdateUserWeight_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerUpdateUserIsBlack(ctx context.Context, in *common.ManagerUpdatePersonIsBlackRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) { out := new(emptypb.Empty) err := c.cc.Invoke(ctx, Manager_ManagerUpdateUserIsBlack_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerUpdateUserCredit(ctx context.Context, in *ManagerUpdateUserCreditRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) { out := new(emptypb.Empty) err := c.cc.Invoke(ctx, Manager_ManagerUpdateUserCredit_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerLogin(ctx context.Context, in *common.ManagerLoginRequest, opts ...grpc.CallOption) (*common.LoginToken, error) { out := new(common.LoginToken) err := c.cc.Invoke(ctx, Manager_ManagerLogin_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) OnlinePerson(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*OnlinePersonReply, error) { out := new(OnlinePersonReply) err := c.cc.Invoke(ctx, Manager_OnlinePerson_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerFindRoomList(ctx context.Context, in *common.ManagerFindRoomListRequest, opts ...grpc.CallOption) (*common.ManagerFindRoomListReply, error) { out := new(common.ManagerFindRoomListReply) err := c.cc.Invoke(ctx, Manager_ManagerFindRoomList_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerFindChatRecordList(ctx context.Context, in *common.ManagerFindChatRecordListRequest, opts ...grpc.CallOption) (*common.ChatRecordListReply, error) { out := new(common.ChatRecordListReply) err := c.cc.Invoke(ctx, Manager_ManagerFindChatRecordList_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerFindScripList(ctx context.Context, in *common.ManagerFindScripListRequest, opts ...grpc.CallOption) (*common.ManagerScripReply, error) { out := new(common.ManagerScripReply) err := c.cc.Invoke(ctx, Manager_ManagerFindScripList_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerFindScripListV2(ctx context.Context, in *common.ManagerFindScripListV2Request, opts ...grpc.CallOption) (*common.ManagerScripV2Reply, error) { out := new(common.ManagerScripV2Reply) err := c.cc.Invoke(ctx, Manager_ManagerFindScripListV2_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerUpdateScripText(ctx context.Context, in *common.ManagerUpdateScripTextRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) { out := new(emptypb.Empty) err := c.cc.Invoke(ctx, Manager_ManagerUpdateScripText_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerUpdateScripPicture(ctx context.Context, in *common.ManagerUpdateScripPictureRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) { out := new(emptypb.Empty) err := c.cc.Invoke(ctx, Manager_ManagerUpdateScripPicture_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerDeleteScrip(ctx context.Context, in *common.IDParam, opts ...grpc.CallOption) (*emptypb.Empty, error) { out := new(emptypb.Empty) err := c.cc.Invoke(ctx, Manager_ManagerDeleteScrip_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerDeleteScripMore(ctx context.Context, in *common.Ids, opts ...grpc.CallOption) (*emptypb.Empty, error) { out := new(emptypb.Empty) err := c.cc.Invoke(ctx, Manager_ManagerDeleteScripMore_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerFindReportList(ctx context.Context, in *common.ManagerFindReportListRequest, opts ...grpc.CallOption) (*common.ManagerFindReportListReply, error) { out := new(common.ManagerFindReportListReply) err := c.cc.Invoke(ctx, Manager_ManagerFindReportList_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerFindReportDetailsList(ctx context.Context, in *common.ManagerFindReportDetailsListRequest, opts ...grpc.CallOption) (*common.ManagerFindReportDetailsListReply, error) { out := new(common.ManagerFindReportDetailsListReply) err := c.cc.Invoke(ctx, Manager_ManagerFindReportDetailsList_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) FindOnlinePerson(ctx context.Context, in *FindOnlinePersonRequest, opts ...grpc.CallOption) (*websocket.FindOnlinePersonReply, error) { out := new(websocket.FindOnlinePersonReply) err := c.cc.Invoke(ctx, Manager_FindOnlinePerson_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerUserUnsubscribe(ctx context.Context, in *ManagerUserUnsubscribeRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) { out := new(emptypb.Empty) err := c.cc.Invoke(ctx, Manager_ManagerUserUnsubscribe_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) FindOnlineCanMatchingPerson(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*websocket.FindOnlineCanMatchingPersonReply, error) { out := new(websocket.FindOnlineCanMatchingPersonReply) err := c.cc.Invoke(ctx, Manager_FindOnlineCanMatchingPerson_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerAddBlackPicture(ctx context.Context, in *ManagerAddBlackPictureRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) { out := new(emptypb.Empty) err := c.cc.Invoke(ctx, Manager_ManagerAddBlackPicture_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) SendWebsocketMsg(ctx context.Context, in *common.PersonIDParam, opts ...grpc.CallOption) (*websocket.SendMsgReply, error) { out := new(websocket.SendMsgReply) err := c.cc.Invoke(ctx, Manager_SendWebsocketMsg_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) ManagerFindScripAllList(ctx context.Context, in *ManagerFindScripAllListRequest, opts ...grpc.CallOption) (*common.ManagerScripReply, error) { out := new(common.ManagerScripReply) err := c.cc.Invoke(ctx, Manager_ManagerFindScripAllList_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) SetScripPass(ctx context.Context, in *common.ScripID, opts ...grpc.CallOption) (*emptypb.Empty, error) { out := new(emptypb.Empty) err := c.cc.Invoke(ctx, Manager_SetScripPass_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) UpdateAITaskIsFinish(ctx context.Context, in *UpdateAITaskIsFinishRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) { out := new(emptypb.Empty) err := c.cc.Invoke(ctx, Manager_UpdateAITaskIsFinish_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) FindAITask(ctx context.Context, in *FindAITaskRequest, opts ...grpc.CallOption) (*FindAITaskReply, error) { out := new(FindAITaskReply) err := c.cc.Invoke(ctx, Manager_FindAITask_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) FinishOrder(ctx context.Context, in *FinishOrderRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) { out := new(emptypb.Empty) err := c.cc.Invoke(ctx, Manager_FinishOrder_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *managerClient) VipTD(ctx context.Context, in *VipTDRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) { out := new(emptypb.Empty) err := c.cc.Invoke(ctx, Manager_VipTD_FullMethodName, in, out, opts...) if err != nil { return nil, err } return out, nil } // ManagerServer is the server API for Manager service. // All implementations must embed UnimplementedManagerServer // for forward compatibility type ManagerServer interface { // 管理员查询用户列表 ManagerFindUserList(context.Context, *common.ManagerFindPersonListRequest) (*common.ManagerFindPersonListReply, error) // 管理员查询完善过资料的用户列表 ManagerFindInformationUserList(context.Context, *common.ManagerFindPersonListRequest) (*common.ManagerFindPersonListReply, error) // 管理员查询已审核过信息的列表 ManagerFindIsCheckQualityUserList(context.Context, *ManagerFindIsCheckQualityUserListRequest) (*common.ManagerFindPersonListReply2, error) // 管理员查询优质用户列表 ManagerFindHighQualityUserList(context.Context, *common.ManagerFindPersonListRequest) (*common.ManagerFindPersonListReply, error) // 管理员查询精选用户 ManagerFindCanHandpickUserList(context.Context, *common.ManagerFindCanHandpickUserListRequest) (*common.ManagerFindCanHandpickUserListReply, error) // 管理员批量更新精选用户 ManagerSetHandpickUser(context.Context, *common.ManagerSetHandpickUserRequest) (*emptypb.Empty, error) // 管理员更新单个精选用户 ManagerSetHandpickUserOne(context.Context, *common.ManagerSetHandpickUserOneRequest) (*emptypb.Empty, error) // 管理员标记优质用户 ManagerMarkHighQualityUser(context.Context, *ManagerMarkHighQualityUserRequest) (*emptypb.Empty, error) // 管理员批量取消标记优质用户 ManagerReMarkHighQualityUser(context.Context, *ManagerReMarkHighQualityUserRequest) (*emptypb.Empty, error) // 管理员标记单个优质用户 ManagerMarkHighQualityUserOne(context.Context, *common.PersonIDParam) (*emptypb.Empty, error) // 管理员批量拉黑用户 ManagerSetUserBlack(context.Context, *common.PersonIDList) (*emptypb.Empty, error) // 管理员取消标记优质用户 ManagerDeleteHighQualityUser(context.Context, *common.PersonIDParam) (*emptypb.Empty, error) // 管理员更新用户性别 ManagerUpdateUserSex(context.Context, *ManagerUpdateUserSexRequest) (*emptypb.Empty, error) // 管理员更新用户语音 ManagerUpdateUserVoice(context.Context, *common.ManagerUpdatePersonVoiceRequest) (*emptypb.Empty, error) // 管理员更新用户相册 ManagerUpdateUserPictures(context.Context, *common.ManagerUpdatePersonPicturesRequest) (*emptypb.Empty, error) // 管理员更新用户签名 ManagerUpdateUserSignature(context.Context, *common.ManagerUpdatePersonSignatureRequest) (*emptypb.Empty, error) // 管理员更新用户头像 ManagerUpdateUserAvatar(context.Context, *common.ManagerUpdatePersonAvatarRequest) (*emptypb.Empty, error) // 管理员更新用户昵称 ManagerUpdateUserName(context.Context, *common.ManagerUpdatePersonNameRequest) (*emptypb.Empty, error) // 管理员更新用户权重 ManagerUpdateUserWeight(context.Context, *common.ManagerUpdatePersonWeightRequest) (*emptypb.Empty, error) // 管理员更新用户是否拉黑 ManagerUpdateUserIsBlack(context.Context, *common.ManagerUpdatePersonIsBlackRequest) (*emptypb.Empty, error) // 管理员增加用户积分 ManagerUpdateUserCredit(context.Context, *ManagerUpdateUserCreditRequest) (*emptypb.Empty, error) // 管理员登录 ManagerLogin(context.Context, *common.ManagerLoginRequest) (*common.LoginToken, error) // 当前在线人 OnlinePerson(context.Context, *emptypb.Empty) (*OnlinePersonReply, 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) // 管理员查询纸条列表 ManagerFindScripListV2(context.Context, *common.ManagerFindScripListV2Request) (*common.ManagerScripV2Reply, 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) // 管理员批量删除纸条 ManagerDeleteScripMore(context.Context, *common.Ids) (*emptypb.Empty, error) // 管理员查询举报列表 ManagerFindReportList(context.Context, *common.ManagerFindReportListRequest) (*common.ManagerFindReportListReply, error) // 管理员查询某个举报者的举报详情列表 ManagerFindReportDetailsList(context.Context, *common.ManagerFindReportDetailsListRequest) (*common.ManagerFindReportDetailsListReply, error) // 查询在线人数 FindOnlinePerson(context.Context, *FindOnlinePersonRequest) (*websocket.FindOnlinePersonReply, error) // 管理员注销用户 ManagerUserUnsubscribe(context.Context, *ManagerUserUnsubscribeRequest) (*emptypb.Empty, error) // 查询在线可匹配人数 FindOnlineCanMatchingPerson(context.Context, *emptypb.Empty) (*websocket.FindOnlineCanMatchingPersonReply, error) // 管理员增加黑名单图片 ManagerAddBlackPicture(context.Context, *ManagerAddBlackPictureRequest) (*emptypb.Empty, error) // 管理员增加黑名单图片 SendWebsocketMsg(context.Context, *common.PersonIDParam) (*websocket.SendMsgReply, error) // 管理员查询纸条列表 ManagerFindScripAllList(context.Context, *ManagerFindScripAllListRequest) (*common.ManagerScripReply, error) // 通过小纸条 SetScripPass(context.Context, *common.ScripID) (*emptypb.Empty, error) // 通过AI视频任务 UpdateAITaskIsFinish(context.Context, *UpdateAITaskIsFinishRequest) (*emptypb.Empty, error) // 查询任务 FindAITask(context.Context, *FindAITaskRequest) (*FindAITaskReply, error) FinishOrder(context.Context, *FinishOrderRequest) (*emptypb.Empty, error) VipTD(context.Context, *VipTDRequest) (*emptypb.Empty, error) mustEmbedUnimplementedManagerServer() } // UnimplementedManagerServer must be embedded to have forward compatible implementations. type UnimplementedManagerServer struct { } func (UnimplementedManagerServer) ManagerFindUserList(context.Context, *common.ManagerFindPersonListRequest) (*common.ManagerFindPersonListReply, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerFindUserList not implemented") } func (UnimplementedManagerServer) ManagerFindInformationUserList(context.Context, *common.ManagerFindPersonListRequest) (*common.ManagerFindPersonListReply, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerFindInformationUserList not implemented") } func (UnimplementedManagerServer) ManagerFindIsCheckQualityUserList(context.Context, *ManagerFindIsCheckQualityUserListRequest) (*common.ManagerFindPersonListReply2, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerFindIsCheckQualityUserList not implemented") } func (UnimplementedManagerServer) ManagerFindHighQualityUserList(context.Context, *common.ManagerFindPersonListRequest) (*common.ManagerFindPersonListReply, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerFindHighQualityUserList not implemented") } func (UnimplementedManagerServer) ManagerFindCanHandpickUserList(context.Context, *common.ManagerFindCanHandpickUserListRequest) (*common.ManagerFindCanHandpickUserListReply, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerFindCanHandpickUserList not implemented") } func (UnimplementedManagerServer) ManagerSetHandpickUser(context.Context, *common.ManagerSetHandpickUserRequest) (*emptypb.Empty, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerSetHandpickUser not implemented") } func (UnimplementedManagerServer) ManagerSetHandpickUserOne(context.Context, *common.ManagerSetHandpickUserOneRequest) (*emptypb.Empty, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerSetHandpickUserOne not implemented") } func (UnimplementedManagerServer) ManagerMarkHighQualityUser(context.Context, *ManagerMarkHighQualityUserRequest) (*emptypb.Empty, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerMarkHighQualityUser not implemented") } func (UnimplementedManagerServer) ManagerReMarkHighQualityUser(context.Context, *ManagerReMarkHighQualityUserRequest) (*emptypb.Empty, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerReMarkHighQualityUser not implemented") } func (UnimplementedManagerServer) ManagerMarkHighQualityUserOne(context.Context, *common.PersonIDParam) (*emptypb.Empty, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerMarkHighQualityUserOne not implemented") } func (UnimplementedManagerServer) ManagerSetUserBlack(context.Context, *common.PersonIDList) (*emptypb.Empty, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerSetUserBlack not implemented") } func (UnimplementedManagerServer) ManagerDeleteHighQualityUser(context.Context, *common.PersonIDParam) (*emptypb.Empty, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerDeleteHighQualityUser not implemented") } func (UnimplementedManagerServer) ManagerUpdateUserSex(context.Context, *ManagerUpdateUserSexRequest) (*emptypb.Empty, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerUpdateUserSex not implemented") } func (UnimplementedManagerServer) ManagerUpdateUserVoice(context.Context, *common.ManagerUpdatePersonVoiceRequest) (*emptypb.Empty, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerUpdateUserVoice not implemented") } func (UnimplementedManagerServer) ManagerUpdateUserPictures(context.Context, *common.ManagerUpdatePersonPicturesRequest) (*emptypb.Empty, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerUpdateUserPictures not implemented") } func (UnimplementedManagerServer) ManagerUpdateUserSignature(context.Context, *common.ManagerUpdatePersonSignatureRequest) (*emptypb.Empty, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerUpdateUserSignature not implemented") } func (UnimplementedManagerServer) ManagerUpdateUserAvatar(context.Context, *common.ManagerUpdatePersonAvatarRequest) (*emptypb.Empty, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerUpdateUserAvatar not implemented") } func (UnimplementedManagerServer) ManagerUpdateUserName(context.Context, *common.ManagerUpdatePersonNameRequest) (*emptypb.Empty, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerUpdateUserName not implemented") } func (UnimplementedManagerServer) ManagerUpdateUserWeight(context.Context, *common.ManagerUpdatePersonWeightRequest) (*emptypb.Empty, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerUpdateUserWeight not implemented") } func (UnimplementedManagerServer) ManagerUpdateUserIsBlack(context.Context, *common.ManagerUpdatePersonIsBlackRequest) (*emptypb.Empty, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerUpdateUserIsBlack not implemented") } func (UnimplementedManagerServer) ManagerUpdateUserCredit(context.Context, *ManagerUpdateUserCreditRequest) (*emptypb.Empty, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerUpdateUserCredit not implemented") } func (UnimplementedManagerServer) ManagerLogin(context.Context, *common.ManagerLoginRequest) (*common.LoginToken, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerLogin not implemented") } func (UnimplementedManagerServer) OnlinePerson(context.Context, *emptypb.Empty) (*OnlinePersonReply, error) { return nil, status.Errorf(codes.Unimplemented, "method OnlinePerson not implemented") } func (UnimplementedManagerServer) ManagerFindRoomList(context.Context, *common.ManagerFindRoomListRequest) (*common.ManagerFindRoomListReply, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerFindRoomList not implemented") } func (UnimplementedManagerServer) ManagerFindChatRecordList(context.Context, *common.ManagerFindChatRecordListRequest) (*common.ChatRecordListReply, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerFindChatRecordList not implemented") } func (UnimplementedManagerServer) ManagerFindScripList(context.Context, *common.ManagerFindScripListRequest) (*common.ManagerScripReply, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerFindScripList not implemented") } func (UnimplementedManagerServer) ManagerFindScripListV2(context.Context, *common.ManagerFindScripListV2Request) (*common.ManagerScripV2Reply, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerFindScripListV2 not implemented") } func (UnimplementedManagerServer) ManagerUpdateScripText(context.Context, *common.ManagerUpdateScripTextRequest) (*emptypb.Empty, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerUpdateScripText not implemented") } func (UnimplementedManagerServer) ManagerUpdateScripPicture(context.Context, *common.ManagerUpdateScripPictureRequest) (*emptypb.Empty, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerUpdateScripPicture not implemented") } func (UnimplementedManagerServer) ManagerDeleteScrip(context.Context, *common.IDParam) (*emptypb.Empty, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerDeleteScrip not implemented") } func (UnimplementedManagerServer) ManagerDeleteScripMore(context.Context, *common.Ids) (*emptypb.Empty, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerDeleteScripMore not implemented") } func (UnimplementedManagerServer) ManagerFindReportList(context.Context, *common.ManagerFindReportListRequest) (*common.ManagerFindReportListReply, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerFindReportList not implemented") } func (UnimplementedManagerServer) ManagerFindReportDetailsList(context.Context, *common.ManagerFindReportDetailsListRequest) (*common.ManagerFindReportDetailsListReply, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerFindReportDetailsList not implemented") } func (UnimplementedManagerServer) FindOnlinePerson(context.Context, *FindOnlinePersonRequest) (*websocket.FindOnlinePersonReply, error) { return nil, status.Errorf(codes.Unimplemented, "method FindOnlinePerson not implemented") } func (UnimplementedManagerServer) ManagerUserUnsubscribe(context.Context, *ManagerUserUnsubscribeRequest) (*emptypb.Empty, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerUserUnsubscribe not implemented") } func (UnimplementedManagerServer) FindOnlineCanMatchingPerson(context.Context, *emptypb.Empty) (*websocket.FindOnlineCanMatchingPersonReply, error) { return nil, status.Errorf(codes.Unimplemented, "method FindOnlineCanMatchingPerson not implemented") } func (UnimplementedManagerServer) ManagerAddBlackPicture(context.Context, *ManagerAddBlackPictureRequest) (*emptypb.Empty, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerAddBlackPicture not implemented") } func (UnimplementedManagerServer) SendWebsocketMsg(context.Context, *common.PersonIDParam) (*websocket.SendMsgReply, error) { return nil, status.Errorf(codes.Unimplemented, "method SendWebsocketMsg not implemented") } func (UnimplementedManagerServer) ManagerFindScripAllList(context.Context, *ManagerFindScripAllListRequest) (*common.ManagerScripReply, error) { return nil, status.Errorf(codes.Unimplemented, "method ManagerFindScripAllList not implemented") } func (UnimplementedManagerServer) SetScripPass(context.Context, *common.ScripID) (*emptypb.Empty, error) { return nil, status.Errorf(codes.Unimplemented, "method SetScripPass not implemented") } func (UnimplementedManagerServer) UpdateAITaskIsFinish(context.Context, *UpdateAITaskIsFinishRequest) (*emptypb.Empty, error) { return nil, status.Errorf(codes.Unimplemented, "method UpdateAITaskIsFinish not implemented") } func (UnimplementedManagerServer) FindAITask(context.Context, *FindAITaskRequest) (*FindAITaskReply, error) { return nil, status.Errorf(codes.Unimplemented, "method FindAITask not implemented") } func (UnimplementedManagerServer) FinishOrder(context.Context, *FinishOrderRequest) (*emptypb.Empty, error) { return nil, status.Errorf(codes.Unimplemented, "method FinishOrder not implemented") } func (UnimplementedManagerServer) VipTD(context.Context, *VipTDRequest) (*emptypb.Empty, error) { return nil, status.Errorf(codes.Unimplemented, "method VipTD not implemented") } func (UnimplementedManagerServer) mustEmbedUnimplementedManagerServer() {} // UnsafeManagerServer may be embedded to opt out of forward compatibility for this service. // Use of this interface is not recommended, as added methods to ManagerServer will // result in compilation errors. type UnsafeManagerServer interface { mustEmbedUnimplementedManagerServer() } func RegisterManagerServer(s grpc.ServiceRegistrar, srv ManagerServer) { s.RegisterService(&Manager_ServiceDesc, srv) } func _Manager_ManagerFindUserList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(common.ManagerFindPersonListRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ManagerServer).ManagerFindUserList(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerFindUserList_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerFindUserList(ctx, req.(*common.ManagerFindPersonListRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_ManagerFindInformationUserList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(common.ManagerFindPersonListRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ManagerServer).ManagerFindInformationUserList(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerFindInformationUserList_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerFindInformationUserList(ctx, req.(*common.ManagerFindPersonListRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_ManagerFindIsCheckQualityUserList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(ManagerFindIsCheckQualityUserListRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ManagerServer).ManagerFindIsCheckQualityUserList(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerFindIsCheckQualityUserList_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerFindIsCheckQualityUserList(ctx, req.(*ManagerFindIsCheckQualityUserListRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_ManagerFindHighQualityUserList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(common.ManagerFindPersonListRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ManagerServer).ManagerFindHighQualityUserList(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerFindHighQualityUserList_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerFindHighQualityUserList(ctx, req.(*common.ManagerFindPersonListRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_ManagerFindCanHandpickUserList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(common.ManagerFindCanHandpickUserListRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ManagerServer).ManagerFindCanHandpickUserList(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerFindCanHandpickUserList_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerFindCanHandpickUserList(ctx, req.(*common.ManagerFindCanHandpickUserListRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_ManagerSetHandpickUser_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(common.ManagerSetHandpickUserRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ManagerServer).ManagerSetHandpickUser(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerSetHandpickUser_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerSetHandpickUser(ctx, req.(*common.ManagerSetHandpickUserRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_ManagerSetHandpickUserOne_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(common.ManagerSetHandpickUserOneRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ManagerServer).ManagerSetHandpickUserOne(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerSetHandpickUserOne_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerSetHandpickUserOne(ctx, req.(*common.ManagerSetHandpickUserOneRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_ManagerMarkHighQualityUser_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(ManagerMarkHighQualityUserRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ManagerServer).ManagerMarkHighQualityUser(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerMarkHighQualityUser_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerMarkHighQualityUser(ctx, req.(*ManagerMarkHighQualityUserRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_ManagerReMarkHighQualityUser_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(ManagerReMarkHighQualityUserRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ManagerServer).ManagerReMarkHighQualityUser(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerReMarkHighQualityUser_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerReMarkHighQualityUser(ctx, req.(*ManagerReMarkHighQualityUserRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_ManagerMarkHighQualityUserOne_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.(ManagerServer).ManagerMarkHighQualityUserOne(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerMarkHighQualityUserOne_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerMarkHighQualityUserOne(ctx, req.(*common.PersonIDParam)) } return interceptor(ctx, in, info, handler) } func _Manager_ManagerSetUserBlack_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.(ManagerServer).ManagerSetUserBlack(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerSetUserBlack_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerSetUserBlack(ctx, req.(*common.PersonIDList)) } return interceptor(ctx, in, info, handler) } func _Manager_ManagerDeleteHighQualityUser_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.(ManagerServer).ManagerDeleteHighQualityUser(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerDeleteHighQualityUser_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerDeleteHighQualityUser(ctx, req.(*common.PersonIDParam)) } return interceptor(ctx, in, info, handler) } func _Manager_ManagerUpdateUserSex_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(ManagerUpdateUserSexRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ManagerServer).ManagerUpdateUserSex(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerUpdateUserSex_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerUpdateUserSex(ctx, req.(*ManagerUpdateUserSexRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_ManagerUpdateUserVoice_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(common.ManagerUpdatePersonVoiceRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ManagerServer).ManagerUpdateUserVoice(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerUpdateUserVoice_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerUpdateUserVoice(ctx, req.(*common.ManagerUpdatePersonVoiceRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_ManagerUpdateUserPictures_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(common.ManagerUpdatePersonPicturesRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ManagerServer).ManagerUpdateUserPictures(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerUpdateUserPictures_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerUpdateUserPictures(ctx, req.(*common.ManagerUpdatePersonPicturesRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_ManagerUpdateUserSignature_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(common.ManagerUpdatePersonSignatureRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ManagerServer).ManagerUpdateUserSignature(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerUpdateUserSignature_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerUpdateUserSignature(ctx, req.(*common.ManagerUpdatePersonSignatureRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_ManagerUpdateUserAvatar_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(common.ManagerUpdatePersonAvatarRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ManagerServer).ManagerUpdateUserAvatar(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerUpdateUserAvatar_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerUpdateUserAvatar(ctx, req.(*common.ManagerUpdatePersonAvatarRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_ManagerUpdateUserName_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(common.ManagerUpdatePersonNameRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ManagerServer).ManagerUpdateUserName(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerUpdateUserName_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerUpdateUserName(ctx, req.(*common.ManagerUpdatePersonNameRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_ManagerUpdateUserWeight_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(common.ManagerUpdatePersonWeightRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ManagerServer).ManagerUpdateUserWeight(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerUpdateUserWeight_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerUpdateUserWeight(ctx, req.(*common.ManagerUpdatePersonWeightRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_ManagerUpdateUserIsBlack_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(common.ManagerUpdatePersonIsBlackRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ManagerServer).ManagerUpdateUserIsBlack(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerUpdateUserIsBlack_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerUpdateUserIsBlack(ctx, req.(*common.ManagerUpdatePersonIsBlackRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_ManagerUpdateUserCredit_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(ManagerUpdateUserCreditRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ManagerServer).ManagerUpdateUserCredit(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerUpdateUserCredit_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerUpdateUserCredit(ctx, req.(*ManagerUpdateUserCreditRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_ManagerLogin_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(common.ManagerLoginRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ManagerServer).ManagerLogin(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerLogin_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerLogin(ctx, req.(*common.ManagerLoginRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_OnlinePerson_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.(ManagerServer).OnlinePerson(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_OnlinePerson_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).OnlinePerson(ctx, req.(*emptypb.Empty)) } return interceptor(ctx, in, info, handler) } func _Manager_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.(ManagerServer).ManagerFindRoomList(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerFindRoomList_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerFindRoomList(ctx, req.(*common.ManagerFindRoomListRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_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.(ManagerServer).ManagerFindChatRecordList(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerFindChatRecordList_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerFindChatRecordList(ctx, req.(*common.ManagerFindChatRecordListRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_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.(ManagerServer).ManagerFindScripList(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerFindScripList_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerFindScripList(ctx, req.(*common.ManagerFindScripListRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_ManagerFindScripListV2_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(common.ManagerFindScripListV2Request) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ManagerServer).ManagerFindScripListV2(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerFindScripListV2_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerFindScripListV2(ctx, req.(*common.ManagerFindScripListV2Request)) } return interceptor(ctx, in, info, handler) } func _Manager_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.(ManagerServer).ManagerUpdateScripText(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerUpdateScripText_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerUpdateScripText(ctx, req.(*common.ManagerUpdateScripTextRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_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.(ManagerServer).ManagerUpdateScripPicture(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerUpdateScripPicture_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerUpdateScripPicture(ctx, req.(*common.ManagerUpdateScripPictureRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_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.(ManagerServer).ManagerDeleteScrip(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerDeleteScrip_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerDeleteScrip(ctx, req.(*common.IDParam)) } return interceptor(ctx, in, info, handler) } func _Manager_ManagerDeleteScripMore_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(common.Ids) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ManagerServer).ManagerDeleteScripMore(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerDeleteScripMore_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerDeleteScripMore(ctx, req.(*common.Ids)) } return interceptor(ctx, in, info, handler) } func _Manager_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.(ManagerServer).ManagerFindReportList(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerFindReportList_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerFindReportList(ctx, req.(*common.ManagerFindReportListRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_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.(ManagerServer).ManagerFindReportDetailsList(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerFindReportDetailsList_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerFindReportDetailsList(ctx, req.(*common.ManagerFindReportDetailsListRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_FindOnlinePerson_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(FindOnlinePersonRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ManagerServer).FindOnlinePerson(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_FindOnlinePerson_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).FindOnlinePerson(ctx, req.(*FindOnlinePersonRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_ManagerUserUnsubscribe_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(ManagerUserUnsubscribeRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ManagerServer).ManagerUserUnsubscribe(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerUserUnsubscribe_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerUserUnsubscribe(ctx, req.(*ManagerUserUnsubscribeRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_FindOnlineCanMatchingPerson_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.(ManagerServer).FindOnlineCanMatchingPerson(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_FindOnlineCanMatchingPerson_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).FindOnlineCanMatchingPerson(ctx, req.(*emptypb.Empty)) } return interceptor(ctx, in, info, handler) } func _Manager_ManagerAddBlackPicture_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(ManagerAddBlackPictureRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ManagerServer).ManagerAddBlackPicture(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerAddBlackPicture_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerAddBlackPicture(ctx, req.(*ManagerAddBlackPictureRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_SendWebsocketMsg_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.(ManagerServer).SendWebsocketMsg(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_SendWebsocketMsg_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).SendWebsocketMsg(ctx, req.(*common.PersonIDParam)) } return interceptor(ctx, in, info, handler) } func _Manager_ManagerFindScripAllList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(ManagerFindScripAllListRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ManagerServer).ManagerFindScripAllList(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_ManagerFindScripAllList_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).ManagerFindScripAllList(ctx, req.(*ManagerFindScripAllListRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_SetScripPass_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(common.ScripID) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ManagerServer).SetScripPass(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_SetScripPass_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).SetScripPass(ctx, req.(*common.ScripID)) } return interceptor(ctx, in, info, handler) } func _Manager_UpdateAITaskIsFinish_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(UpdateAITaskIsFinishRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ManagerServer).UpdateAITaskIsFinish(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_UpdateAITaskIsFinish_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).UpdateAITaskIsFinish(ctx, req.(*UpdateAITaskIsFinishRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_FindAITask_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(FindAITaskRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ManagerServer).FindAITask(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_FindAITask_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).FindAITask(ctx, req.(*FindAITaskRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_FinishOrder_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(FinishOrderRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ManagerServer).FinishOrder(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_FinishOrder_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).FinishOrder(ctx, req.(*FinishOrderRequest)) } return interceptor(ctx, in, info, handler) } func _Manager_VipTD_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(VipTDRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(ManagerServer).VipTD(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: Manager_VipTD_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ManagerServer).VipTD(ctx, req.(*VipTDRequest)) } return interceptor(ctx, in, info, handler) } // Manager_ServiceDesc is the grpc.ServiceDesc for Manager service. // It's only intended for direct use with grpc.RegisterService, // and not to be introspected or modified (even as a copy) var Manager_ServiceDesc = grpc.ServiceDesc{ ServiceName: "api.manager.Manager", HandlerType: (*ManagerServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ManagerFindUserList", Handler: _Manager_ManagerFindUserList_Handler, }, { MethodName: "ManagerFindInformationUserList", Handler: _Manager_ManagerFindInformationUserList_Handler, }, { MethodName: "ManagerFindIsCheckQualityUserList", Handler: _Manager_ManagerFindIsCheckQualityUserList_Handler, }, { MethodName: "ManagerFindHighQualityUserList", Handler: _Manager_ManagerFindHighQualityUserList_Handler, }, { MethodName: "ManagerFindCanHandpickUserList", Handler: _Manager_ManagerFindCanHandpickUserList_Handler, }, { MethodName: "ManagerSetHandpickUser", Handler: _Manager_ManagerSetHandpickUser_Handler, }, { MethodName: "ManagerSetHandpickUserOne", Handler: _Manager_ManagerSetHandpickUserOne_Handler, }, { MethodName: "ManagerMarkHighQualityUser", Handler: _Manager_ManagerMarkHighQualityUser_Handler, }, { MethodName: "ManagerReMarkHighQualityUser", Handler: _Manager_ManagerReMarkHighQualityUser_Handler, }, { MethodName: "ManagerMarkHighQualityUserOne", Handler: _Manager_ManagerMarkHighQualityUserOne_Handler, }, { MethodName: "ManagerSetUserBlack", Handler: _Manager_ManagerSetUserBlack_Handler, }, { MethodName: "ManagerDeleteHighQualityUser", Handler: _Manager_ManagerDeleteHighQualityUser_Handler, }, { MethodName: "ManagerUpdateUserSex", Handler: _Manager_ManagerUpdateUserSex_Handler, }, { MethodName: "ManagerUpdateUserVoice", Handler: _Manager_ManagerUpdateUserVoice_Handler, }, { MethodName: "ManagerUpdateUserPictures", Handler: _Manager_ManagerUpdateUserPictures_Handler, }, { MethodName: "ManagerUpdateUserSignature", Handler: _Manager_ManagerUpdateUserSignature_Handler, }, { MethodName: "ManagerUpdateUserAvatar", Handler: _Manager_ManagerUpdateUserAvatar_Handler, }, { MethodName: "ManagerUpdateUserName", Handler: _Manager_ManagerUpdateUserName_Handler, }, { MethodName: "ManagerUpdateUserWeight", Handler: _Manager_ManagerUpdateUserWeight_Handler, }, { MethodName: "ManagerUpdateUserIsBlack", Handler: _Manager_ManagerUpdateUserIsBlack_Handler, }, { MethodName: "ManagerUpdateUserCredit", Handler: _Manager_ManagerUpdateUserCredit_Handler, }, { MethodName: "ManagerLogin", Handler: _Manager_ManagerLogin_Handler, }, { MethodName: "OnlinePerson", Handler: _Manager_OnlinePerson_Handler, }, { MethodName: "ManagerFindRoomList", Handler: _Manager_ManagerFindRoomList_Handler, }, { MethodName: "ManagerFindChatRecordList", Handler: _Manager_ManagerFindChatRecordList_Handler, }, { MethodName: "ManagerFindScripList", Handler: _Manager_ManagerFindScripList_Handler, }, { MethodName: "ManagerFindScripListV2", Handler: _Manager_ManagerFindScripListV2_Handler, }, { MethodName: "ManagerUpdateScripText", Handler: _Manager_ManagerUpdateScripText_Handler, }, { MethodName: "ManagerUpdateScripPicture", Handler: _Manager_ManagerUpdateScripPicture_Handler, }, { MethodName: "ManagerDeleteScrip", Handler: _Manager_ManagerDeleteScrip_Handler, }, { MethodName: "ManagerDeleteScripMore", Handler: _Manager_ManagerDeleteScripMore_Handler, }, { MethodName: "ManagerFindReportList", Handler: _Manager_ManagerFindReportList_Handler, }, { MethodName: "ManagerFindReportDetailsList", Handler: _Manager_ManagerFindReportDetailsList_Handler, }, { MethodName: "FindOnlinePerson", Handler: _Manager_FindOnlinePerson_Handler, }, { MethodName: "ManagerUserUnsubscribe", Handler: _Manager_ManagerUserUnsubscribe_Handler, }, { MethodName: "FindOnlineCanMatchingPerson", Handler: _Manager_FindOnlineCanMatchingPerson_Handler, }, { MethodName: "ManagerAddBlackPicture", Handler: _Manager_ManagerAddBlackPicture_Handler, }, { MethodName: "SendWebsocketMsg", Handler: _Manager_SendWebsocketMsg_Handler, }, { MethodName: "ManagerFindScripAllList", Handler: _Manager_ManagerFindScripAllList_Handler, }, { MethodName: "SetScripPass", Handler: _Manager_SetScripPass_Handler, }, { MethodName: "UpdateAITaskIsFinish", Handler: _Manager_UpdateAITaskIsFinish_Handler, }, { MethodName: "FindAITask", Handler: _Manager_FindAITask_Handler, }, { MethodName: "FinishOrder", Handler: _Manager_FinishOrder_Handler, }, { MethodName: "VipTD", Handler: _Manager_VipTD_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "manager.proto", }