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

1861 lines
70 KiB
Go
Raw Normal View History

2021-05-26 19:44:38 +08:00
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: friend/friend.proto
2023-02-23 19:15:30 +08:00
package friend // import "OpenIM/pkg/proto/friend"
2023-01-04 11:28:52 +08:00
import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"
2023-02-23 19:15:30 +08:00
import sdkws "OpenIM/pkg/proto/sdkws"
2021-05-26 19:44:38 +08:00
import (
2023-01-04 11:28:52 +08:00
context "golang.org/x/net/context"
2021-05-26 19:44:38 +08:00
grpc "google.golang.org/grpc"
)
2023-01-04 11:28:52 +08:00
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
2021-05-26 19:44:38 +08:00
2023-01-04 11:28:52 +08:00
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
2021-05-26 19:44:38 +08:00
2023-02-07 20:28:34 +08:00
type GetPaginationFriendsReq struct {
2023-02-20 11:45:11 +08:00
Pagination *sdkws.RequestPagination `protobuf:"bytes,1,opt,name=pagination" json:"pagination,omitempty"`
UserID string `protobuf:"bytes,2,opt,name=userID" json:"userID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-05-26 19:44:38 +08:00
}
2022-09-27 16:59:56 +08:00
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsReq) Reset() { *m = GetPaginationFriendsReq{} }
func (m *GetPaginationFriendsReq) String() string { return proto.CompactTextString(m) }
func (*GetPaginationFriendsReq) ProtoMessage() {}
func (*GetPaginationFriendsReq) Descriptor() ([]byte, []int) {
2023-02-28 17:17:21 +08:00
return fileDescriptor_friend_6b500c5d751d5a67, []int{0}
2021-05-26 19:44:38 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetPaginationFriendsReq.Unmarshal(m, b)
2021-05-26 19:44:38 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetPaginationFriendsReq.Marshal(b, m, deterministic)
2021-05-26 19:44:38 +08:00
}
2023-02-07 20:28:34 +08:00
func (dst *GetPaginationFriendsReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetPaginationFriendsReq.Merge(dst, src)
2022-09-27 16:59:56 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsReq) XXX_Size() int {
return xxx_messageInfo_GetPaginationFriendsReq.Size(m)
2023-01-04 11:28:52 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetPaginationFriendsReq.DiscardUnknown(m)
2023-01-04 11:28:52 +08:00
}
2023-02-07 20:28:34 +08:00
var xxx_messageInfo_GetPaginationFriendsReq proto.InternalMessageInfo
2021-05-26 19:44:38 +08:00
2023-02-20 11:45:11 +08:00
func (m *GetPaginationFriendsReq) GetPagination() *sdkws.RequestPagination {
2023-01-04 11:28:52 +08:00
if m != nil {
2023-02-20 11:45:11 +08:00
return m.Pagination
2021-05-26 19:44:38 +08:00
}
2023-02-20 11:45:11 +08:00
return nil
2023-01-16 16:02:56 +08:00
}
2023-02-20 11:45:11 +08:00
func (m *GetPaginationFriendsReq) GetUserID() string {
2023-01-16 16:02:56 +08:00
if m != nil {
2023-02-20 11:45:11 +08:00
return m.UserID
2023-01-16 16:02:56 +08:00
}
2023-02-20 11:45:11 +08:00
return ""
2021-05-26 19:44:38 +08:00
}
2023-02-07 20:28:34 +08:00
type GetPaginationFriendsResp struct {
2023-02-20 11:45:11 +08:00
FriendsInfo []*sdkws.FriendInfo `protobuf:"bytes,1,rep,name=FriendsInfo" json:"FriendsInfo,omitempty"`
Total int32 `protobuf:"varint,2,opt,name=total" json:"total,omitempty"`
2023-02-09 20:36:34 +08:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-05-26 19:44:38 +08:00
}
2022-09-27 16:59:56 +08:00
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsResp) Reset() { *m = GetPaginationFriendsResp{} }
func (m *GetPaginationFriendsResp) String() string { return proto.CompactTextString(m) }
func (*GetPaginationFriendsResp) ProtoMessage() {}
func (*GetPaginationFriendsResp) Descriptor() ([]byte, []int) {
2023-02-28 17:17:21 +08:00
return fileDescriptor_friend_6b500c5d751d5a67, []int{1}
2021-05-26 19:44:38 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetPaginationFriendsResp.Unmarshal(m, b)
2021-05-26 19:44:38 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetPaginationFriendsResp.Marshal(b, m, deterministic)
2021-05-26 19:44:38 +08:00
}
2023-02-07 20:28:34 +08:00
func (dst *GetPaginationFriendsResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetPaginationFriendsResp.Merge(dst, src)
2023-01-04 11:28:52 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsResp) XXX_Size() int {
return xxx_messageInfo_GetPaginationFriendsResp.Size(m)
2023-01-04 11:28:52 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetPaginationFriendsResp.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2021-05-26 19:44:38 +08:00
2023-02-07 20:28:34 +08:00
var xxx_messageInfo_GetPaginationFriendsResp proto.InternalMessageInfo
2023-01-04 11:28:52 +08:00
2023-02-09 20:36:34 +08:00
func (m *GetPaginationFriendsResp) GetFriendsInfo() []*sdkws.FriendInfo {
2023-01-04 11:28:52 +08:00
if m != nil {
2023-01-31 09:59:15 +08:00
return m.FriendsInfo
2021-05-26 19:44:38 +08:00
}
2021-12-23 17:22:49 +08:00
return nil
2021-05-26 19:44:38 +08:00
}
2023-02-20 11:45:11 +08:00
func (m *GetPaginationFriendsResp) GetTotal() int32 {
if m != nil {
return m.Total
}
return 0
}
2023-02-07 20:28:34 +08:00
type ApplyToAddFriendReq struct {
2023-01-29 19:47:13 +08:00
FromUserID string `protobuf:"bytes,1,opt,name=fromUserID" json:"fromUserID,omitempty"`
ToUserID string `protobuf:"bytes,2,opt,name=toUserID" json:"toUserID,omitempty"`
ReqMsg string `protobuf:"bytes,3,opt,name=reqMsg" json:"reqMsg,omitempty"`
2023-01-30 21:47:29 +08:00
Ex string `protobuf:"bytes,4,opt,name=ex" json:"ex,omitempty"`
2023-01-04 11:28:52 +08:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-05-26 19:44:38 +08:00
}
2022-09-27 16:59:56 +08:00
2023-02-07 20:28:34 +08:00
func (m *ApplyToAddFriendReq) Reset() { *m = ApplyToAddFriendReq{} }
func (m *ApplyToAddFriendReq) String() string { return proto.CompactTextString(m) }
func (*ApplyToAddFriendReq) ProtoMessage() {}
func (*ApplyToAddFriendReq) Descriptor() ([]byte, []int) {
2023-02-28 17:17:21 +08:00
return fileDescriptor_friend_6b500c5d751d5a67, []int{2}
2021-05-26 19:44:38 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *ApplyToAddFriendReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ApplyToAddFriendReq.Unmarshal(m, b)
2021-05-26 19:44:38 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *ApplyToAddFriendReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ApplyToAddFriendReq.Marshal(b, m, deterministic)
2021-05-26 19:44:38 +08:00
}
2023-02-07 20:28:34 +08:00
func (dst *ApplyToAddFriendReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_ApplyToAddFriendReq.Merge(dst, src)
2023-01-04 11:28:52 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *ApplyToAddFriendReq) XXX_Size() int {
return xxx_messageInfo_ApplyToAddFriendReq.Size(m)
2022-09-27 16:59:56 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *ApplyToAddFriendReq) XXX_DiscardUnknown() {
xxx_messageInfo_ApplyToAddFriendReq.DiscardUnknown(m)
2023-01-04 11:28:52 +08:00
}
2023-02-07 20:28:34 +08:00
var xxx_messageInfo_ApplyToAddFriendReq proto.InternalMessageInfo
2021-05-26 19:44:38 +08:00
2023-02-07 20:28:34 +08:00
func (m *ApplyToAddFriendReq) GetFromUserID() string {
2023-01-04 11:28:52 +08:00
if m != nil {
2023-01-29 19:47:13 +08:00
return m.FromUserID
2021-05-26 19:44:38 +08:00
}
2023-01-16 16:02:56 +08:00
return ""
}
2023-02-07 20:28:34 +08:00
func (m *ApplyToAddFriendReq) GetToUserID() string {
2023-01-16 16:02:56 +08:00
if m != nil {
2023-01-29 19:47:13 +08:00
return m.ToUserID
2023-01-16 16:02:56 +08:00
}
return ""
2021-05-26 19:44:38 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *ApplyToAddFriendReq) GetReqMsg() string {
2023-01-04 11:28:52 +08:00
if m != nil {
return m.ReqMsg
2021-05-26 19:44:38 +08:00
}
return ""
}
2023-02-07 20:28:34 +08:00
func (m *ApplyToAddFriendReq) GetEx() string {
2023-01-30 21:47:29 +08:00
if m != nil {
return m.Ex
}
return ""
}
2023-02-07 20:28:34 +08:00
type ApplyToAddFriendResp struct {
2023-01-29 19:47:13 +08:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-12-26 18:47:11 +08:00
}
2022-09-27 16:59:56 +08:00
2023-02-07 20:28:34 +08:00
func (m *ApplyToAddFriendResp) Reset() { *m = ApplyToAddFriendResp{} }
func (m *ApplyToAddFriendResp) String() string { return proto.CompactTextString(m) }
func (*ApplyToAddFriendResp) ProtoMessage() {}
func (*ApplyToAddFriendResp) Descriptor() ([]byte, []int) {
2023-02-28 17:17:21 +08:00
return fileDescriptor_friend_6b500c5d751d5a67, []int{3}
2021-12-26 18:47:11 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *ApplyToAddFriendResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ApplyToAddFriendResp.Unmarshal(m, b)
2021-12-26 18:47:11 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *ApplyToAddFriendResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ApplyToAddFriendResp.Marshal(b, m, deterministic)
2021-12-26 18:47:11 +08:00
}
2023-02-07 20:28:34 +08:00
func (dst *ApplyToAddFriendResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_ApplyToAddFriendResp.Merge(dst, src)
2023-01-04 11:28:52 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *ApplyToAddFriendResp) XXX_Size() int {
return xxx_messageInfo_ApplyToAddFriendResp.Size(m)
2022-09-27 16:59:56 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *ApplyToAddFriendResp) XXX_DiscardUnknown() {
xxx_messageInfo_ApplyToAddFriendResp.DiscardUnknown(m)
2023-01-04 11:28:52 +08:00
}
2023-02-07 20:28:34 +08:00
var xxx_messageInfo_ApplyToAddFriendResp proto.InternalMessageInfo
2021-12-26 18:47:11 +08:00
2021-09-22 20:10:38 +08:00
type ImportFriendReq struct {
2023-01-30 21:51:20 +08:00
OwnerUserID string `protobuf:"bytes,1,opt,name=ownerUserID" json:"ownerUserID,omitempty"`
FriendUserIDs []string `protobuf:"bytes,2,rep,name=friendUserIDs" json:"friendUserIDs,omitempty"`
2023-01-04 11:28:52 +08:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ImportFriendReq) Reset() { *m = ImportFriendReq{} }
func (m *ImportFriendReq) String() string { return proto.CompactTextString(m) }
func (*ImportFriendReq) ProtoMessage() {}
func (*ImportFriendReq) Descriptor() ([]byte, []int) {
2023-02-28 17:17:21 +08:00
return fileDescriptor_friend_6b500c5d751d5a67, []int{4}
2021-09-22 20:10:38 +08:00
}
2023-01-04 11:28:52 +08:00
func (m *ImportFriendReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ImportFriendReq.Unmarshal(m, b)
2021-09-22 20:10:38 +08:00
}
2023-01-04 11:28:52 +08:00
func (m *ImportFriendReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ImportFriendReq.Marshal(b, m, deterministic)
2021-09-22 20:10:38 +08:00
}
2023-01-04 11:28:52 +08:00
func (dst *ImportFriendReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_ImportFriendReq.Merge(dst, src)
2021-09-22 20:10:38 +08:00
}
2023-01-04 11:28:52 +08:00
func (m *ImportFriendReq) XXX_Size() int {
return xxx_messageInfo_ImportFriendReq.Size(m)
}
func (m *ImportFriendReq) XXX_DiscardUnknown() {
xxx_messageInfo_ImportFriendReq.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2021-09-22 20:10:38 +08:00
2023-01-04 11:28:52 +08:00
var xxx_messageInfo_ImportFriendReq proto.InternalMessageInfo
2023-01-30 21:51:20 +08:00
func (m *ImportFriendReq) GetOwnerUserID() string {
2023-01-04 11:28:52 +08:00
if m != nil {
2023-01-30 21:51:20 +08:00
return m.OwnerUserID
2021-09-22 20:10:38 +08:00
}
2023-01-30 21:51:20 +08:00
return ""
2021-09-22 20:10:38 +08:00
}
2023-01-30 21:51:20 +08:00
func (m *ImportFriendReq) GetFriendUserIDs() []string {
2023-01-04 11:28:52 +08:00
if m != nil {
2023-01-30 21:51:20 +08:00
return m.FriendUserIDs
2021-09-22 20:10:38 +08:00
}
2023-01-30 21:51:20 +08:00
return nil
2021-09-22 20:10:38 +08:00
}
2023-01-16 16:02:56 +08:00
type ImportFriendResp struct {
2023-01-04 11:28:52 +08:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-12-29 16:17:55 +08:00
}
2022-09-27 16:59:56 +08:00
2023-01-04 11:28:52 +08:00
func (m *ImportFriendResp) Reset() { *m = ImportFriendResp{} }
func (m *ImportFriendResp) String() string { return proto.CompactTextString(m) }
func (*ImportFriendResp) ProtoMessage() {}
func (*ImportFriendResp) Descriptor() ([]byte, []int) {
2023-02-28 17:17:21 +08:00
return fileDescriptor_friend_6b500c5d751d5a67, []int{5}
2021-09-26 14:26:45 +08:00
}
2023-01-04 11:28:52 +08:00
func (m *ImportFriendResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ImportFriendResp.Unmarshal(m, b)
2021-09-26 14:26:45 +08:00
}
2023-01-04 11:28:52 +08:00
func (m *ImportFriendResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ImportFriendResp.Marshal(b, m, deterministic)
2021-09-26 14:26:45 +08:00
}
2023-01-04 11:28:52 +08:00
func (dst *ImportFriendResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_ImportFriendResp.Merge(dst, src)
2022-09-27 16:59:56 +08:00
}
2023-01-04 11:28:52 +08:00
func (m *ImportFriendResp) XXX_Size() int {
return xxx_messageInfo_ImportFriendResp.Size(m)
}
func (m *ImportFriendResp) XXX_DiscardUnknown() {
xxx_messageInfo_ImportFriendResp.DiscardUnknown(m)
}
var xxx_messageInfo_ImportFriendResp proto.InternalMessageInfo
2021-09-26 14:26:45 +08:00
2023-02-07 20:28:34 +08:00
type GetPaginationFriendsApplyToReq struct {
2023-02-09 20:36:34 +08:00
UserID string `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"`
Pagination *sdkws.RequestPagination `protobuf:"bytes,2,opt,name=pagination" json:"pagination,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-05-26 19:44:38 +08:00
}
2022-09-27 16:59:56 +08:00
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsApplyToReq) Reset() { *m = GetPaginationFriendsApplyToReq{} }
func (m *GetPaginationFriendsApplyToReq) String() string { return proto.CompactTextString(m) }
func (*GetPaginationFriendsApplyToReq) ProtoMessage() {}
func (*GetPaginationFriendsApplyToReq) Descriptor() ([]byte, []int) {
2023-02-28 17:17:21 +08:00
return fileDescriptor_friend_6b500c5d751d5a67, []int{6}
2021-05-26 19:44:38 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsApplyToReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetPaginationFriendsApplyToReq.Unmarshal(m, b)
2021-05-26 19:44:38 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsApplyToReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetPaginationFriendsApplyToReq.Marshal(b, m, deterministic)
2021-05-26 19:44:38 +08:00
}
2023-02-07 20:28:34 +08:00
func (dst *GetPaginationFriendsApplyToReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetPaginationFriendsApplyToReq.Merge(dst, src)
2022-09-27 16:59:56 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsApplyToReq) XXX_Size() int {
return xxx_messageInfo_GetPaginationFriendsApplyToReq.Size(m)
2023-01-04 11:28:52 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsApplyToReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetPaginationFriendsApplyToReq.DiscardUnknown(m)
2023-01-04 11:28:52 +08:00
}
2023-02-07 20:28:34 +08:00
var xxx_messageInfo_GetPaginationFriendsApplyToReq proto.InternalMessageInfo
2021-05-26 19:44:38 +08:00
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsApplyToReq) GetUserID() string {
2023-01-04 11:28:52 +08:00
if m != nil {
2023-01-29 19:47:13 +08:00
return m.UserID
2021-05-26 19:44:38 +08:00
}
2023-01-16 16:02:56 +08:00
return ""
}
2023-02-09 20:36:34 +08:00
func (m *GetPaginationFriendsApplyToReq) GetPagination() *sdkws.RequestPagination {
2023-01-16 16:02:56 +08:00
if m != nil {
2023-01-29 19:47:13 +08:00
return m.Pagination
2023-01-16 16:02:56 +08:00
}
2023-01-29 19:47:13 +08:00
return nil
2021-05-26 19:44:38 +08:00
}
2023-02-07 20:28:34 +08:00
type GetPaginationFriendsApplyToResp struct {
2023-02-09 20:36:34 +08:00
FriendRequests []*sdkws.FriendRequest `protobuf:"bytes,1,rep,name=FriendRequests" json:"FriendRequests,omitempty"`
Total int32 `protobuf:"varint,2,opt,name=total" json:"total,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-05-26 19:44:38 +08:00
}
2022-09-27 16:59:56 +08:00
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsApplyToResp) Reset() { *m = GetPaginationFriendsApplyToResp{} }
func (m *GetPaginationFriendsApplyToResp) String() string { return proto.CompactTextString(m) }
func (*GetPaginationFriendsApplyToResp) ProtoMessage() {}
func (*GetPaginationFriendsApplyToResp) Descriptor() ([]byte, []int) {
2023-02-28 17:17:21 +08:00
return fileDescriptor_friend_6b500c5d751d5a67, []int{7}
2021-05-26 19:44:38 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsApplyToResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetPaginationFriendsApplyToResp.Unmarshal(m, b)
2021-05-26 19:44:38 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsApplyToResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetPaginationFriendsApplyToResp.Marshal(b, m, deterministic)
2021-05-26 19:44:38 +08:00
}
2023-02-07 20:28:34 +08:00
func (dst *GetPaginationFriendsApplyToResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetPaginationFriendsApplyToResp.Merge(dst, src)
2023-01-04 11:28:52 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsApplyToResp) XXX_Size() int {
return xxx_messageInfo_GetPaginationFriendsApplyToResp.Size(m)
2022-09-27 16:59:56 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsApplyToResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetPaginationFriendsApplyToResp.DiscardUnknown(m)
2023-01-04 11:28:52 +08:00
}
2023-02-07 20:28:34 +08:00
var xxx_messageInfo_GetPaginationFriendsApplyToResp proto.InternalMessageInfo
2021-05-26 19:44:38 +08:00
2023-02-09 20:36:34 +08:00
func (m *GetPaginationFriendsApplyToResp) GetFriendRequests() []*sdkws.FriendRequest {
2023-01-04 11:28:52 +08:00
if m != nil {
2023-01-30 21:51:20 +08:00
return m.FriendRequests
2021-05-26 19:44:38 +08:00
}
2021-12-23 17:22:49 +08:00
return nil
2021-05-26 19:44:38 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsApplyToResp) GetTotal() int32 {
2023-01-29 19:47:13 +08:00
if m != nil {
return m.Total
}
return 0
}
2023-02-07 20:28:34 +08:00
type GetDesignatedFriendsReq struct {
2023-02-20 11:45:11 +08:00
OwnerUserID string `protobuf:"bytes,1,opt,name=ownerUserID" json:"ownerUserID,omitempty"`
FriendUserIDs []string `protobuf:"bytes,2,rep,name=friendUserIDs" json:"friendUserIDs,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-05-26 19:44:38 +08:00
}
2022-09-27 16:59:56 +08:00
2023-02-07 20:28:34 +08:00
func (m *GetDesignatedFriendsReq) Reset() { *m = GetDesignatedFriendsReq{} }
func (m *GetDesignatedFriendsReq) String() string { return proto.CompactTextString(m) }
func (*GetDesignatedFriendsReq) ProtoMessage() {}
func (*GetDesignatedFriendsReq) Descriptor() ([]byte, []int) {
2023-02-28 17:17:21 +08:00
return fileDescriptor_friend_6b500c5d751d5a67, []int{8}
2021-05-26 19:44:38 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetDesignatedFriendsReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetDesignatedFriendsReq.Unmarshal(m, b)
2021-05-26 19:44:38 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetDesignatedFriendsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetDesignatedFriendsReq.Marshal(b, m, deterministic)
2021-05-26 19:44:38 +08:00
}
2023-02-07 20:28:34 +08:00
func (dst *GetDesignatedFriendsReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetDesignatedFriendsReq.Merge(dst, src)
2023-01-04 11:28:52 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetDesignatedFriendsReq) XXX_Size() int {
return xxx_messageInfo_GetDesignatedFriendsReq.Size(m)
2022-09-27 16:59:56 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetDesignatedFriendsReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetDesignatedFriendsReq.DiscardUnknown(m)
2023-01-04 11:28:52 +08:00
}
2023-02-07 20:28:34 +08:00
var xxx_messageInfo_GetDesignatedFriendsReq proto.InternalMessageInfo
2021-05-26 19:44:38 +08:00
2023-02-20 11:45:11 +08:00
func (m *GetDesignatedFriendsReq) GetOwnerUserID() string {
2023-01-04 11:28:52 +08:00
if m != nil {
2023-02-20 11:45:11 +08:00
return m.OwnerUserID
2021-05-26 19:44:38 +08:00
}
2023-02-20 11:45:11 +08:00
return ""
2023-01-16 16:02:56 +08:00
}
2023-02-20 11:45:11 +08:00
func (m *GetDesignatedFriendsReq) GetFriendUserIDs() []string {
2023-01-16 16:02:56 +08:00
if m != nil {
2023-02-20 11:45:11 +08:00
return m.FriendUserIDs
2023-01-16 16:02:56 +08:00
}
2023-02-20 11:45:11 +08:00
return nil
2021-05-26 19:44:38 +08:00
}
2023-02-07 20:28:34 +08:00
type GetDesignatedFriendsResp struct {
2023-02-20 11:45:11 +08:00
FriendsInfo []*sdkws.FriendInfo `protobuf:"bytes,1,rep,name=friendsInfo" json:"friendsInfo,omitempty"`
2023-02-09 20:36:34 +08:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-05-26 19:44:38 +08:00
}
2022-09-27 16:59:56 +08:00
2023-02-07 20:28:34 +08:00
func (m *GetDesignatedFriendsResp) Reset() { *m = GetDesignatedFriendsResp{} }
func (m *GetDesignatedFriendsResp) String() string { return proto.CompactTextString(m) }
func (*GetDesignatedFriendsResp) ProtoMessage() {}
func (*GetDesignatedFriendsResp) Descriptor() ([]byte, []int) {
2023-02-28 17:17:21 +08:00
return fileDescriptor_friend_6b500c5d751d5a67, []int{9}
2021-05-26 19:44:38 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetDesignatedFriendsResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetDesignatedFriendsResp.Unmarshal(m, b)
2021-05-26 19:44:38 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetDesignatedFriendsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetDesignatedFriendsResp.Marshal(b, m, deterministic)
2021-05-26 19:44:38 +08:00
}
2023-02-07 20:28:34 +08:00
func (dst *GetDesignatedFriendsResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetDesignatedFriendsResp.Merge(dst, src)
2023-01-04 11:28:52 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetDesignatedFriendsResp) XXX_Size() int {
return xxx_messageInfo_GetDesignatedFriendsResp.Size(m)
2023-01-04 11:28:52 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetDesignatedFriendsResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetDesignatedFriendsResp.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2021-05-26 19:44:38 +08:00
2023-02-07 20:28:34 +08:00
var xxx_messageInfo_GetDesignatedFriendsResp proto.InternalMessageInfo
2023-01-04 11:28:52 +08:00
2023-02-09 20:36:34 +08:00
func (m *GetDesignatedFriendsResp) GetFriendsInfo() []*sdkws.FriendInfo {
2023-01-04 11:28:52 +08:00
if m != nil {
2023-01-30 21:51:20 +08:00
return m.FriendsInfo
2021-05-26 19:44:38 +08:00
}
return nil
}
2023-01-30 21:51:20 +08:00
type AddBlackReq struct {
OwnerUserID string `protobuf:"bytes,1,opt,name=ownerUserID" json:"ownerUserID,omitempty"`
BlackUserID string `protobuf:"bytes,2,opt,name=blackUserID" json:"blackUserID,omitempty"`
2023-01-04 11:28:52 +08:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-05-26 19:44:38 +08:00
}
2022-09-27 16:59:56 +08:00
2023-01-30 21:51:20 +08:00
func (m *AddBlackReq) Reset() { *m = AddBlackReq{} }
func (m *AddBlackReq) String() string { return proto.CompactTextString(m) }
func (*AddBlackReq) ProtoMessage() {}
func (*AddBlackReq) Descriptor() ([]byte, []int) {
2023-02-28 17:17:21 +08:00
return fileDescriptor_friend_6b500c5d751d5a67, []int{10}
2021-05-26 19:44:38 +08:00
}
2023-01-30 21:51:20 +08:00
func (m *AddBlackReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AddBlackReq.Unmarshal(m, b)
2021-05-26 19:44:38 +08:00
}
2023-01-30 21:51:20 +08:00
func (m *AddBlackReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AddBlackReq.Marshal(b, m, deterministic)
2021-05-26 19:44:38 +08:00
}
2023-01-30 21:51:20 +08:00
func (dst *AddBlackReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_AddBlackReq.Merge(dst, src)
2023-01-04 11:28:52 +08:00
}
2023-01-30 21:51:20 +08:00
func (m *AddBlackReq) XXX_Size() int {
return xxx_messageInfo_AddBlackReq.Size(m)
2023-01-04 11:28:52 +08:00
}
2023-01-30 21:51:20 +08:00
func (m *AddBlackReq) XXX_DiscardUnknown() {
xxx_messageInfo_AddBlackReq.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2021-05-26 19:44:38 +08:00
2023-01-30 21:51:20 +08:00
var xxx_messageInfo_AddBlackReq proto.InternalMessageInfo
2023-01-04 11:28:52 +08:00
2023-01-30 21:51:20 +08:00
func (m *AddBlackReq) GetOwnerUserID() string {
2023-01-04 11:28:52 +08:00
if m != nil {
2023-01-30 21:51:20 +08:00
return m.OwnerUserID
2021-05-26 19:44:38 +08:00
}
2023-01-16 16:02:56 +08:00
return ""
}
2023-01-30 21:51:20 +08:00
func (m *AddBlackReq) GetBlackUserID() string {
2023-01-16 16:02:56 +08:00
if m != nil {
2023-01-30 21:51:20 +08:00
return m.BlackUserID
2023-01-16 16:02:56 +08:00
}
return ""
2021-09-22 20:10:38 +08:00
}
2023-01-30 21:51:20 +08:00
type AddBlackResp struct {
2023-01-16 16:02:56 +08:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-12-26 18:47:11 +08:00
}
2022-09-27 16:59:56 +08:00
2023-01-30 21:51:20 +08:00
func (m *AddBlackResp) Reset() { *m = AddBlackResp{} }
func (m *AddBlackResp) String() string { return proto.CompactTextString(m) }
func (*AddBlackResp) ProtoMessage() {}
func (*AddBlackResp) Descriptor() ([]byte, []int) {
2023-02-28 17:17:21 +08:00
return fileDescriptor_friend_6b500c5d751d5a67, []int{11}
2021-12-26 18:47:11 +08:00
}
2023-01-30 21:51:20 +08:00
func (m *AddBlackResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AddBlackResp.Unmarshal(m, b)
2021-12-26 18:47:11 +08:00
}
2023-01-30 21:51:20 +08:00
func (m *AddBlackResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AddBlackResp.Marshal(b, m, deterministic)
2021-12-26 18:47:11 +08:00
}
2023-01-30 21:51:20 +08:00
func (dst *AddBlackResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_AddBlackResp.Merge(dst, src)
2022-09-27 16:59:56 +08:00
}
2023-01-30 21:51:20 +08:00
func (m *AddBlackResp) XXX_Size() int {
return xxx_messageInfo_AddBlackResp.Size(m)
2023-01-04 11:28:52 +08:00
}
2023-01-30 21:51:20 +08:00
func (m *AddBlackResp) XXX_DiscardUnknown() {
xxx_messageInfo_AddBlackResp.DiscardUnknown(m)
2023-01-04 11:28:52 +08:00
}
2023-01-30 21:51:20 +08:00
var xxx_messageInfo_AddBlackResp proto.InternalMessageInfo
2021-12-26 18:47:11 +08:00
2023-01-30 21:51:20 +08:00
type RemoveBlackReq struct {
OwnerUserID string `protobuf:"bytes,1,opt,name=ownerUserID" json:"ownerUserID,omitempty"`
BlackUserID string `protobuf:"bytes,2,opt,name=blackUserID" json:"blackUserID,omitempty"`
2023-01-04 11:28:52 +08:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-05-26 19:44:38 +08:00
}
2022-09-27 16:59:56 +08:00
2023-01-30 21:51:20 +08:00
func (m *RemoveBlackReq) Reset() { *m = RemoveBlackReq{} }
func (m *RemoveBlackReq) String() string { return proto.CompactTextString(m) }
func (*RemoveBlackReq) ProtoMessage() {}
func (*RemoveBlackReq) Descriptor() ([]byte, []int) {
2023-02-28 17:17:21 +08:00
return fileDescriptor_friend_6b500c5d751d5a67, []int{12}
2021-05-26 19:44:38 +08:00
}
2023-01-30 21:51:20 +08:00
func (m *RemoveBlackReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_RemoveBlackReq.Unmarshal(m, b)
2021-05-26 19:44:38 +08:00
}
2023-01-30 21:51:20 +08:00
func (m *RemoveBlackReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_RemoveBlackReq.Marshal(b, m, deterministic)
2021-05-26 19:44:38 +08:00
}
2023-01-30 21:51:20 +08:00
func (dst *RemoveBlackReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_RemoveBlackReq.Merge(dst, src)
2022-09-27 16:59:56 +08:00
}
2023-01-30 21:51:20 +08:00
func (m *RemoveBlackReq) XXX_Size() int {
return xxx_messageInfo_RemoveBlackReq.Size(m)
2023-01-04 11:28:52 +08:00
}
2023-01-30 21:51:20 +08:00
func (m *RemoveBlackReq) XXX_DiscardUnknown() {
xxx_messageInfo_RemoveBlackReq.DiscardUnknown(m)
2023-01-04 11:28:52 +08:00
}
2023-01-30 21:51:20 +08:00
var xxx_messageInfo_RemoveBlackReq proto.InternalMessageInfo
2021-05-26 19:44:38 +08:00
2023-01-30 21:51:20 +08:00
func (m *RemoveBlackReq) GetOwnerUserID() string {
2023-01-04 11:28:52 +08:00
if m != nil {
2023-01-30 21:51:20 +08:00
return m.OwnerUserID
2021-05-26 19:44:38 +08:00
}
2023-01-16 16:02:56 +08:00
return ""
}
2023-01-30 21:51:20 +08:00
func (m *RemoveBlackReq) GetBlackUserID() string {
2023-01-16 16:02:56 +08:00
if m != nil {
2023-01-30 21:51:20 +08:00
return m.BlackUserID
2023-01-16 16:02:56 +08:00
}
return ""
2021-05-26 19:44:38 +08:00
}
2023-01-31 09:59:15 +08:00
type RemoveBlackResp struct {
2023-01-16 16:02:56 +08:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-12-26 18:47:11 +08:00
}
2022-09-27 16:59:56 +08:00
2023-01-31 09:59:15 +08:00
func (m *RemoveBlackResp) Reset() { *m = RemoveBlackResp{} }
func (m *RemoveBlackResp) String() string { return proto.CompactTextString(m) }
func (*RemoveBlackResp) ProtoMessage() {}
func (*RemoveBlackResp) Descriptor() ([]byte, []int) {
2023-02-28 17:17:21 +08:00
return fileDescriptor_friend_6b500c5d751d5a67, []int{13}
2021-12-26 18:47:11 +08:00
}
2023-01-31 09:59:15 +08:00
func (m *RemoveBlackResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_RemoveBlackResp.Unmarshal(m, b)
2021-12-26 18:47:11 +08:00
}
2023-01-31 09:59:15 +08:00
func (m *RemoveBlackResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_RemoveBlackResp.Marshal(b, m, deterministic)
2021-12-26 18:47:11 +08:00
}
2023-01-31 09:59:15 +08:00
func (dst *RemoveBlackResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_RemoveBlackResp.Merge(dst, src)
2023-01-04 11:28:52 +08:00
}
2023-01-31 09:59:15 +08:00
func (m *RemoveBlackResp) XXX_Size() int {
return xxx_messageInfo_RemoveBlackResp.Size(m)
2022-09-27 16:59:56 +08:00
}
2023-01-31 09:59:15 +08:00
func (m *RemoveBlackResp) XXX_DiscardUnknown() {
xxx_messageInfo_RemoveBlackResp.DiscardUnknown(m)
2023-01-04 11:28:52 +08:00
}
2023-01-31 09:59:15 +08:00
var xxx_messageInfo_RemoveBlackResp proto.InternalMessageInfo
2021-12-26 18:47:11 +08:00
2023-02-07 20:28:34 +08:00
type GetPaginationBlacksReq struct {
2023-02-09 20:36:34 +08:00
UserID string `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"`
Pagination *sdkws.RequestPagination `protobuf:"bytes,2,opt,name=pagination" json:"pagination,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-05-26 19:44:38 +08:00
}
2022-09-27 16:59:56 +08:00
2023-02-07 20:28:34 +08:00
func (m *GetPaginationBlacksReq) Reset() { *m = GetPaginationBlacksReq{} }
func (m *GetPaginationBlacksReq) String() string { return proto.CompactTextString(m) }
func (*GetPaginationBlacksReq) ProtoMessage() {}
func (*GetPaginationBlacksReq) Descriptor() ([]byte, []int) {
2023-02-28 17:17:21 +08:00
return fileDescriptor_friend_6b500c5d751d5a67, []int{14}
2021-05-26 19:44:38 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationBlacksReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetPaginationBlacksReq.Unmarshal(m, b)
2021-05-26 19:44:38 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationBlacksReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetPaginationBlacksReq.Marshal(b, m, deterministic)
2021-05-26 19:44:38 +08:00
}
2023-02-07 20:28:34 +08:00
func (dst *GetPaginationBlacksReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetPaginationBlacksReq.Merge(dst, src)
2023-01-04 11:28:52 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationBlacksReq) XXX_Size() int {
return xxx_messageInfo_GetPaginationBlacksReq.Size(m)
2022-09-27 16:59:56 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationBlacksReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetPaginationBlacksReq.DiscardUnknown(m)
2023-01-04 11:28:52 +08:00
}
2023-02-07 20:28:34 +08:00
var xxx_messageInfo_GetPaginationBlacksReq proto.InternalMessageInfo
2021-05-26 19:44:38 +08:00
2023-02-07 20:28:34 +08:00
func (m *GetPaginationBlacksReq) GetUserID() string {
2023-01-16 16:02:56 +08:00
if m != nil {
2023-01-29 19:47:13 +08:00
return m.UserID
2023-01-16 16:02:56 +08:00
}
return ""
2021-05-26 19:44:38 +08:00
}
2023-02-09 20:36:34 +08:00
func (m *GetPaginationBlacksReq) GetPagination() *sdkws.RequestPagination {
2023-01-29 19:47:13 +08:00
if m != nil {
return m.Pagination
}
return nil
}
2023-02-07 20:28:34 +08:00
type GetPaginationBlacksResp struct {
2023-02-09 20:36:34 +08:00
Blacks []*sdkws.BlackInfo `protobuf:"bytes,1,rep,name=blacks" json:"blacks,omitempty"`
Total int32 `protobuf:"varint,2,opt,name=total" json:"total,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-05-26 19:44:38 +08:00
}
2022-09-27 16:59:56 +08:00
2023-02-07 20:28:34 +08:00
func (m *GetPaginationBlacksResp) Reset() { *m = GetPaginationBlacksResp{} }
func (m *GetPaginationBlacksResp) String() string { return proto.CompactTextString(m) }
func (*GetPaginationBlacksResp) ProtoMessage() {}
func (*GetPaginationBlacksResp) Descriptor() ([]byte, []int) {
2023-02-28 17:17:21 +08:00
return fileDescriptor_friend_6b500c5d751d5a67, []int{15}
2021-05-26 19:44:38 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationBlacksResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetPaginationBlacksResp.Unmarshal(m, b)
2021-05-26 19:44:38 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationBlacksResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetPaginationBlacksResp.Marshal(b, m, deterministic)
2021-05-26 19:44:38 +08:00
}
2023-02-07 20:28:34 +08:00
func (dst *GetPaginationBlacksResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetPaginationBlacksResp.Merge(dst, src)
2023-01-04 11:28:52 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationBlacksResp) XXX_Size() int {
return xxx_messageInfo_GetPaginationBlacksResp.Size(m)
2023-01-04 11:28:52 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationBlacksResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetPaginationBlacksResp.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2021-05-26 19:44:38 +08:00
2023-02-07 20:28:34 +08:00
var xxx_messageInfo_GetPaginationBlacksResp proto.InternalMessageInfo
2023-01-04 11:28:52 +08:00
2023-02-09 20:36:34 +08:00
func (m *GetPaginationBlacksResp) GetBlacks() []*sdkws.BlackInfo {
2023-01-04 11:28:52 +08:00
if m != nil {
2023-01-31 13:37:35 +08:00
return m.Blacks
2021-05-26 19:44:38 +08:00
}
return nil
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationBlacksResp) GetTotal() int32 {
2023-01-29 19:47:13 +08:00
if m != nil {
return m.Total
}
return 0
}
2021-06-28 15:33:26 +08:00
type IsFriendReq struct {
2023-01-31 11:34:30 +08:00
UserID1 string `protobuf:"bytes,1,opt,name=userID1" json:"userID1,omitempty"`
UserID2 string `protobuf:"bytes,2,opt,name=userID2" json:"userID2,omitempty"`
2023-01-04 11:28:52 +08:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-06-28 15:33:26 +08:00
}
2022-09-27 16:59:56 +08:00
2023-01-04 11:28:52 +08:00
func (m *IsFriendReq) Reset() { *m = IsFriendReq{} }
func (m *IsFriendReq) String() string { return proto.CompactTextString(m) }
func (*IsFriendReq) ProtoMessage() {}
func (*IsFriendReq) Descriptor() ([]byte, []int) {
2023-02-28 17:17:21 +08:00
return fileDescriptor_friend_6b500c5d751d5a67, []int{16}
2021-06-28 15:33:26 +08:00
}
2023-01-04 11:28:52 +08:00
func (m *IsFriendReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_IsFriendReq.Unmarshal(m, b)
2021-06-28 15:33:26 +08:00
}
2023-01-04 11:28:52 +08:00
func (m *IsFriendReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_IsFriendReq.Marshal(b, m, deterministic)
2021-06-28 15:33:26 +08:00
}
2023-01-04 11:28:52 +08:00
func (dst *IsFriendReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_IsFriendReq.Merge(dst, src)
}
func (m *IsFriendReq) XXX_Size() int {
return xxx_messageInfo_IsFriendReq.Size(m)
}
func (m *IsFriendReq) XXX_DiscardUnknown() {
xxx_messageInfo_IsFriendReq.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2021-06-28 15:33:26 +08:00
2023-01-04 11:28:52 +08:00
var xxx_messageInfo_IsFriendReq proto.InternalMessageInfo
2023-01-31 11:34:30 +08:00
func (m *IsFriendReq) GetUserID1() string {
2023-01-04 11:28:52 +08:00
if m != nil {
2023-01-31 11:34:30 +08:00
return m.UserID1
2021-06-28 15:33:26 +08:00
}
2023-01-16 16:02:56 +08:00
return ""
}
2023-01-31 11:34:30 +08:00
func (m *IsFriendReq) GetUserID2() string {
2023-01-16 16:02:56 +08:00
if m != nil {
2023-01-31 11:34:30 +08:00
return m.UserID2
2023-01-16 16:02:56 +08:00
}
return ""
2021-06-28 15:33:26 +08:00
}
type IsFriendResp struct {
2023-01-31 11:34:30 +08:00
InUser1Friends bool `protobuf:"varint,1,opt,name=inUser1Friends" json:"inUser1Friends,omitempty"`
InUser2Friends bool `protobuf:"varint,2,opt,name=inUser2Friends" json:"inUser2Friends,omitempty"`
2023-01-16 16:02:56 +08:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-06-28 15:33:26 +08:00
}
2022-09-27 16:59:56 +08:00
2023-01-04 11:28:52 +08:00
func (m *IsFriendResp) Reset() { *m = IsFriendResp{} }
func (m *IsFriendResp) String() string { return proto.CompactTextString(m) }
func (*IsFriendResp) ProtoMessage() {}
func (*IsFriendResp) Descriptor() ([]byte, []int) {
2023-02-28 17:17:21 +08:00
return fileDescriptor_friend_6b500c5d751d5a67, []int{17}
2021-06-28 15:33:26 +08:00
}
2023-01-04 11:28:52 +08:00
func (m *IsFriendResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_IsFriendResp.Unmarshal(m, b)
2021-06-28 15:33:26 +08:00
}
2023-01-04 11:28:52 +08:00
func (m *IsFriendResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_IsFriendResp.Marshal(b, m, deterministic)
2021-06-28 15:33:26 +08:00
}
2023-01-04 11:28:52 +08:00
func (dst *IsFriendResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_IsFriendResp.Merge(dst, src)
2022-09-27 16:59:56 +08:00
}
2023-01-04 11:28:52 +08:00
func (m *IsFriendResp) XXX_Size() int {
return xxx_messageInfo_IsFriendResp.Size(m)
}
func (m *IsFriendResp) XXX_DiscardUnknown() {
xxx_messageInfo_IsFriendResp.DiscardUnknown(m)
}
var xxx_messageInfo_IsFriendResp proto.InternalMessageInfo
2021-06-28 15:33:26 +08:00
2023-01-31 11:34:30 +08:00
func (m *IsFriendResp) GetInUser1Friends() bool {
if m != nil {
return m.InUser1Friends
}
return false
}
func (m *IsFriendResp) GetInUser2Friends() bool {
2023-01-04 11:28:52 +08:00
if m != nil {
2023-01-31 11:34:30 +08:00
return m.InUser2Friends
2021-06-28 15:33:26 +08:00
}
2021-12-26 18:47:11 +08:00
return false
2021-06-28 15:33:26 +08:00
}
2023-01-30 21:51:20 +08:00
type IsBlackReq struct {
2023-01-31 11:34:30 +08:00
UserID1 string `protobuf:"bytes,1,opt,name=userID1" json:"userID1,omitempty"`
UserID2 string `protobuf:"bytes,2,opt,name=userID2" json:"userID2,omitempty"`
2023-01-04 11:28:52 +08:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-05-26 19:44:38 +08:00
}
2022-09-27 16:59:56 +08:00
2023-01-30 21:51:20 +08:00
func (m *IsBlackReq) Reset() { *m = IsBlackReq{} }
func (m *IsBlackReq) String() string { return proto.CompactTextString(m) }
func (*IsBlackReq) ProtoMessage() {}
func (*IsBlackReq) Descriptor() ([]byte, []int) {
2023-02-28 17:17:21 +08:00
return fileDescriptor_friend_6b500c5d751d5a67, []int{18}
2021-05-26 19:44:38 +08:00
}
2023-01-30 21:51:20 +08:00
func (m *IsBlackReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_IsBlackReq.Unmarshal(m, b)
2021-05-26 19:44:38 +08:00
}
2023-01-30 21:51:20 +08:00
func (m *IsBlackReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_IsBlackReq.Marshal(b, m, deterministic)
2021-05-26 19:44:38 +08:00
}
2023-01-30 21:51:20 +08:00
func (dst *IsBlackReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_IsBlackReq.Merge(dst, src)
2022-09-27 16:59:56 +08:00
}
2023-01-30 21:51:20 +08:00
func (m *IsBlackReq) XXX_Size() int {
return xxx_messageInfo_IsBlackReq.Size(m)
2023-01-04 11:28:52 +08:00
}
2023-01-30 21:51:20 +08:00
func (m *IsBlackReq) XXX_DiscardUnknown() {
xxx_messageInfo_IsBlackReq.DiscardUnknown(m)
2023-01-04 11:28:52 +08:00
}
2023-01-30 21:51:20 +08:00
var xxx_messageInfo_IsBlackReq proto.InternalMessageInfo
2021-05-26 19:44:38 +08:00
2023-01-31 11:34:30 +08:00
func (m *IsBlackReq) GetUserID1() string {
2023-01-04 11:28:52 +08:00
if m != nil {
2023-01-31 11:34:30 +08:00
return m.UserID1
2021-05-26 19:44:38 +08:00
}
2023-01-16 16:02:56 +08:00
return ""
}
2023-01-31 11:34:30 +08:00
func (m *IsBlackReq) GetUserID2() string {
2023-01-16 16:02:56 +08:00
if m != nil {
2023-01-31 11:34:30 +08:00
return m.UserID2
2023-01-16 16:02:56 +08:00
}
return ""
2021-05-26 19:44:38 +08:00
}
2023-01-30 21:51:20 +08:00
type IsBlackResp struct {
2023-01-31 11:34:30 +08:00
InUser1Blacks bool `protobuf:"varint,1,opt,name=inUser1Blacks" json:"inUser1Blacks,omitempty"`
InUser2Blacks bool `protobuf:"varint,2,opt,name=inUser2Blacks" json:"inUser2Blacks,omitempty"`
2023-01-16 16:02:56 +08:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-05-26 19:44:38 +08:00
}
2022-09-27 16:59:56 +08:00
2023-01-30 21:51:20 +08:00
func (m *IsBlackResp) Reset() { *m = IsBlackResp{} }
func (m *IsBlackResp) String() string { return proto.CompactTextString(m) }
func (*IsBlackResp) ProtoMessage() {}
func (*IsBlackResp) Descriptor() ([]byte, []int) {
2023-02-28 17:17:21 +08:00
return fileDescriptor_friend_6b500c5d751d5a67, []int{19}
2021-05-26 19:44:38 +08:00
}
2023-01-30 21:51:20 +08:00
func (m *IsBlackResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_IsBlackResp.Unmarshal(m, b)
2021-05-26 19:44:38 +08:00
}
2023-01-30 21:51:20 +08:00
func (m *IsBlackResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_IsBlackResp.Marshal(b, m, deterministic)
2021-05-26 19:44:38 +08:00
}
2023-01-30 21:51:20 +08:00
func (dst *IsBlackResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_IsBlackResp.Merge(dst, src)
2023-01-04 11:28:52 +08:00
}
2023-01-30 21:51:20 +08:00
func (m *IsBlackResp) XXX_Size() int {
return xxx_messageInfo_IsBlackResp.Size(m)
2022-09-27 16:59:56 +08:00
}
2023-01-30 21:51:20 +08:00
func (m *IsBlackResp) XXX_DiscardUnknown() {
xxx_messageInfo_IsBlackResp.DiscardUnknown(m)
2023-01-04 11:28:52 +08:00
}
2023-01-30 21:51:20 +08:00
var xxx_messageInfo_IsBlackResp proto.InternalMessageInfo
2021-05-26 19:44:38 +08:00
2023-01-31 11:34:30 +08:00
func (m *IsBlackResp) GetInUser1Blacks() bool {
if m != nil {
return m.InUser1Blacks
}
return false
}
func (m *IsBlackResp) GetInUser2Blacks() bool {
2023-01-04 11:28:52 +08:00
if m != nil {
2023-01-31 11:34:30 +08:00
return m.InUser2Blacks
2021-05-26 19:44:38 +08:00
}
return false
}
type DeleteFriendReq struct {
2023-01-30 21:51:20 +08:00
OwnerUserID string `protobuf:"bytes,1,opt,name=ownerUserID" json:"ownerUserID,omitempty"`
FriendUserID string `protobuf:"bytes,2,opt,name=friendUserID" json:"friendUserID,omitempty"`
2023-01-04 11:28:52 +08:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-05-26 19:44:38 +08:00
}
2022-09-27 16:59:56 +08:00
2023-01-04 11:28:52 +08:00
func (m *DeleteFriendReq) Reset() { *m = DeleteFriendReq{} }
func (m *DeleteFriendReq) String() string { return proto.CompactTextString(m) }
func (*DeleteFriendReq) ProtoMessage() {}
func (*DeleteFriendReq) Descriptor() ([]byte, []int) {
2023-02-28 17:17:21 +08:00
return fileDescriptor_friend_6b500c5d751d5a67, []int{20}
2021-05-26 19:44:38 +08:00
}
2023-01-04 11:28:52 +08:00
func (m *DeleteFriendReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DeleteFriendReq.Unmarshal(m, b)
2021-05-26 19:44:38 +08:00
}
2023-01-04 11:28:52 +08:00
func (m *DeleteFriendReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_DeleteFriendReq.Marshal(b, m, deterministic)
2021-05-26 19:44:38 +08:00
}
2023-01-04 11:28:52 +08:00
func (dst *DeleteFriendReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_DeleteFriendReq.Merge(dst, src)
}
func (m *DeleteFriendReq) XXX_Size() int {
return xxx_messageInfo_DeleteFriendReq.Size(m)
2022-09-27 16:59:56 +08:00
}
2023-01-04 11:28:52 +08:00
func (m *DeleteFriendReq) XXX_DiscardUnknown() {
xxx_messageInfo_DeleteFriendReq.DiscardUnknown(m)
}
var xxx_messageInfo_DeleteFriendReq proto.InternalMessageInfo
2021-05-26 19:44:38 +08:00
2023-01-30 21:51:20 +08:00
func (m *DeleteFriendReq) GetOwnerUserID() string {
2023-01-16 16:02:56 +08:00
if m != nil {
2023-01-30 21:51:20 +08:00
return m.OwnerUserID
2023-01-16 16:02:56 +08:00
}
return ""
}
2023-01-30 21:51:20 +08:00
func (m *DeleteFriendReq) GetFriendUserID() string {
2023-01-04 11:28:52 +08:00
if m != nil {
2023-01-30 21:51:20 +08:00
return m.FriendUserID
2021-05-26 19:44:38 +08:00
}
2023-01-16 16:02:56 +08:00
return ""
2021-05-26 19:44:38 +08:00
}
2021-12-26 18:47:11 +08:00
type DeleteFriendResp struct {
2023-01-16 16:02:56 +08:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-12-26 18:47:11 +08:00
}
2022-09-27 16:59:56 +08:00
2023-01-04 11:28:52 +08:00
func (m *DeleteFriendResp) Reset() { *m = DeleteFriendResp{} }
func (m *DeleteFriendResp) String() string { return proto.CompactTextString(m) }
func (*DeleteFriendResp) ProtoMessage() {}
func (*DeleteFriendResp) Descriptor() ([]byte, []int) {
2023-02-28 17:17:21 +08:00
return fileDescriptor_friend_6b500c5d751d5a67, []int{21}
2021-12-26 18:47:11 +08:00
}
2023-01-04 11:28:52 +08:00
func (m *DeleteFriendResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DeleteFriendResp.Unmarshal(m, b)
2021-12-26 18:47:11 +08:00
}
2023-01-04 11:28:52 +08:00
func (m *DeleteFriendResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_DeleteFriendResp.Marshal(b, m, deterministic)
2021-12-26 18:47:11 +08:00
}
2023-01-04 11:28:52 +08:00
func (dst *DeleteFriendResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_DeleteFriendResp.Merge(dst, src)
}
func (m *DeleteFriendResp) XXX_Size() int {
return xxx_messageInfo_DeleteFriendResp.Size(m)
}
func (m *DeleteFriendResp) XXX_DiscardUnknown() {
xxx_messageInfo_DeleteFriendResp.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2021-12-26 18:47:11 +08:00
2023-01-04 11:28:52 +08:00
var xxx_messageInfo_DeleteFriendResp proto.InternalMessageInfo
// process
2023-01-30 21:51:20 +08:00
type RespondFriendApplyReq struct {
2023-01-29 19:47:13 +08:00
FromUserID string `protobuf:"bytes,1,opt,name=fromUserID" json:"fromUserID,omitempty"`
ToUserID string `protobuf:"bytes,2,opt,name=toUserID" json:"toUserID,omitempty"`
2023-01-16 16:02:56 +08:00
HandleResult int32 `protobuf:"varint,3,opt,name=handleResult" json:"handleResult,omitempty"`
HandleMsg string `protobuf:"bytes,4,opt,name=handleMsg" json:"handleMsg,omitempty"`
2023-01-04 11:28:52 +08:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-05-26 19:44:38 +08:00
}
2022-09-27 16:59:56 +08:00
2023-01-30 21:51:20 +08:00
func (m *RespondFriendApplyReq) Reset() { *m = RespondFriendApplyReq{} }
func (m *RespondFriendApplyReq) String() string { return proto.CompactTextString(m) }
func (*RespondFriendApplyReq) ProtoMessage() {}
func (*RespondFriendApplyReq) Descriptor() ([]byte, []int) {
2023-02-28 17:17:21 +08:00
return fileDescriptor_friend_6b500c5d751d5a67, []int{22}
2021-05-26 19:44:38 +08:00
}
2023-01-30 21:51:20 +08:00
func (m *RespondFriendApplyReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_RespondFriendApplyReq.Unmarshal(m, b)
2021-05-26 19:44:38 +08:00
}
2023-01-30 21:51:20 +08:00
func (m *RespondFriendApplyReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_RespondFriendApplyReq.Marshal(b, m, deterministic)
2021-05-26 19:44:38 +08:00
}
2023-01-30 21:51:20 +08:00
func (dst *RespondFriendApplyReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_RespondFriendApplyReq.Merge(dst, src)
2023-01-04 11:28:52 +08:00
}
2023-01-30 21:51:20 +08:00
func (m *RespondFriendApplyReq) XXX_Size() int {
return xxx_messageInfo_RespondFriendApplyReq.Size(m)
2023-01-04 11:28:52 +08:00
}
2023-01-30 21:51:20 +08:00
func (m *RespondFriendApplyReq) XXX_DiscardUnknown() {
xxx_messageInfo_RespondFriendApplyReq.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2021-05-26 19:44:38 +08:00
2023-01-30 21:51:20 +08:00
var xxx_messageInfo_RespondFriendApplyReq proto.InternalMessageInfo
2023-01-04 11:28:52 +08:00
2023-01-30 21:51:20 +08:00
func (m *RespondFriendApplyReq) GetFromUserID() string {
2023-01-04 11:28:52 +08:00
if m != nil {
2023-01-29 19:47:13 +08:00
return m.FromUserID
2021-05-26 19:44:38 +08:00
}
2023-01-16 16:02:56 +08:00
return ""
}
2023-01-30 21:51:20 +08:00
func (m *RespondFriendApplyReq) GetToUserID() string {
2023-01-16 16:02:56 +08:00
if m != nil {
2023-01-29 19:47:13 +08:00
return m.ToUserID
2023-01-16 16:02:56 +08:00
}
return ""
2021-05-26 19:44:38 +08:00
}
2023-01-30 21:51:20 +08:00
func (m *RespondFriendApplyReq) GetHandleResult() int32 {
2023-01-04 11:28:52 +08:00
if m != nil {
return m.HandleResult
2021-05-26 19:44:38 +08:00
}
return 0
}
2023-01-30 21:51:20 +08:00
func (m *RespondFriendApplyReq) GetHandleMsg() string {
2023-01-04 11:28:52 +08:00
if m != nil {
return m.HandleMsg
2021-12-26 18:47:11 +08:00
}
return ""
}
2023-01-30 21:51:20 +08:00
type RespondFriendApplyResp struct {
2023-01-16 16:02:56 +08:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-12-26 18:47:11 +08:00
}
2022-09-27 16:59:56 +08:00
2023-01-30 21:51:20 +08:00
func (m *RespondFriendApplyResp) Reset() { *m = RespondFriendApplyResp{} }
func (m *RespondFriendApplyResp) String() string { return proto.CompactTextString(m) }
func (*RespondFriendApplyResp) ProtoMessage() {}
func (*RespondFriendApplyResp) Descriptor() ([]byte, []int) {
2023-02-28 17:17:21 +08:00
return fileDescriptor_friend_6b500c5d751d5a67, []int{23}
2021-12-26 18:47:11 +08:00
}
2023-01-30 21:51:20 +08:00
func (m *RespondFriendApplyResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_RespondFriendApplyResp.Unmarshal(m, b)
2021-12-26 18:47:11 +08:00
}
2023-01-30 21:51:20 +08:00
func (m *RespondFriendApplyResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_RespondFriendApplyResp.Marshal(b, m, deterministic)
2021-12-26 18:47:11 +08:00
}
2023-01-30 21:51:20 +08:00
func (dst *RespondFriendApplyResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_RespondFriendApplyResp.Merge(dst, src)
2023-01-04 11:28:52 +08:00
}
2023-01-30 21:51:20 +08:00
func (m *RespondFriendApplyResp) XXX_Size() int {
return xxx_messageInfo_RespondFriendApplyResp.Size(m)
2022-09-27 16:59:56 +08:00
}
2023-01-30 21:51:20 +08:00
func (m *RespondFriendApplyResp) XXX_DiscardUnknown() {
xxx_messageInfo_RespondFriendApplyResp.DiscardUnknown(m)
2023-01-04 11:28:52 +08:00
}
2023-01-30 21:51:20 +08:00
var xxx_messageInfo_RespondFriendApplyResp proto.InternalMessageInfo
2021-12-26 18:47:11 +08:00
2021-12-29 14:25:39 +08:00
type SetFriendRemarkReq struct {
2023-01-30 21:51:20 +08:00
OwnerUserID string `protobuf:"bytes,1,opt,name=ownerUserID" json:"ownerUserID,omitempty"`
FriendUserID string `protobuf:"bytes,2,opt,name=friendUserID" json:"friendUserID,omitempty"`
2023-01-29 19:47:13 +08:00
Remark string `protobuf:"bytes,3,opt,name=remark" json:"remark,omitempty"`
2023-01-04 11:28:52 +08:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-05-26 19:44:38 +08:00
}
2022-09-27 16:59:56 +08:00
2023-01-04 11:28:52 +08:00
func (m *SetFriendRemarkReq) Reset() { *m = SetFriendRemarkReq{} }
func (m *SetFriendRemarkReq) String() string { return proto.CompactTextString(m) }
func (*SetFriendRemarkReq) ProtoMessage() {}
func (*SetFriendRemarkReq) Descriptor() ([]byte, []int) {
2023-02-28 17:17:21 +08:00
return fileDescriptor_friend_6b500c5d751d5a67, []int{24}
2021-05-26 19:44:38 +08:00
}
2023-01-04 11:28:52 +08:00
func (m *SetFriendRemarkReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SetFriendRemarkReq.Unmarshal(m, b)
2021-05-26 19:44:38 +08:00
}
2023-01-04 11:28:52 +08:00
func (m *SetFriendRemarkReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SetFriendRemarkReq.Marshal(b, m, deterministic)
2021-05-26 19:44:38 +08:00
}
2023-01-04 11:28:52 +08:00
func (dst *SetFriendRemarkReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_SetFriendRemarkReq.Merge(dst, src)
2022-09-27 16:59:56 +08:00
}
2023-01-04 11:28:52 +08:00
func (m *SetFriendRemarkReq) XXX_Size() int {
return xxx_messageInfo_SetFriendRemarkReq.Size(m)
}
func (m *SetFriendRemarkReq) XXX_DiscardUnknown() {
xxx_messageInfo_SetFriendRemarkReq.DiscardUnknown(m)
}
var xxx_messageInfo_SetFriendRemarkReq proto.InternalMessageInfo
2021-05-26 19:44:38 +08:00
2023-01-30 21:51:20 +08:00
func (m *SetFriendRemarkReq) GetOwnerUserID() string {
2023-01-04 11:28:52 +08:00
if m != nil {
2023-01-30 21:51:20 +08:00
return m.OwnerUserID
2021-05-26 19:44:38 +08:00
}
2023-01-16 16:02:56 +08:00
return ""
}
2023-01-30 21:51:20 +08:00
func (m *SetFriendRemarkReq) GetFriendUserID() string {
2023-01-16 16:02:56 +08:00
if m != nil {
2023-01-30 21:51:20 +08:00
return m.FriendUserID
2023-01-16 16:02:56 +08:00
}
return ""
2021-05-26 19:44:38 +08:00
}
2023-01-04 11:28:52 +08:00
func (m *SetFriendRemarkReq) GetRemark() string {
if m != nil {
return m.Remark
2021-05-26 19:44:38 +08:00
}
return ""
}
2021-12-29 14:25:39 +08:00
type SetFriendRemarkResp struct {
2023-01-16 16:02:56 +08:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-12-26 18:47:11 +08:00
}
2022-09-27 16:59:56 +08:00
2023-01-04 11:28:52 +08:00
func (m *SetFriendRemarkResp) Reset() { *m = SetFriendRemarkResp{} }
func (m *SetFriendRemarkResp) String() string { return proto.CompactTextString(m) }
func (*SetFriendRemarkResp) ProtoMessage() {}
func (*SetFriendRemarkResp) Descriptor() ([]byte, []int) {
2023-02-28 17:17:21 +08:00
return fileDescriptor_friend_6b500c5d751d5a67, []int{25}
2021-12-26 18:47:11 +08:00
}
2023-01-04 11:28:52 +08:00
func (m *SetFriendRemarkResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SetFriendRemarkResp.Unmarshal(m, b)
2021-12-26 18:47:11 +08:00
}
2023-01-04 11:28:52 +08:00
func (m *SetFriendRemarkResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SetFriendRemarkResp.Marshal(b, m, deterministic)
2021-12-26 18:47:11 +08:00
}
2023-01-04 11:28:52 +08:00
func (dst *SetFriendRemarkResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_SetFriendRemarkResp.Merge(dst, src)
}
func (m *SetFriendRemarkResp) XXX_Size() int {
return xxx_messageInfo_SetFriendRemarkResp.Size(m)
}
func (m *SetFriendRemarkResp) XXX_DiscardUnknown() {
xxx_messageInfo_SetFriendRemarkResp.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2021-12-26 18:47:11 +08:00
2023-01-04 11:28:52 +08:00
var xxx_messageInfo_SetFriendRemarkResp proto.InternalMessageInfo
2023-02-07 20:28:34 +08:00
type GetPaginationFriendsApplyFromReq struct {
2023-02-09 20:36:34 +08:00
UserID string `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"`
Pagination *sdkws.RequestPagination `protobuf:"bytes,2,opt,name=pagination" json:"pagination,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-12-26 18:47:11 +08:00
}
2022-09-27 16:59:56 +08:00
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsApplyFromReq) Reset() { *m = GetPaginationFriendsApplyFromReq{} }
func (m *GetPaginationFriendsApplyFromReq) String() string { return proto.CompactTextString(m) }
func (*GetPaginationFriendsApplyFromReq) ProtoMessage() {}
func (*GetPaginationFriendsApplyFromReq) Descriptor() ([]byte, []int) {
2023-02-28 17:17:21 +08:00
return fileDescriptor_friend_6b500c5d751d5a67, []int{26}
2021-12-26 18:47:11 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsApplyFromReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetPaginationFriendsApplyFromReq.Unmarshal(m, b)
2021-12-26 18:47:11 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsApplyFromReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetPaginationFriendsApplyFromReq.Marshal(b, m, deterministic)
2021-12-26 18:47:11 +08:00
}
2023-02-07 20:28:34 +08:00
func (dst *GetPaginationFriendsApplyFromReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetPaginationFriendsApplyFromReq.Merge(dst, src)
2023-01-04 11:28:52 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsApplyFromReq) XXX_Size() int {
return xxx_messageInfo_GetPaginationFriendsApplyFromReq.Size(m)
2022-09-27 16:59:56 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsApplyFromReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetPaginationFriendsApplyFromReq.DiscardUnknown(m)
2023-01-04 11:28:52 +08:00
}
2023-02-07 20:28:34 +08:00
var xxx_messageInfo_GetPaginationFriendsApplyFromReq proto.InternalMessageInfo
2021-12-26 18:47:11 +08:00
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsApplyFromReq) GetUserID() string {
2023-01-04 11:28:52 +08:00
if m != nil {
2023-01-29 19:47:13 +08:00
return m.UserID
2021-12-26 18:47:11 +08:00
}
2023-01-16 16:02:56 +08:00
return ""
}
2023-02-09 20:36:34 +08:00
func (m *GetPaginationFriendsApplyFromReq) GetPagination() *sdkws.RequestPagination {
2023-01-16 16:02:56 +08:00
if m != nil {
2023-01-29 19:47:13 +08:00
return m.Pagination
2023-01-16 16:02:56 +08:00
}
2023-01-29 19:47:13 +08:00
return nil
2021-12-26 18:47:11 +08:00
}
2023-02-07 20:28:34 +08:00
type GetPaginationFriendsApplyFromResp struct {
2023-02-09 20:36:34 +08:00
FriendRequests []*sdkws.FriendRequest `protobuf:"bytes,1,rep,name=friendRequests" json:"friendRequests,omitempty"`
Total int32 `protobuf:"varint,2,opt,name=total" json:"total,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-12-26 18:47:11 +08:00
}
2022-09-27 16:59:56 +08:00
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsApplyFromResp) Reset() { *m = GetPaginationFriendsApplyFromResp{} }
func (m *GetPaginationFriendsApplyFromResp) String() string { return proto.CompactTextString(m) }
func (*GetPaginationFriendsApplyFromResp) ProtoMessage() {}
func (*GetPaginationFriendsApplyFromResp) Descriptor() ([]byte, []int) {
2023-02-28 17:17:21 +08:00
return fileDescriptor_friend_6b500c5d751d5a67, []int{27}
2021-12-26 18:47:11 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsApplyFromResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetPaginationFriendsApplyFromResp.Unmarshal(m, b)
2021-12-26 18:47:11 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsApplyFromResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetPaginationFriendsApplyFromResp.Marshal(b, m, deterministic)
2021-12-26 18:47:11 +08:00
}
2023-02-07 20:28:34 +08:00
func (dst *GetPaginationFriendsApplyFromResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetPaginationFriendsApplyFromResp.Merge(dst, src)
2023-01-04 11:28:52 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsApplyFromResp) XXX_Size() int {
return xxx_messageInfo_GetPaginationFriendsApplyFromResp.Size(m)
2022-09-27 16:59:56 +08:00
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsApplyFromResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetPaginationFriendsApplyFromResp.DiscardUnknown(m)
2023-01-04 11:28:52 +08:00
}
2023-02-07 20:28:34 +08:00
var xxx_messageInfo_GetPaginationFriendsApplyFromResp proto.InternalMessageInfo
2021-12-26 18:47:11 +08:00
2023-02-09 20:36:34 +08:00
func (m *GetPaginationFriendsApplyFromResp) GetFriendRequests() []*sdkws.FriendRequest {
2023-01-04 11:28:52 +08:00
if m != nil {
2023-01-30 21:51:20 +08:00
return m.FriendRequests
2021-12-26 18:47:11 +08:00
}
return nil
}
2023-02-07 20:28:34 +08:00
func (m *GetPaginationFriendsApplyFromResp) GetTotal() int32 {
2023-01-29 19:47:13 +08:00
if m != nil {
return m.Total
}
return 0
}
2023-01-04 11:28:52 +08:00
func init() {
2023-02-07 20:28:34 +08:00
proto.RegisterType((*GetPaginationFriendsReq)(nil), "friend.getPaginationFriendsReq")
proto.RegisterType((*GetPaginationFriendsResp)(nil), "friend.getPaginationFriendsResp")
proto.RegisterType((*ApplyToAddFriendReq)(nil), "friend.applyToAddFriendReq")
proto.RegisterType((*ApplyToAddFriendResp)(nil), "friend.applyToAddFriendResp")
2023-01-30 21:51:20 +08:00
proto.RegisterType((*ImportFriendReq)(nil), "friend.importFriendReq")
proto.RegisterType((*ImportFriendResp)(nil), "friend.importFriendResp")
2023-02-07 20:28:34 +08:00
proto.RegisterType((*GetPaginationFriendsApplyToReq)(nil), "friend.getPaginationFriendsApplyToReq")
proto.RegisterType((*GetPaginationFriendsApplyToResp)(nil), "friend.getPaginationFriendsApplyToResp")
proto.RegisterType((*GetDesignatedFriendsReq)(nil), "friend.getDesignatedFriendsReq")
proto.RegisterType((*GetDesignatedFriendsResp)(nil), "friend.getDesignatedFriendsResp")
2023-01-30 21:51:20 +08:00
proto.RegisterType((*AddBlackReq)(nil), "friend.addBlackReq")
proto.RegisterType((*AddBlackResp)(nil), "friend.addBlackResp")
proto.RegisterType((*RemoveBlackReq)(nil), "friend.removeBlackReq")
2023-01-31 09:59:15 +08:00
proto.RegisterType((*RemoveBlackResp)(nil), "friend.removeBlackResp")
2023-02-07 20:28:34 +08:00
proto.RegisterType((*GetPaginationBlacksReq)(nil), "friend.getPaginationBlacksReq")
proto.RegisterType((*GetPaginationBlacksResp)(nil), "friend.getPaginationBlacksResp")
2023-01-30 21:51:20 +08:00
proto.RegisterType((*IsFriendReq)(nil), "friend.isFriendReq")
proto.RegisterType((*IsFriendResp)(nil), "friend.isFriendResp")
proto.RegisterType((*IsBlackReq)(nil), "friend.isBlackReq")
proto.RegisterType((*IsBlackResp)(nil), "friend.isBlackResp")
proto.RegisterType((*DeleteFriendReq)(nil), "friend.deleteFriendReq")
proto.RegisterType((*DeleteFriendResp)(nil), "friend.deleteFriendResp")
proto.RegisterType((*RespondFriendApplyReq)(nil), "friend.respondFriendApplyReq")
proto.RegisterType((*RespondFriendApplyResp)(nil), "friend.respondFriendApplyResp")
proto.RegisterType((*SetFriendRemarkReq)(nil), "friend.setFriendRemarkReq")
proto.RegisterType((*SetFriendRemarkResp)(nil), "friend.setFriendRemarkResp")
2023-02-07 20:28:34 +08:00
proto.RegisterType((*GetPaginationFriendsApplyFromReq)(nil), "friend.getPaginationFriendsApplyFromReq")
proto.RegisterType((*GetPaginationFriendsApplyFromResp)(nil), "friend.getPaginationFriendsApplyFromResp")
2021-05-26 19:44:38 +08:00
}
// Reference imports to suppress errors if they are not otherwise used.
var _ context.Context
2023-01-04 11:28:52 +08:00
var _ grpc.ClientConn
2021-05-26 19:44:38 +08:00
// This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against.
2023-01-04 11:28:52 +08:00
const _ = grpc.SupportPackageIsVersion4
// Client API for Friend service
2021-05-26 19:44:38 +08:00
type FriendClient interface {
2023-01-29 19:47:13 +08:00
// 申请加好友
2023-02-07 20:28:34 +08:00
ApplyToAddFriend(ctx context.Context, in *ApplyToAddFriendReq, opts ...grpc.CallOption) (*ApplyToAddFriendResp, error)
2023-01-29 19:47:13 +08:00
// 获取收到的好友申请列表
2023-02-07 20:28:34 +08:00
GetPaginationFriendsApplyTo(ctx context.Context, in *GetPaginationFriendsApplyToReq, opts ...grpc.CallOption) (*GetPaginationFriendsApplyToResp, error)
2023-01-29 19:47:13 +08:00
// 获取主动发出去的好友申请列表
2023-02-07 20:28:34 +08:00
GetPaginationFriendsApplyFrom(ctx context.Context, in *GetPaginationFriendsApplyFromReq, opts ...grpc.CallOption) (*GetPaginationFriendsApplyFromResp, error)
2023-01-29 19:47:13 +08:00
// 添加黑名单
2023-01-30 21:51:20 +08:00
AddBlack(ctx context.Context, in *AddBlackReq, opts ...grpc.CallOption) (*AddBlackResp, error)
2023-01-29 19:47:13 +08:00
// 移除黑名单
2023-01-31 09:59:15 +08:00
RemoveBlack(ctx context.Context, in *RemoveBlackReq, opts ...grpc.CallOption) (*RemoveBlackResp, error)
2023-01-29 19:47:13 +08:00
// 判断是否好友关系
2021-06-28 15:33:26 +08:00
IsFriend(ctx context.Context, in *IsFriendReq, opts ...grpc.CallOption) (*IsFriendResp, error)
2023-01-29 19:47:13 +08:00
// 判断是否在黑名单中
2023-01-30 21:51:20 +08:00
IsBlack(ctx context.Context, in *IsBlackReq, opts ...grpc.CallOption) (*IsBlackResp, error)
2023-01-29 19:47:13 +08:00
// 获取黑名单列表
2023-02-07 20:28:34 +08:00
GetPaginationBlacks(ctx context.Context, in *GetPaginationBlacksReq, opts ...grpc.CallOption) (*GetPaginationBlacksResp, error)
2023-01-29 19:47:13 +08:00
// 删除好友
2021-12-26 18:47:11 +08:00
DeleteFriend(ctx context.Context, in *DeleteFriendReq, opts ...grpc.CallOption) (*DeleteFriendResp, error)
2023-01-29 19:47:13 +08:00
// 对好友申请响应(同意或拒绝)
2023-01-30 21:51:20 +08:00
RespondFriendApply(ctx context.Context, in *RespondFriendApplyReq, opts ...grpc.CallOption) (*RespondFriendApplyResp, error)
2023-01-29 19:47:13 +08:00
// 设置好友备注
2021-12-29 14:36:13 +08:00
SetFriendRemark(ctx context.Context, in *SetFriendRemarkReq, opts ...grpc.CallOption) (*SetFriendRemarkResp, error)
2023-01-29 19:47:13 +08:00
// 导入好友关系
2023-01-30 21:51:20 +08:00
ImportFriends(ctx context.Context, in *ImportFriendReq, opts ...grpc.CallOption) (*ImportFriendResp, error)
2023-02-07 20:28:34 +08:00
// 翻页获取好友列表 无结果不返回错误
GetDesignatedFriends(ctx context.Context, in *GetDesignatedFriendsReq, opts ...grpc.CallOption) (*GetDesignatedFriendsResp, error)
// 获取指定好友信息 有id不存在也返回错误
GetPaginationFriends(ctx context.Context, in *GetPaginationFriendsReq, opts ...grpc.CallOption) (*GetPaginationFriendsResp, error)
2021-05-26 19:44:38 +08:00
}
type friendClient struct {
2023-01-04 11:28:52 +08:00
cc *grpc.ClientConn
2021-05-26 19:44:38 +08:00
}
2023-01-04 11:28:52 +08:00
func NewFriendClient(cc *grpc.ClientConn) FriendClient {
2021-05-26 19:44:38 +08:00
return &friendClient{cc}
}
2023-02-07 20:28:34 +08:00
func (c *friendClient) ApplyToAddFriend(ctx context.Context, in *ApplyToAddFriendReq, opts ...grpc.CallOption) (*ApplyToAddFriendResp, error) {
out := new(ApplyToAddFriendResp)
err := grpc.Invoke(ctx, "/friend.friend/applyToAddFriend", in, out, c.cc, opts...)
2021-05-26 19:44:38 +08:00
if err != nil {
return nil, err
}
return out, nil
}
2023-02-07 20:28:34 +08:00
func (c *friendClient) GetPaginationFriendsApplyTo(ctx context.Context, in *GetPaginationFriendsApplyToReq, opts ...grpc.CallOption) (*GetPaginationFriendsApplyToResp, error) {
out := new(GetPaginationFriendsApplyToResp)
err := grpc.Invoke(ctx, "/friend.friend/getPaginationFriendsApplyTo", in, out, c.cc, opts...)
2021-05-26 19:44:38 +08:00
if err != nil {
return nil, err
}
return out, nil
}
2023-02-07 20:28:34 +08:00
func (c *friendClient) GetPaginationFriendsApplyFrom(ctx context.Context, in *GetPaginationFriendsApplyFromReq, opts ...grpc.CallOption) (*GetPaginationFriendsApplyFromResp, error) {
out := new(GetPaginationFriendsApplyFromResp)
err := grpc.Invoke(ctx, "/friend.friend/getPaginationFriendsApplyFrom", in, out, c.cc, opts...)
2021-05-26 19:44:38 +08:00
if err != nil {
return nil, err
}
return out, nil
}
2023-01-30 21:51:20 +08:00
func (c *friendClient) AddBlack(ctx context.Context, in *AddBlackReq, opts ...grpc.CallOption) (*AddBlackResp, error) {
out := new(AddBlackResp)
err := grpc.Invoke(ctx, "/friend.friend/addBlack", in, out, c.cc, opts...)
2021-05-26 19:44:38 +08:00
if err != nil {
return nil, err
}
return out, nil
}
2023-01-31 09:59:15 +08:00
func (c *friendClient) RemoveBlack(ctx context.Context, in *RemoveBlackReq, opts ...grpc.CallOption) (*RemoveBlackResp, error) {
out := new(RemoveBlackResp)
2023-01-30 21:51:20 +08:00
err := grpc.Invoke(ctx, "/friend.friend/removeBlack", in, out, c.cc, opts...)
2021-05-26 19:44:38 +08:00
if err != nil {
return nil, err
}
return out, nil
}
2021-06-28 15:33:26 +08:00
func (c *friendClient) IsFriend(ctx context.Context, in *IsFriendReq, opts ...grpc.CallOption) (*IsFriendResp, error) {
out := new(IsFriendResp)
2023-01-04 11:28:52 +08:00
err := grpc.Invoke(ctx, "/friend.friend/isFriend", in, out, c.cc, opts...)
2021-06-28 15:33:26 +08:00
if err != nil {
return nil, err
}
return out, nil
}
2023-01-30 21:51:20 +08:00
func (c *friendClient) IsBlack(ctx context.Context, in *IsBlackReq, opts ...grpc.CallOption) (*IsBlackResp, error) {
out := new(IsBlackResp)
err := grpc.Invoke(ctx, "/friend.friend/isBlack", in, out, c.cc, opts...)
2021-05-26 19:44:38 +08:00
if err != nil {
return nil, err
}
return out, nil
}
2023-02-07 20:28:34 +08:00
func (c *friendClient) GetPaginationBlacks(ctx context.Context, in *GetPaginationBlacksReq, opts ...grpc.CallOption) (*GetPaginationBlacksResp, error) {
out := new(GetPaginationBlacksResp)
err := grpc.Invoke(ctx, "/friend.friend/getPaginationBlacks", in, out, c.cc, opts...)
2021-05-26 19:44:38 +08:00
if err != nil {
return nil, err
}
return out, nil
}
2021-12-26 18:47:11 +08:00
func (c *friendClient) DeleteFriend(ctx context.Context, in *DeleteFriendReq, opts ...grpc.CallOption) (*DeleteFriendResp, error) {
out := new(DeleteFriendResp)
2023-01-04 11:28:52 +08:00
err := grpc.Invoke(ctx, "/friend.friend/deleteFriend", in, out, c.cc, opts...)
2021-05-26 19:44:38 +08:00
if err != nil {
return nil, err
}
return out, nil
}
2023-01-30 21:51:20 +08:00
func (c *friendClient) RespondFriendApply(ctx context.Context, in *RespondFriendApplyReq, opts ...grpc.CallOption) (*RespondFriendApplyResp, error) {
out := new(RespondFriendApplyResp)
err := grpc.Invoke(ctx, "/friend.friend/respondFriendApply", in, out, c.cc, opts...)
2021-05-26 19:44:38 +08:00
if err != nil {
return nil, err
}
return out, nil
}
2021-12-29 14:36:13 +08:00
func (c *friendClient) SetFriendRemark(ctx context.Context, in *SetFriendRemarkReq, opts ...grpc.CallOption) (*SetFriendRemarkResp, error) {
2021-12-29 14:25:39 +08:00
out := new(SetFriendRemarkResp)
2023-01-04 11:28:52 +08:00
err := grpc.Invoke(ctx, "/friend.friend/setFriendRemark", in, out, c.cc, opts...)
2021-05-26 19:44:38 +08:00
if err != nil {
return nil, err
}
return out, nil
}
2023-01-30 21:51:20 +08:00
func (c *friendClient) ImportFriends(ctx context.Context, in *ImportFriendReq, opts ...grpc.CallOption) (*ImportFriendResp, error) {
2021-09-26 14:26:45 +08:00
out := new(ImportFriendResp)
2023-01-30 21:51:20 +08:00
err := grpc.Invoke(ctx, "/friend.friend/importFriends", in, out, c.cc, opts...)
2021-09-22 20:10:38 +08:00
if err != nil {
return nil, err
}
return out, nil
}
2023-02-07 20:28:34 +08:00
func (c *friendClient) GetDesignatedFriends(ctx context.Context, in *GetDesignatedFriendsReq, opts ...grpc.CallOption) (*GetDesignatedFriendsResp, error) {
out := new(GetDesignatedFriendsResp)
err := grpc.Invoke(ctx, "/friend.friend/getDesignatedFriends", in, out, c.cc, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *friendClient) GetPaginationFriends(ctx context.Context, in *GetPaginationFriendsReq, opts ...grpc.CallOption) (*GetPaginationFriendsResp, error) {
out := new(GetPaginationFriendsResp)
err := grpc.Invoke(ctx, "/friend.friend/getPaginationFriends", in, out, c.cc, opts...)
2023-01-29 19:47:13 +08:00
if err != nil {
return nil, err
}
return out, nil
}
2023-01-04 11:28:52 +08:00
// Server API for Friend service
2021-05-26 19:44:38 +08:00
type FriendServer interface {
2023-01-29 19:47:13 +08:00
// 申请加好友
2023-02-07 20:28:34 +08:00
ApplyToAddFriend(context.Context, *ApplyToAddFriendReq) (*ApplyToAddFriendResp, error)
2023-01-29 19:47:13 +08:00
// 获取收到的好友申请列表
2023-02-07 20:28:34 +08:00
GetPaginationFriendsApplyTo(context.Context, *GetPaginationFriendsApplyToReq) (*GetPaginationFriendsApplyToResp, error)
2023-01-29 19:47:13 +08:00
// 获取主动发出去的好友申请列表
2023-02-07 20:28:34 +08:00
GetPaginationFriendsApplyFrom(context.Context, *GetPaginationFriendsApplyFromReq) (*GetPaginationFriendsApplyFromResp, error)
2023-01-29 19:47:13 +08:00
// 添加黑名单
2023-01-30 21:51:20 +08:00
AddBlack(context.Context, *AddBlackReq) (*AddBlackResp, error)
2023-01-29 19:47:13 +08:00
// 移除黑名单
2023-01-31 09:59:15 +08:00
RemoveBlack(context.Context, *RemoveBlackReq) (*RemoveBlackResp, error)
2023-01-29 19:47:13 +08:00
// 判断是否好友关系
2021-06-28 15:33:26 +08:00
IsFriend(context.Context, *IsFriendReq) (*IsFriendResp, error)
2023-01-29 19:47:13 +08:00
// 判断是否在黑名单中
2023-01-30 21:51:20 +08:00
IsBlack(context.Context, *IsBlackReq) (*IsBlackResp, error)
2023-01-29 19:47:13 +08:00
// 获取黑名单列表
2023-02-07 20:28:34 +08:00
GetPaginationBlacks(context.Context, *GetPaginationBlacksReq) (*GetPaginationBlacksResp, error)
2023-01-29 19:47:13 +08:00
// 删除好友
2021-12-26 18:47:11 +08:00
DeleteFriend(context.Context, *DeleteFriendReq) (*DeleteFriendResp, error)
2023-01-29 19:47:13 +08:00
// 对好友申请响应(同意或拒绝)
2023-01-30 21:51:20 +08:00
RespondFriendApply(context.Context, *RespondFriendApplyReq) (*RespondFriendApplyResp, error)
2023-01-29 19:47:13 +08:00
// 设置好友备注
2021-12-29 14:36:13 +08:00
SetFriendRemark(context.Context, *SetFriendRemarkReq) (*SetFriendRemarkResp, error)
2023-01-29 19:47:13 +08:00
// 导入好友关系
2023-01-30 21:51:20 +08:00
ImportFriends(context.Context, *ImportFriendReq) (*ImportFriendResp, error)
2023-02-07 20:28:34 +08:00
// 翻页获取好友列表 无结果不返回错误
GetDesignatedFriends(context.Context, *GetDesignatedFriendsReq) (*GetDesignatedFriendsResp, error)
// 获取指定好友信息 有id不存在也返回错误
GetPaginationFriends(context.Context, *GetPaginationFriendsReq) (*GetPaginationFriendsResp, error)
2021-05-26 19:44:38 +08:00
}
func RegisterFriendServer(s *grpc.Server, srv FriendServer) {
s.RegisterService(&_Friend_serviceDesc, srv)
}
2023-02-07 20:28:34 +08:00
func _Friend_ApplyToAddFriend_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(ApplyToAddFriendReq)
2021-05-26 19:44:38 +08:00
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
2023-02-07 20:28:34 +08:00
return srv.(FriendServer).ApplyToAddFriend(ctx, in)
2021-05-26 19:44:38 +08:00
}
info := &grpc.UnaryServerInfo{
Server: srv,
2023-02-07 20:28:34 +08:00
FullMethod: "/friend.friend/ApplyToAddFriend",
2021-05-26 19:44:38 +08:00
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
2023-02-07 20:28:34 +08:00
return srv.(FriendServer).ApplyToAddFriend(ctx, req.(*ApplyToAddFriendReq))
2021-05-26 19:44:38 +08:00
}
return interceptor(ctx, in, info, handler)
}
2023-02-07 20:28:34 +08:00
func _Friend_GetPaginationFriendsApplyTo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetPaginationFriendsApplyToReq)
2021-06-28 15:33:26 +08:00
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
2023-02-07 20:28:34 +08:00
return srv.(FriendServer).GetPaginationFriendsApplyTo(ctx, in)
2021-06-28 15:33:26 +08:00
}
info := &grpc.UnaryServerInfo{
Server: srv,
2023-02-07 20:28:34 +08:00
FullMethod: "/friend.friend/GetPaginationFriendsApplyTo",
2021-06-28 15:33:26 +08:00
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
2023-02-07 20:28:34 +08:00
return srv.(FriendServer).GetPaginationFriendsApplyTo(ctx, req.(*GetPaginationFriendsApplyToReq))
2021-06-28 15:33:26 +08:00
}
return interceptor(ctx, in, info, handler)
}
2023-02-07 20:28:34 +08:00
func _Friend_GetPaginationFriendsApplyFrom_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetPaginationFriendsApplyFromReq)
2021-05-26 19:44:38 +08:00
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
2023-02-07 20:28:34 +08:00
return srv.(FriendServer).GetPaginationFriendsApplyFrom(ctx, in)
2021-05-26 19:44:38 +08:00
}
info := &grpc.UnaryServerInfo{
Server: srv,
2023-02-07 20:28:34 +08:00
FullMethod: "/friend.friend/GetPaginationFriendsApplyFrom",
2021-05-26 19:44:38 +08:00
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
2023-02-07 20:28:34 +08:00
return srv.(FriendServer).GetPaginationFriendsApplyFrom(ctx, req.(*GetPaginationFriendsApplyFromReq))
2021-05-26 19:44:38 +08:00
}
return interceptor(ctx, in, info, handler)
}
2023-01-30 21:51:20 +08:00
func _Friend_AddBlack_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(AddBlackReq)
2021-05-26 19:44:38 +08:00
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
2023-01-30 21:51:20 +08:00
return srv.(FriendServer).AddBlack(ctx, in)
2021-05-26 19:44:38 +08:00
}
info := &grpc.UnaryServerInfo{
Server: srv,
2023-01-30 21:51:20 +08:00
FullMethod: "/friend.friend/AddBlack",
2021-05-26 19:44:38 +08:00
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
2023-01-30 21:51:20 +08:00
return srv.(FriendServer).AddBlack(ctx, req.(*AddBlackReq))
2021-05-26 19:44:38 +08:00
}
return interceptor(ctx, in, info, handler)
}
2023-01-30 21:51:20 +08:00
func _Friend_RemoveBlack_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(RemoveBlackReq)
2021-05-26 19:44:38 +08:00
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
2023-01-30 21:51:20 +08:00
return srv.(FriendServer).RemoveBlack(ctx, in)
2021-05-26 19:44:38 +08:00
}
info := &grpc.UnaryServerInfo{
Server: srv,
2023-01-30 21:51:20 +08:00
FullMethod: "/friend.friend/RemoveBlack",
2021-05-26 19:44:38 +08:00
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
2023-01-30 21:51:20 +08:00
return srv.(FriendServer).RemoveBlack(ctx, req.(*RemoveBlackReq))
2021-05-26 19:44:38 +08:00
}
return interceptor(ctx, in, info, handler)
}
2021-06-28 15:33:26 +08:00
func _Friend_IsFriend_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(IsFriendReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(FriendServer).IsFriend(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/friend.friend/IsFriend",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(FriendServer).IsFriend(ctx, req.(*IsFriendReq))
}
return interceptor(ctx, in, info, handler)
}
2023-01-30 21:51:20 +08:00
func _Friend_IsBlack_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(IsBlackReq)
2021-05-26 19:44:38 +08:00
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
2023-01-30 21:51:20 +08:00
return srv.(FriendServer).IsBlack(ctx, in)
2021-05-26 19:44:38 +08:00
}
info := &grpc.UnaryServerInfo{
Server: srv,
2023-01-30 21:51:20 +08:00
FullMethod: "/friend.friend/IsBlack",
2021-05-26 19:44:38 +08:00
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
2023-01-30 21:51:20 +08:00
return srv.(FriendServer).IsBlack(ctx, req.(*IsBlackReq))
2021-05-26 19:44:38 +08:00
}
return interceptor(ctx, in, info, handler)
}
2023-02-07 20:28:34 +08:00
func _Friend_GetPaginationBlacks_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetPaginationBlacksReq)
2021-05-26 19:44:38 +08:00
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
2023-02-07 20:28:34 +08:00
return srv.(FriendServer).GetPaginationBlacks(ctx, in)
2021-05-26 19:44:38 +08:00
}
info := &grpc.UnaryServerInfo{
Server: srv,
2023-02-07 20:28:34 +08:00
FullMethod: "/friend.friend/GetPaginationBlacks",
2021-05-26 19:44:38 +08:00
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
2023-02-07 20:28:34 +08:00
return srv.(FriendServer).GetPaginationBlacks(ctx, req.(*GetPaginationBlacksReq))
2021-05-26 19:44:38 +08:00
}
return interceptor(ctx, in, info, handler)
}
func _Friend_DeleteFriend_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(DeleteFriendReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(FriendServer).DeleteFriend(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/friend.friend/DeleteFriend",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(FriendServer).DeleteFriend(ctx, req.(*DeleteFriendReq))
}
return interceptor(ctx, in, info, handler)
}
2023-01-30 21:51:20 +08:00
func _Friend_RespondFriendApply_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(RespondFriendApplyReq)
2021-05-26 19:44:38 +08:00
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
2023-01-30 21:51:20 +08:00
return srv.(FriendServer).RespondFriendApply(ctx, in)
2021-05-26 19:44:38 +08:00
}
info := &grpc.UnaryServerInfo{
Server: srv,
2023-01-30 21:51:20 +08:00
FullMethod: "/friend.friend/RespondFriendApply",
2021-05-26 19:44:38 +08:00
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
2023-01-30 21:51:20 +08:00
return srv.(FriendServer).RespondFriendApply(ctx, req.(*RespondFriendApplyReq))
2021-05-26 19:44:38 +08:00
}
return interceptor(ctx, in, info, handler)
}
2021-12-29 14:36:13 +08:00
func _Friend_SetFriendRemark_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
2021-12-29 14:25:39 +08:00
in := new(SetFriendRemarkReq)
2021-05-26 19:44:38 +08:00
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
2021-12-29 14:36:13 +08:00
return srv.(FriendServer).SetFriendRemark(ctx, in)
2021-05-26 19:44:38 +08:00
}
info := &grpc.UnaryServerInfo{
Server: srv,
2021-12-29 14:36:13 +08:00
FullMethod: "/friend.friend/SetFriendRemark",
2021-05-26 19:44:38 +08:00
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
2021-12-29 14:36:13 +08:00
return srv.(FriendServer).SetFriendRemark(ctx, req.(*SetFriendRemarkReq))
2021-05-26 19:44:38 +08:00
}
return interceptor(ctx, in, info, handler)
}
2023-01-30 21:51:20 +08:00
func _Friend_ImportFriends_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
2021-09-22 20:10:38 +08:00
in := new(ImportFriendReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
2023-01-30 21:51:20 +08:00
return srv.(FriendServer).ImportFriends(ctx, in)
2021-09-22 20:10:38 +08:00
}
info := &grpc.UnaryServerInfo{
Server: srv,
2023-01-30 21:51:20 +08:00
FullMethod: "/friend.friend/ImportFriends",
2021-09-22 20:10:38 +08:00
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
2023-01-30 21:51:20 +08:00
return srv.(FriendServer).ImportFriends(ctx, req.(*ImportFriendReq))
2021-09-22 20:10:38 +08:00
}
return interceptor(ctx, in, info, handler)
}
2023-02-07 20:28:34 +08:00
func _Friend_GetDesignatedFriends_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetDesignatedFriendsReq)
2023-01-29 19:47:13 +08:00
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
2023-02-07 20:28:34 +08:00
return srv.(FriendServer).GetDesignatedFriends(ctx, in)
2023-01-29 19:47:13 +08:00
}
info := &grpc.UnaryServerInfo{
Server: srv,
2023-02-07 20:28:34 +08:00
FullMethod: "/friend.friend/GetDesignatedFriends",
2023-01-29 19:47:13 +08:00
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
2023-02-07 20:28:34 +08:00
return srv.(FriendServer).GetDesignatedFriends(ctx, req.(*GetDesignatedFriendsReq))
}
return interceptor(ctx, in, info, handler)
}
func _Friend_GetPaginationFriends_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetPaginationFriendsReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(FriendServer).GetPaginationFriends(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/friend.friend/GetPaginationFriends",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(FriendServer).GetPaginationFriends(ctx, req.(*GetPaginationFriendsReq))
2023-01-29 19:47:13 +08:00
}
return interceptor(ctx, in, info, handler)
}
2021-05-26 19:44:38 +08:00
var _Friend_serviceDesc = grpc.ServiceDesc{
ServiceName: "friend.friend",
HandlerType: (*FriendServer)(nil),
Methods: []grpc.MethodDesc{
{
2023-02-07 20:28:34 +08:00
MethodName: "applyToAddFriend",
Handler: _Friend_ApplyToAddFriend_Handler,
2021-05-26 19:44:38 +08:00
},
2021-06-28 15:33:26 +08:00
{
2023-02-07 20:28:34 +08:00
MethodName: "getPaginationFriendsApplyTo",
Handler: _Friend_GetPaginationFriendsApplyTo_Handler,
2021-06-28 15:33:26 +08:00
},
2021-05-26 19:44:38 +08:00
{
2023-02-07 20:28:34 +08:00
MethodName: "getPaginationFriendsApplyFrom",
Handler: _Friend_GetPaginationFriendsApplyFrom_Handler,
2021-05-26 19:44:38 +08:00
},
{
2023-01-30 21:51:20 +08:00
MethodName: "addBlack",
Handler: _Friend_AddBlack_Handler,
2021-05-26 19:44:38 +08:00
},
{
2023-01-30 21:51:20 +08:00
MethodName: "removeBlack",
Handler: _Friend_RemoveBlack_Handler,
2021-05-26 19:44:38 +08:00
},
2021-06-28 15:33:26 +08:00
{
MethodName: "isFriend",
Handler: _Friend_IsFriend_Handler,
},
2021-05-26 19:44:38 +08:00
{
2023-01-30 21:51:20 +08:00
MethodName: "isBlack",
Handler: _Friend_IsBlack_Handler,
2021-05-26 19:44:38 +08:00
},
{
2023-02-07 20:28:34 +08:00
MethodName: "getPaginationBlacks",
Handler: _Friend_GetPaginationBlacks_Handler,
2021-05-26 19:44:38 +08:00
},
{
MethodName: "deleteFriend",
Handler: _Friend_DeleteFriend_Handler,
},
{
2023-01-30 21:51:20 +08:00
MethodName: "respondFriendApply",
Handler: _Friend_RespondFriendApply_Handler,
2021-05-26 19:44:38 +08:00
},
{
2021-12-29 14:36:13 +08:00
MethodName: "setFriendRemark",
Handler: _Friend_SetFriendRemark_Handler,
2021-05-26 19:44:38 +08:00
},
2021-09-22 20:10:38 +08:00
{
2023-01-30 21:51:20 +08:00
MethodName: "importFriends",
Handler: _Friend_ImportFriends_Handler,
2021-09-22 20:10:38 +08:00
},
2023-01-29 19:47:13 +08:00
{
2023-02-07 20:28:34 +08:00
MethodName: "getDesignatedFriends",
Handler: _Friend_GetDesignatedFriends_Handler,
},
{
MethodName: "getPaginationFriends",
Handler: _Friend_GetPaginationFriends_Handler,
2023-01-29 19:47:13 +08:00
},
2021-05-26 19:44:38 +08:00
},
Streams: []grpc.StreamDesc{},
Metadata: "friend/friend.proto",
}
2023-01-04 11:28:52 +08:00
2023-02-28 17:17:21 +08:00
func init() { proto.RegisterFile("friend/friend.proto", fileDescriptor_friend_6b500c5d751d5a67) }
2023-02-20 11:45:11 +08:00
2023-02-28 17:17:21 +08:00
var fileDescriptor_friend_6b500c5d751d5a67 = []byte{
// 956 bytes of a gzipped FileDescriptorProto
2023-02-20 11:45:11 +08:00
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x57, 0xe1, 0x6e, 0xdb, 0x46,
2023-02-28 17:17:21 +08:00
0x0c, 0x86, 0x9d, 0x25, 0x4d, 0x68, 0xd7, 0x49, 0x69, 0xd7, 0x15, 0x94, 0xd6, 0xf1, 0x0e, 0x43,
2023-02-20 11:45:11 +08:00
0xeb, 0xfd, 0x68, 0x8c, 0xba, 0x18, 0x30, 0x60, 0xc3, 0xb0, 0x04, 0x45, 0x81, 0x0c, 0x08, 0xba,
2023-02-28 17:17:21 +08:00
0xa9, 0xed, 0x86, 0xec, 0xc7, 0x00, 0x75, 0x3a, 0x7b, 0x9e, 0x6d, 0xe9, 0x22, 0x2a, 0x4d, 0xfb,
0x20, 0x7b, 0xb4, 0xbd, 0xcf, 0xa0, 0xbb, 0x93, 0xee, 0x24, 0xcb, 0xae, 0xbb, 0xa6, 0xbf, 0x0c,
0x92, 0xdf, 0x91, 0x3c, 0x92, 0xfa, 0x78, 0x86, 0xf6, 0x38, 0x9e, 0xf2, 0x30, 0x18, 0xaa, 0x9f,
0x63, 0x11, 0x47, 0x49, 0x84, 0x3b, 0x4a, 0x72, 0x1f, 0xbd, 0x10, 0x3c, 0x7c, 0x7c, 0x76, 0xfe,
0xf8, 0x25, 0x8f, 0xdf, 0xf2, 0x78, 0x28, 0x66, 0x93, 0xa1, 0x44, 0x0c, 0x29, 0x98, 0x5d, 0xd3,
0xf0, 0x9a, 0xd4, 0x01, 0x36, 0x83, 0x7b, 0x13, 0x9e, 0xfc, 0xec, 0x4f, 0xa6, 0xa1, 0x9f, 0x4c,
0xa3, 0xf0, 0xb9, 0x3c, 0x4f, 0x1e, 0xbf, 0xc4, 0x6f, 0x01, 0x44, 0xae, 0x77, 0x6a, 0xfd, 0xda,
0xa0, 0x31, 0x72, 0x8e, 0xe5, 0xf9, 0x63, 0x8f, 0x5f, 0x5e, 0x71, 0xb2, 0xce, 0x79, 0x16, 0x16,
0xbb, 0xb0, 0x73, 0x45, 0x3c, 0x3e, 0x7b, 0xe6, 0xd4, 0xfb, 0xb5, 0xc1, 0x9e, 0xa7, 0x25, 0xc6,
0xc1, 0xa9, 0x0e, 0x46, 0x02, 0x9f, 0x42, 0x43, 0x8b, 0x67, 0xe1, 0x38, 0x72, 0x6a, 0xfd, 0xad,
0x41, 0x63, 0x74, 0x47, 0x87, 0x53, 0x96, 0xd4, 0xe0, 0xd9, 0x28, 0xec, 0xc0, 0x76, 0x12, 0x25,
0xfe, 0x5c, 0xc6, 0xd9, 0xf6, 0x94, 0xc0, 0xde, 0x43, 0xdb, 0x17, 0x62, 0xfe, 0xfe, 0x55, 0x74,
0x12, 0x04, 0x0a, 0x9e, 0xde, 0xa7, 0x07, 0x30, 0x8e, 0xa3, 0xc5, 0x6b, 0x95, 0x59, 0x4d, 0x66,
0x66, 0x69, 0xd0, 0x85, 0xdd, 0x24, 0x7a, 0x6d, 0xe7, 0x9d, 0xcb, 0xe9, 0x8d, 0x62, 0x7e, 0x79,
0x4e, 0x13, 0x67, 0x4b, 0xdd, 0x48, 0x49, 0xd8, 0x82, 0x3a, 0x7f, 0xe7, 0x7c, 0x21, 0x75, 0x75,
0xfe, 0x8e, 0x75, 0xa1, 0xb3, 0x1c, 0x9a, 0x04, 0xbb, 0x80, 0xfd, 0xe9, 0x42, 0x44, 0x71, 0x62,
0xd2, 0xe9, 0x43, 0x23, 0xba, 0x0e, 0x79, 0x5c, 0xc8, 0xc7, 0x56, 0xe1, 0x57, 0x70, 0x5b, 0xb5,
0x53, 0xc9, 0xe4, 0xd4, 0xfb, 0x5b, 0x83, 0x3d, 0xaf, 0xa8, 0x64, 0x08, 0x07, 0x45, 0xd7, 0x24,
0x58, 0x0c, 0xbd, 0xaa, 0x42, 0x9f, 0xa8, 0xd4, 0xd2, 0xe8, 0xa6, 0x45, 0x35, 0xbb, 0x45, 0xa5,
0xa6, 0xd7, 0x37, 0x6f, 0x3a, 0xbb, 0x82, 0xa3, 0xb5, 0x31, 0x49, 0xe0, 0xf7, 0xd0, 0xca, 0xef,
0x9f, 0x7a, 0x22, 0xdd, 0xe6, 0x4e, 0xa1, 0xcd, 0xda, 0xe8, 0x95, 0xb0, 0x2b, 0x9a, 0xed, 0xcb,
0x01, 0x7e, 0xc6, 0x69, 0x3a, 0x09, 0xfd, 0x84, 0x07, 0xd6, 0x00, 0xdf, 0x54, 0x85, 0x5f, 0xc8,
0xb1, 0xad, 0x08, 0xa1, 0xc6, 0x76, 0xbc, 0xd1, 0xd8, 0x5a, 0x28, 0xf6, 0x0b, 0x34, 0xfc, 0x20,
0x38, 0x9d, 0xfb, 0x7f, 0xce, 0x36, 0xcb, 0xb3, 0x0f, 0x8d, 0x37, 0x29, 0xba, 0x30, 0x9d, 0xb6,
0x8a, 0xb5, 0xa0, 0x69, 0x5c, 0x92, 0x60, 0xaf, 0xa0, 0x15, 0xf3, 0x45, 0xf4, 0x96, 0xdf, 0x68,
0x94, 0x3b, 0xb0, 0x5f, 0xf0, 0x4a, 0x82, 0xfd, 0x0d, 0xdd, 0x42, 0xdb, 0xa5, 0x85, 0x3e, 0xcf,
0x88, 0x5d, 0x94, 0xc8, 0x2a, 0x8b, 0x45, 0x02, 0x07, 0xb0, 0x23, 0x13, 0xcd, 0x46, 0xea, 0x40,
0x3b, 0x94, 0x10, 0xd9, 0x01, 0x6d, 0x5f, 0x31, 0x46, 0x27, 0xd0, 0x98, 0x92, 0xf9, 0x38, 0x1d,
0xb8, 0xa5, 0xb2, 0x7d, 0xa2, 0x93, 0xcf, 0x44, 0x63, 0x19, 0xe9, 0x02, 0x65, 0x22, 0xfb, 0x03,
0x9a, 0xc6, 0x05, 0x09, 0x7c, 0x08, 0xad, 0x69, 0x98, 0x16, 0xee, 0x89, 0x1e, 0x18, 0xe9, 0x6a,
0xd7, 0x2b, 0x69, 0x0d, 0x6e, 0x94, 0xe1, 0xea, 0x36, 0x2e, 0xd3, 0xb2, 0x1f, 0x01, 0xa6, 0x94,
0xb7, 0xf3, 0xff, 0x64, 0x78, 0x91, 0x5e, 0x32, 0x6f, 0x5d, 0x3a, 0xfd, 0x3a, 0x95, 0xd3, 0xac,
0x74, 0x69, 0xdc, 0xa2, 0xd2, 0xa0, 0x46, 0x1a, 0x55, 0xb7, 0x51, 0x5a, 0xc9, 0x7e, 0x83, 0xfd,
0x80, 0xcf, 0x79, 0xc2, 0x3f, 0x86, 0xe0, 0x18, 0x34, 0xed, 0x2f, 0x4d, 0xa7, 0x5b, 0xd0, 0xa5,
0xf4, 0x56, 0x74, 0x4c, 0x82, 0xfd, 0x53, 0x83, 0xbb, 0x31, 0x27, 0x11, 0x85, 0xfa, 0x5b, 0x94,
0x24, 0xf3, 0xa9, 0x1c, 0xcf, 0xa0, 0xf9, 0x97, 0x1f, 0x06, 0x73, 0xee, 0x71, 0xba, 0x9a, 0x27,
0x92, 0xe9, 0xb7, 0xbd, 0x82, 0x0e, 0xef, 0xc3, 0x9e, 0x92, 0xd3, 0x55, 0xa0, 0x68, 0xdf, 0x28,
0x98, 0x03, 0xdd, 0xaa, 0xb4, 0x24, 0x21, 0x23, 0xf1, 0x9c, 0xa1, 0x17, 0x7e, 0x3c, 0xbb, 0xb1,
0x0a, 0xa9, 0xdd, 0x94, 0xba, 0x34, 0xbb, 0x29, 0x95, 0xd8, 0x5d, 0x68, 0x2f, 0xc5, 0x24, 0xc1,
0x12, 0xe8, 0xaf, 0xe4, 0xe9, 0xe7, 0x71, 0xb4, 0xf8, 0x3c, 0x9f, 0xee, 0x35, 0x7c, 0xf9, 0x81,
0xa8, 0x6a, 0x3f, 0x8c, 0x3f, 0x62, 0x3f, 0x8c, 0x37, 0xd8, 0x0f, 0xa3, 0x7f, 0x77, 0x41, 0x3f,
0x8a, 0xf0, 0x1c, 0x0e, 0xca, 0xcb, 0x19, 0x0f, 0x8f, 0xf5, 0xfb, 0xa9, 0xe2, 0xc5, 0xe0, 0xde,
0x5f, 0x6d, 0x24, 0x81, 0x21, 0x1c, 0xae, 0x59, 0x78, 0xf8, 0x30, 0x3b, 0xbc, 0x7e, 0x13, 0xbb,
0x8f, 0x36, 0xc2, 0x91, 0xc0, 0x04, 0x1e, 0xac, 0x2d, 0x21, 0x0e, 0x3e, 0xe8, 0x49, 0xf7, 0xd7,
0xfd, 0x7a, 0x43, 0x24, 0x09, 0xfc, 0x06, 0x76, 0xb3, 0xc5, 0x82, 0xed, 0xbc, 0x1e, 0x66, 0x7b,
0xb9, 0x9d, 0x65, 0x25, 0x09, 0xfc, 0x01, 0x1a, 0xd6, 0xa6, 0xc0, 0x6e, 0x06, 0x2a, 0x2e, 0x25,
0xf7, 0x5e, 0xa5, 0x5e, 0x85, 0xcd, 0xc8, 0xd4, 0x84, 0xb5, 0x18, 0xda, 0x84, 0x2d, 0x70, 0xee,
0x08, 0x6e, 0x69, 0x86, 0x43, 0x34, 0x80, 0x3c, 0x5c, 0x7b, 0x49, 0x47, 0x02, 0x7f, 0x85, 0x76,
0xc5, 0x56, 0xc1, 0x5e, 0x65, 0x8d, 0xf2, 0xf5, 0xe6, 0x1e, 0xad, 0xb5, 0x93, 0xc0, 0x13, 0x68,
0xda, 0xcc, 0x85, 0xf9, 0x5d, 0x4b, 0x44, 0xe9, 0x3a, 0xd5, 0x06, 0x12, 0xf8, 0x12, 0x70, 0x99,
0x50, 0xf0, 0x81, 0x29, 0x5a, 0x05, 0x07, 0xba, 0xbd, 0x75, 0x66, 0x12, 0xf8, 0x13, 0xec, 0x97,
0x78, 0x01, 0xdd, 0xec, 0xc8, 0x32, 0x49, 0xb9, 0x87, 0x2b, 0x6d, 0x24, 0xf0, 0x14, 0x6e, 0xdb,
0x8f, 0x4f, 0x32, 0x97, 0x2c, 0x3d, 0x77, 0xcd, 0x25, 0xcb, 0x8f, 0x55, 0xbc, 0x80, 0x4e, 0xd5,
0xf3, 0x0a, 0xed, 0x02, 0x57, 0xbd, 0xef, 0xdc, 0xfe, 0x7a, 0x40, 0xee, 0x7a, 0x69, 0xc2, 0xf1,
0x68, 0xdd, 0xfc, 0x97, 0x5d, 0x57, 0xfe, 0x5f, 0x39, 0xed, 0xff, 0xde, 0x4b, 0xff, 0x63, 0x9d,
0x9d, 0x5b, 0xff, 0xad, 0xd4, 0x99, 0xef, 0xd4, 0xcf, 0x9b, 0x1d, 0xa9, 0x7c, 0xfa, 0x5f, 0x00,
0x00, 0x00, 0xff, 0xff, 0xbe, 0xcc, 0x6c, 0x96, 0xa9, 0x0d, 0x00, 0x00,
2023-01-04 11:28:52 +08:00
}