refactor: centralize protobuf and remove go-zero
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.8
|
||||
// protoc (unknown)
|
||||
// source: friend.proto
|
||||
// protoc-gen-go v1.36.11
|
||||
// protoc v7.35.0
|
||||
// source: module/social/relation/proto/friend.proto
|
||||
|
||||
package relation
|
||||
|
||||
import (
|
||||
protobuf "bsm/full/protobuf"
|
||||
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
@@ -32,7 +33,7 @@ type ApplyFetchReply struct {
|
||||
|
||||
func (x *ApplyFetchReply) Reset() {
|
||||
*x = ApplyFetchReply{}
|
||||
mi := &file_friend_proto_msgTypes[0]
|
||||
mi := &file_module_social_relation_proto_friend_proto_msgTypes[0]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -44,7 +45,7 @@ func (x *ApplyFetchReply) String() string {
|
||||
func (*ApplyFetchReply) ProtoMessage() {}
|
||||
|
||||
func (x *ApplyFetchReply) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_friend_proto_msgTypes[0]
|
||||
mi := &file_module_social_relation_proto_friend_proto_msgTypes[0]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -57,7 +58,7 @@ func (x *ApplyFetchReply) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use ApplyFetchReply.ProtoReflect.Descriptor instead.
|
||||
func (*ApplyFetchReply) Descriptor() ([]byte, []int) {
|
||||
return file_friend_proto_rawDescGZIP(), []int{0}
|
||||
return file_module_social_relation_proto_friend_proto_rawDescGZIP(), []int{0}
|
||||
}
|
||||
|
||||
func (x *ApplyFetchReply) GetTotal() int32 {
|
||||
@@ -84,7 +85,7 @@ func (x *ApplyFetchReply) GetApplys() []*ApplyItem {
|
||||
type ApplyItem struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Identity string `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"` // 唯一标识
|
||||
From *RelationItem `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
|
||||
From *protobuf.RelationItem `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
|
||||
Message *MessageItem `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
|
||||
CreatedAt string `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` //时间
|
||||
Status int32 `protobuf:"varint,5,opt,name=status,proto3" json:"status,omitempty"` // 状态
|
||||
@@ -94,7 +95,7 @@ type ApplyItem struct {
|
||||
|
||||
func (x *ApplyItem) Reset() {
|
||||
*x = ApplyItem{}
|
||||
mi := &file_friend_proto_msgTypes[1]
|
||||
mi := &file_module_social_relation_proto_friend_proto_msgTypes[1]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -106,7 +107,7 @@ func (x *ApplyItem) String() string {
|
||||
func (*ApplyItem) ProtoMessage() {}
|
||||
|
||||
func (x *ApplyItem) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_friend_proto_msgTypes[1]
|
||||
mi := &file_module_social_relation_proto_friend_proto_msgTypes[1]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -119,7 +120,7 @@ func (x *ApplyItem) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use ApplyItem.ProtoReflect.Descriptor instead.
|
||||
func (*ApplyItem) Descriptor() ([]byte, []int) {
|
||||
return file_friend_proto_rawDescGZIP(), []int{1}
|
||||
return file_module_social_relation_proto_friend_proto_rawDescGZIP(), []int{1}
|
||||
}
|
||||
|
||||
func (x *ApplyItem) GetIdentity() string {
|
||||
@@ -129,7 +130,7 @@ func (x *ApplyItem) GetIdentity() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
func (x *ApplyItem) GetFrom() *RelationItem {
|
||||
func (x *ApplyItem) GetFrom() *protobuf.RelationItem {
|
||||
if x != nil {
|
||||
return x.From
|
||||
}
|
||||
@@ -168,7 +169,7 @@ type ApplyDoRequest struct {
|
||||
|
||||
func (x *ApplyDoRequest) Reset() {
|
||||
*x = ApplyDoRequest{}
|
||||
mi := &file_friend_proto_msgTypes[2]
|
||||
mi := &file_module_social_relation_proto_friend_proto_msgTypes[2]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -180,7 +181,7 @@ func (x *ApplyDoRequest) String() string {
|
||||
func (*ApplyDoRequest) ProtoMessage() {}
|
||||
|
||||
func (x *ApplyDoRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_friend_proto_msgTypes[2]
|
||||
mi := &file_module_social_relation_proto_friend_proto_msgTypes[2]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -193,7 +194,7 @@ func (x *ApplyDoRequest) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use ApplyDoRequest.ProtoReflect.Descriptor instead.
|
||||
func (*ApplyDoRequest) Descriptor() ([]byte, []int) {
|
||||
return file_friend_proto_rawDescGZIP(), []int{2}
|
||||
return file_module_social_relation_proto_friend_proto_rawDescGZIP(), []int{2}
|
||||
}
|
||||
|
||||
func (x *ApplyDoRequest) GetToId() int64 {
|
||||
@@ -228,7 +229,7 @@ type ApplyDoPassRequest struct {
|
||||
|
||||
func (x *ApplyDoPassRequest) Reset() {
|
||||
*x = ApplyDoPassRequest{}
|
||||
mi := &file_friend_proto_msgTypes[3]
|
||||
mi := &file_module_social_relation_proto_friend_proto_msgTypes[3]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -240,7 +241,7 @@ func (x *ApplyDoPassRequest) String() string {
|
||||
func (*ApplyDoPassRequest) ProtoMessage() {}
|
||||
|
||||
func (x *ApplyDoPassRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_friend_proto_msgTypes[3]
|
||||
mi := &file_module_social_relation_proto_friend_proto_msgTypes[3]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -253,7 +254,7 @@ func (x *ApplyDoPassRequest) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use ApplyDoPassRequest.ProtoReflect.Descriptor instead.
|
||||
func (*ApplyDoPassRequest) Descriptor() ([]byte, []int) {
|
||||
return file_friend_proto_rawDescGZIP(), []int{3}
|
||||
return file_module_social_relation_proto_friend_proto_rawDescGZIP(), []int{3}
|
||||
}
|
||||
|
||||
func (x *ApplyDoPassRequest) GetFriendRelationId() int64 {
|
||||
@@ -287,7 +288,7 @@ type ApplyMessageRequest struct {
|
||||
|
||||
func (x *ApplyMessageRequest) Reset() {
|
||||
*x = ApplyMessageRequest{}
|
||||
mi := &file_friend_proto_msgTypes[4]
|
||||
mi := &file_module_social_relation_proto_friend_proto_msgTypes[4]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -299,7 +300,7 @@ func (x *ApplyMessageRequest) String() string {
|
||||
func (*ApplyMessageRequest) ProtoMessage() {}
|
||||
|
||||
func (x *ApplyMessageRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_friend_proto_msgTypes[4]
|
||||
mi := &file_module_social_relation_proto_friend_proto_msgTypes[4]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -312,7 +313,7 @@ func (x *ApplyMessageRequest) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use ApplyMessageRequest.ProtoReflect.Descriptor instead.
|
||||
func (*ApplyMessageRequest) Descriptor() ([]byte, []int) {
|
||||
return file_friend_proto_rawDescGZIP(), []int{4}
|
||||
return file_module_social_relation_proto_friend_proto_rawDescGZIP(), []int{4}
|
||||
}
|
||||
|
||||
func (x *ApplyMessageRequest) GetApplyId() int64 {
|
||||
@@ -330,17 +331,17 @@ func (x *ApplyMessageRequest) GetBody() string {
|
||||
}
|
||||
|
||||
type PartFriendReply struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` // 总记录数
|
||||
Version int64 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"` //版本号
|
||||
Friends []*RelationItem `protobuf:"bytes,4,rep,name=friends,proto3" json:"friends,omitempty"` //好友信息
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` // 总记录数
|
||||
Version int64 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"` //版本号
|
||||
Friends []*protobuf.RelationItem `protobuf:"bytes,4,rep,name=friends,proto3" json:"friends,omitempty"` //好友信息
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *PartFriendReply) Reset() {
|
||||
*x = PartFriendReply{}
|
||||
mi := &file_friend_proto_msgTypes[5]
|
||||
mi := &file_module_social_relation_proto_friend_proto_msgTypes[5]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -352,7 +353,7 @@ func (x *PartFriendReply) String() string {
|
||||
func (*PartFriendReply) ProtoMessage() {}
|
||||
|
||||
func (x *PartFriendReply) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_friend_proto_msgTypes[5]
|
||||
mi := &file_module_social_relation_proto_friend_proto_msgTypes[5]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -365,7 +366,7 @@ func (x *PartFriendReply) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use PartFriendReply.ProtoReflect.Descriptor instead.
|
||||
func (*PartFriendReply) Descriptor() ([]byte, []int) {
|
||||
return file_friend_proto_rawDescGZIP(), []int{5}
|
||||
return file_module_social_relation_proto_friend_proto_rawDescGZIP(), []int{5}
|
||||
}
|
||||
|
||||
func (x *PartFriendReply) GetTotal() int32 {
|
||||
@@ -382,7 +383,7 @@ func (x *PartFriendReply) GetVersion() int64 {
|
||||
return 0
|
||||
}
|
||||
|
||||
func (x *PartFriendReply) GetFriends() []*RelationItem {
|
||||
func (x *PartFriendReply) GetFriends() []*protobuf.RelationItem {
|
||||
if x != nil {
|
||||
return x.Friends
|
||||
}
|
||||
@@ -390,18 +391,18 @@ func (x *PartFriendReply) GetFriends() []*RelationItem {
|
||||
}
|
||||
|
||||
type FriendsReply struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` // 总记录数
|
||||
Version int64 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"` //版本号
|
||||
Tags []*TagItem `protobuf:"bytes,3,rep,name=tags,proto3" json:"tags,omitempty"` //分组标签信息
|
||||
Friends []*RelationItem `protobuf:"bytes,4,rep,name=friends,proto3" json:"friends,omitempty"` //好友信息
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` // 总记录数
|
||||
Version int64 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"` //版本号
|
||||
Tags []*TagItem `protobuf:"bytes,3,rep,name=tags,proto3" json:"tags,omitempty"` //分组标签信息
|
||||
Friends []*protobuf.RelationItem `protobuf:"bytes,4,rep,name=friends,proto3" json:"friends,omitempty"` //好友信息
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *FriendsReply) Reset() {
|
||||
*x = FriendsReply{}
|
||||
mi := &file_friend_proto_msgTypes[6]
|
||||
mi := &file_module_social_relation_proto_friend_proto_msgTypes[6]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -413,7 +414,7 @@ func (x *FriendsReply) String() string {
|
||||
func (*FriendsReply) ProtoMessage() {}
|
||||
|
||||
func (x *FriendsReply) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_friend_proto_msgTypes[6]
|
||||
mi := &file_module_social_relation_proto_friend_proto_msgTypes[6]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -426,7 +427,7 @@ func (x *FriendsReply) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use FriendsReply.ProtoReflect.Descriptor instead.
|
||||
func (*FriendsReply) Descriptor() ([]byte, []int) {
|
||||
return file_friend_proto_rawDescGZIP(), []int{6}
|
||||
return file_module_social_relation_proto_friend_proto_rawDescGZIP(), []int{6}
|
||||
}
|
||||
|
||||
func (x *FriendsReply) GetTotal() int32 {
|
||||
@@ -450,7 +451,7 @@ func (x *FriendsReply) GetTags() []*TagItem {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (x *FriendsReply) GetFriends() []*RelationItem {
|
||||
func (x *FriendsReply) GetFriends() []*protobuf.RelationItem {
|
||||
if x != nil {
|
||||
return x.Friends
|
||||
}
|
||||
@@ -459,7 +460,7 @@ func (x *FriendsReply) GetFriends() []*RelationItem {
|
||||
|
||||
type FriendApplyGetReply struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Data *RelationItem `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // 会员信息卡片
|
||||
Data *protobuf.RelationItem `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // 会员信息卡片
|
||||
Message []*MessageItem `protobuf:"bytes,2,rep,name=message,proto3" json:"message,omitempty"` //聊天记录
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
@@ -467,7 +468,7 @@ type FriendApplyGetReply struct {
|
||||
|
||||
func (x *FriendApplyGetReply) Reset() {
|
||||
*x = FriendApplyGetReply{}
|
||||
mi := &file_friend_proto_msgTypes[7]
|
||||
mi := &file_module_social_relation_proto_friend_proto_msgTypes[7]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -479,7 +480,7 @@ func (x *FriendApplyGetReply) String() string {
|
||||
func (*FriendApplyGetReply) ProtoMessage() {}
|
||||
|
||||
func (x *FriendApplyGetReply) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_friend_proto_msgTypes[7]
|
||||
mi := &file_module_social_relation_proto_friend_proto_msgTypes[7]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -492,10 +493,10 @@ func (x *FriendApplyGetReply) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use FriendApplyGetReply.ProtoReflect.Descriptor instead.
|
||||
func (*FriendApplyGetReply) Descriptor() ([]byte, []int) {
|
||||
return file_friend_proto_rawDescGZIP(), []int{7}
|
||||
return file_module_social_relation_proto_friend_proto_rawDescGZIP(), []int{7}
|
||||
}
|
||||
|
||||
func (x *FriendApplyGetReply) GetData() *RelationItem {
|
||||
func (x *FriendApplyGetReply) GetData() *protobuf.RelationItem {
|
||||
if x != nil {
|
||||
return x.Data
|
||||
}
|
||||
@@ -520,7 +521,7 @@ type MessageItem struct {
|
||||
|
||||
func (x *MessageItem) Reset() {
|
||||
*x = MessageItem{}
|
||||
mi := &file_friend_proto_msgTypes[8]
|
||||
mi := &file_module_social_relation_proto_friend_proto_msgTypes[8]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -532,7 +533,7 @@ func (x *MessageItem) String() string {
|
||||
func (*MessageItem) ProtoMessage() {}
|
||||
|
||||
func (x *MessageItem) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_friend_proto_msgTypes[8]
|
||||
mi := &file_module_social_relation_proto_friend_proto_msgTypes[8]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -545,7 +546,7 @@ func (x *MessageItem) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use MessageItem.ProtoReflect.Descriptor instead.
|
||||
func (*MessageItem) Descriptor() ([]byte, []int) {
|
||||
return file_friend_proto_rawDescGZIP(), []int{8}
|
||||
return file_module_social_relation_proto_friend_proto_rawDescGZIP(), []int{8}
|
||||
}
|
||||
|
||||
func (x *MessageItem) GetRelationIdentity() string {
|
||||
@@ -579,7 +580,7 @@ type ModifyNicknameRequest struct {
|
||||
|
||||
func (x *ModifyNicknameRequest) Reset() {
|
||||
*x = ModifyNicknameRequest{}
|
||||
mi := &file_friend_proto_msgTypes[9]
|
||||
mi := &file_module_social_relation_proto_friend_proto_msgTypes[9]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -591,7 +592,7 @@ func (x *ModifyNicknameRequest) String() string {
|
||||
func (*ModifyNicknameRequest) ProtoMessage() {}
|
||||
|
||||
func (x *ModifyNicknameRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_friend_proto_msgTypes[9]
|
||||
mi := &file_module_social_relation_proto_friend_proto_msgTypes[9]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -604,7 +605,7 @@ func (x *ModifyNicknameRequest) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use ModifyNicknameRequest.ProtoReflect.Descriptor instead.
|
||||
func (*ModifyNicknameRequest) Descriptor() ([]byte, []int) {
|
||||
return file_friend_proto_rawDescGZIP(), []int{9}
|
||||
return file_module_social_relation_proto_friend_proto_rawDescGZIP(), []int{9}
|
||||
}
|
||||
|
||||
func (x *ModifyNicknameRequest) GetIdentity() string {
|
||||
@@ -631,7 +632,7 @@ type FriendTagsReply struct {
|
||||
|
||||
func (x *FriendTagsReply) Reset() {
|
||||
*x = FriendTagsReply{}
|
||||
mi := &file_friend_proto_msgTypes[10]
|
||||
mi := &file_module_social_relation_proto_friend_proto_msgTypes[10]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -643,7 +644,7 @@ func (x *FriendTagsReply) String() string {
|
||||
func (*FriendTagsReply) ProtoMessage() {}
|
||||
|
||||
func (x *FriendTagsReply) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_friend_proto_msgTypes[10]
|
||||
mi := &file_module_social_relation_proto_friend_proto_msgTypes[10]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -656,7 +657,7 @@ func (x *FriendTagsReply) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use FriendTagsReply.ProtoReflect.Descriptor instead.
|
||||
func (*FriendTagsReply) Descriptor() ([]byte, []int) {
|
||||
return file_friend_proto_rawDescGZIP(), []int{10}
|
||||
return file_module_social_relation_proto_friend_proto_rawDescGZIP(), []int{10}
|
||||
}
|
||||
|
||||
func (x *FriendTagsReply) GetTotal() int64 {
|
||||
@@ -685,7 +686,7 @@ type TagItem struct {
|
||||
|
||||
func (x *TagItem) Reset() {
|
||||
*x = TagItem{}
|
||||
mi := &file_friend_proto_msgTypes[11]
|
||||
mi := &file_module_social_relation_proto_friend_proto_msgTypes[11]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -697,7 +698,7 @@ func (x *TagItem) String() string {
|
||||
func (*TagItem) ProtoMessage() {}
|
||||
|
||||
func (x *TagItem) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_friend_proto_msgTypes[11]
|
||||
mi := &file_module_social_relation_proto_friend_proto_msgTypes[11]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -710,7 +711,7 @@ func (x *TagItem) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use TagItem.ProtoReflect.Descriptor instead.
|
||||
func (*TagItem) Descriptor() ([]byte, []int) {
|
||||
return file_friend_proto_rawDescGZIP(), []int{11}
|
||||
return file_module_social_relation_proto_friend_proto_rawDescGZIP(), []int{11}
|
||||
}
|
||||
|
||||
func (x *TagItem) GetId() int64 {
|
||||
@@ -751,7 +752,7 @@ type TagDoCreateRequest struct {
|
||||
|
||||
func (x *TagDoCreateRequest) Reset() {
|
||||
*x = TagDoCreateRequest{}
|
||||
mi := &file_friend_proto_msgTypes[12]
|
||||
mi := &file_module_social_relation_proto_friend_proto_msgTypes[12]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -763,7 +764,7 @@ func (x *TagDoCreateRequest) String() string {
|
||||
func (*TagDoCreateRequest) ProtoMessage() {}
|
||||
|
||||
func (x *TagDoCreateRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_friend_proto_msgTypes[12]
|
||||
mi := &file_module_social_relation_proto_friend_proto_msgTypes[12]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -776,7 +777,7 @@ func (x *TagDoCreateRequest) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use TagDoCreateRequest.ProtoReflect.Descriptor instead.
|
||||
func (*TagDoCreateRequest) Descriptor() ([]byte, []int) {
|
||||
return file_friend_proto_rawDescGZIP(), []int{12}
|
||||
return file_module_social_relation_proto_friend_proto_rawDescGZIP(), []int{12}
|
||||
}
|
||||
|
||||
func (x *TagDoCreateRequest) GetTagName() string {
|
||||
@@ -804,7 +805,7 @@ type TagDoUpdateRequest struct {
|
||||
|
||||
func (x *TagDoUpdateRequest) Reset() {
|
||||
*x = TagDoUpdateRequest{}
|
||||
mi := &file_friend_proto_msgTypes[13]
|
||||
mi := &file_module_social_relation_proto_friend_proto_msgTypes[13]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -816,7 +817,7 @@ func (x *TagDoUpdateRequest) String() string {
|
||||
func (*TagDoUpdateRequest) ProtoMessage() {}
|
||||
|
||||
func (x *TagDoUpdateRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_friend_proto_msgTypes[13]
|
||||
mi := &file_module_social_relation_proto_friend_proto_msgTypes[13]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -829,7 +830,7 @@ func (x *TagDoUpdateRequest) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use TagDoUpdateRequest.ProtoReflect.Descriptor instead.
|
||||
func (*TagDoUpdateRequest) Descriptor() ([]byte, []int) {
|
||||
return file_friend_proto_rawDescGZIP(), []int{13}
|
||||
return file_module_social_relation_proto_friend_proto_rawDescGZIP(), []int{13}
|
||||
}
|
||||
|
||||
func (x *TagDoUpdateRequest) GetTagIdentity() string {
|
||||
@@ -853,18 +854,18 @@ func (x *TagDoUpdateRequest) GetDirection() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
var File_friend_proto protoreflect.FileDescriptor
|
||||
var File_module_social_relation_proto_friend_proto protoreflect.FileDescriptor
|
||||
|
||||
const file_friend_proto_rawDesc = "" +
|
||||
const file_module_social_relation_proto_friend_proto_rawDesc = "" +
|
||||
"\n" +
|
||||
"\x1csocial/relation/friend.proto\x12\brelation\x1a\x15relation/blocks.proto\"n\n" +
|
||||
")module/social/relation/proto/friend.proto\x12\brelation\x1a\x15protobuf/blocks.proto\"n\n" +
|
||||
"\x0fApplyFetchReply\x12\x14\n" +
|
||||
"\x05total\x18\x01 \x01(\x05R\x05total\x12\x18\n" +
|
||||
"\aversion\x18\x02 \x01(\x03R\aversion\x12+\n" +
|
||||
"\x06applys\x18\x03 \x03(\v2\x13.relation.ApplyItemR\x06applys\"\xbb\x01\n" +
|
||||
"\x06applys\x18\x03 \x03(\v2\x13.relation.ApplyItemR\x06applys\"\xb9\x01\n" +
|
||||
"\tApplyItem\x12\x1a\n" +
|
||||
"\bidentity\x18\x01 \x01(\tR\bidentity\x12*\n" +
|
||||
"\x04from\x18\x02 \x01(\v2\x16.relation.RelationItemR\x04from\x12/\n" +
|
||||
"\bidentity\x18\x01 \x01(\tR\bidentity\x12(\n" +
|
||||
"\x04from\x18\x02 \x01(\v2\x14.blocks.RelationItemR\x04from\x12/\n" +
|
||||
"\amessage\x18\x03 \x01(\v2\x15.relation.MessageItemR\amessage\x12\x1d\n" +
|
||||
"\n" +
|
||||
"created_at\x18\x04 \x01(\tR\tcreatedAt\x12\x16\n" +
|
||||
@@ -880,18 +881,18 @@ const file_friend_proto_rawDesc = "" +
|
||||
"\x0eapply_identity\x18\x03 \x01(\tR\rapplyIdentity\"D\n" +
|
||||
"\x13ApplyMessageRequest\x12\x19\n" +
|
||||
"\bapply_id\x18\x01 \x01(\x03R\aapplyId\x12\x12\n" +
|
||||
"\x04body\x18\x02 \x01(\tR\x04body\"s\n" +
|
||||
"\x04body\x18\x02 \x01(\tR\x04body\"q\n" +
|
||||
"\x0fPartFriendReply\x12\x14\n" +
|
||||
"\x05total\x18\x01 \x01(\x05R\x05total\x12\x18\n" +
|
||||
"\aversion\x18\x02 \x01(\x03R\aversion\x120\n" +
|
||||
"\afriends\x18\x04 \x03(\v2\x16.relation.RelationItemR\afriends\"\x97\x01\n" +
|
||||
"\aversion\x18\x02 \x01(\x03R\aversion\x12.\n" +
|
||||
"\afriends\x18\x04 \x03(\v2\x14.blocks.RelationItemR\afriends\"\x95\x01\n" +
|
||||
"\fFriendsReply\x12\x14\n" +
|
||||
"\x05total\x18\x01 \x01(\x05R\x05total\x12\x18\n" +
|
||||
"\aversion\x18\x02 \x01(\x03R\aversion\x12%\n" +
|
||||
"\x04tags\x18\x03 \x03(\v2\x11.relation.TagItemR\x04tags\x120\n" +
|
||||
"\afriends\x18\x04 \x03(\v2\x16.relation.RelationItemR\afriends\"r\n" +
|
||||
"\x13FriendApplyGetReply\x12*\n" +
|
||||
"\x04data\x18\x01 \x01(\v2\x16.relation.RelationItemR\x04data\x12/\n" +
|
||||
"\x04tags\x18\x03 \x03(\v2\x11.relation.TagItemR\x04tags\x12.\n" +
|
||||
"\afriends\x18\x04 \x03(\v2\x14.blocks.RelationItemR\afriends\"p\n" +
|
||||
"\x13FriendApplyGetReply\x12(\n" +
|
||||
"\x04data\x18\x01 \x01(\v2\x14.blocks.RelationItemR\x04data\x12/\n" +
|
||||
"\amessage\x18\x02 \x03(\v2\x15.relation.MessageItemR\amessage\"m\n" +
|
||||
"\vMessageItem\x12+\n" +
|
||||
"\x11relation_identity\x18\x01 \x01(\tR\x10relationIdentity\x12\x12\n" +
|
||||
@@ -915,107 +916,106 @@ const file_friend_proto_rawDesc = "" +
|
||||
"\x12TagDoUpdateRequest\x12!\n" +
|
||||
"\ftag_identity\x18\x01 \x01(\tR\vtagIdentity\x12'\n" +
|
||||
"\x0ffriend_identity\x18\x02 \x01(\tR\x0efriendIdentity\x12\x1c\n" +
|
||||
"\tdirection\x18\x03 \x01(\tR\tdirection2\xc8\b\n" +
|
||||
"\x06Friend\x12<\n" +
|
||||
"\x06Search\x12\x17.relation.SearchRequest\x1a\x19.relation.PartFriendReply\x129\n" +
|
||||
"\x05Fetch\x12\x18.relation.VersionRequest\x1a\x16.relation.FriendsReply\x125\n" +
|
||||
"\x03Get\x12\x16.relation.IdentRequest\x1a\x16.relation.RelationItem\x12H\n" +
|
||||
"\x0eModifyNickname\x12\x1f.relation.ModifyNicknameRequest\x1a\x15.relation.StatusReply\x12:\n" +
|
||||
"\tDoPopular\x12\x16.relation.IdentRequest\x1a\x15.relation.StatusReply\x12<\n" +
|
||||
"\vUndoPopular\x12\x16.relation.IdentRequest\x1a\x15.relation.StatusReply\x127\n" +
|
||||
"\x06Delete\x12\x16.relation.IdentRequest\x1a\x15.relation.StatusReply\x12A\n" +
|
||||
"\tdirection\x18\x03 \x01(\tR\tdirection2\xc4\b\n" +
|
||||
"\x06Friend\x12:\n" +
|
||||
"\x06Search\x12\x15.blocks.SearchRequest\x1a\x19.relation.PartFriendReply\x127\n" +
|
||||
"\x05Fetch\x12\x16.blocks.VersionRequest\x1a\x16.relation.FriendsReply\x121\n" +
|
||||
"\x03Get\x12\x14.blocks.IdentRequest\x1a\x14.blocks.RelationItem\x12J\n" +
|
||||
"\x0eModifyNickname\x12\x1f.relation.ModifyNicknameRequest\x1a\x17.blocks.DataStatusReply\x12:\n" +
|
||||
"\tDoPopular\x12\x14.blocks.IdentRequest\x1a\x17.blocks.DataStatusReply\x12<\n" +
|
||||
"\vUndoPopular\x12\x14.blocks.IdentRequest\x1a\x17.blocks.DataStatusReply\x127\n" +
|
||||
"\x06Delete\x12\x14.blocks.IdentRequest\x1a\x17.blocks.DataStatusReply\x12?\n" +
|
||||
"\n" +
|
||||
"ApplyFetch\x12\x18.relation.VersionRequest\x1a\x19.relation.ApplyFetchReply\x12A\n" +
|
||||
"\bApplyGet\x12\x16.relation.IdentRequest\x1a\x1d.relation.FriendApplyGetReply\x12:\n" +
|
||||
"\aApplyDo\x12\x18.relation.ApplyDoRequest\x1a\x15.relation.StatusReply\x12F\n" +
|
||||
"\x0eApplyDoMessage\x12\x1d.relation.ApplyMessageRequest\x1a\x15.relation.StatusReply\x12B\n" +
|
||||
"\vApplyDoPass\x12\x1c.relation.ApplyDoPassRequest\x1a\x15.relation.StatusReply\x12>\n" +
|
||||
"\rApplyDoReject\x12\x16.relation.IdentRequest\x1a\x15.relation.StatusReply\x126\n" +
|
||||
"\bTagFetch\x12\x0f.relation.Empty\x1a\x19.relation.FriendTagsReply\x12C\n" +
|
||||
"\x0eTagMemberFetch\x12\x16.relation.IdentRequest\x1a\x19.relation.PartFriendReply\x12B\n" +
|
||||
"\vTagDoCreate\x12\x1c.relation.TagDoCreateRequest\x1a\x15.relation.StatusReply\x12B\n" +
|
||||
"\vTagDoUpdate\x12\x1c.relation.TagDoUpdateRequest\x1a\x15.relation.StatusReplyB\fZ\n" +
|
||||
".;relationb\x06proto3"
|
||||
"ApplyFetch\x12\x16.blocks.VersionRequest\x1a\x19.relation.ApplyFetchReply\x12?\n" +
|
||||
"\bApplyGet\x12\x14.blocks.IdentRequest\x1a\x1d.relation.FriendApplyGetReply\x12<\n" +
|
||||
"\aApplyDo\x12\x18.relation.ApplyDoRequest\x1a\x17.blocks.DataStatusReply\x12H\n" +
|
||||
"\x0eApplyDoMessage\x12\x1d.relation.ApplyMessageRequest\x1a\x17.blocks.DataStatusReply\x12D\n" +
|
||||
"\vApplyDoPass\x12\x1c.relation.ApplyDoPassRequest\x1a\x17.blocks.DataStatusReply\x12>\n" +
|
||||
"\rApplyDoReject\x12\x14.blocks.IdentRequest\x1a\x17.blocks.DataStatusReply\x124\n" +
|
||||
"\bTagFetch\x12\r.blocks.Empty\x1a\x19.relation.FriendTagsReply\x12A\n" +
|
||||
"\x0eTagMemberFetch\x12\x14.blocks.IdentRequest\x1a\x19.relation.PartFriendReply\x12D\n" +
|
||||
"\vTagDoCreate\x12\x1c.relation.TagDoCreateRequest\x1a\x17.blocks.DataStatusReply\x12D\n" +
|
||||
"\vTagDoUpdate\x12\x1c.relation.TagDoUpdateRequest\x1a\x17.blocks.DataStatusReplyB-Z+bsm/full/module/social/relation/pb;relationb\x06proto3"
|
||||
|
||||
var (
|
||||
file_friend_proto_rawDescOnce sync.Once
|
||||
file_friend_proto_rawDescData []byte
|
||||
file_module_social_relation_proto_friend_proto_rawDescOnce sync.Once
|
||||
file_module_social_relation_proto_friend_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_friend_proto_rawDescGZIP() []byte {
|
||||
file_friend_proto_rawDescOnce.Do(func() {
|
||||
file_friend_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_friend_proto_rawDesc), len(file_friend_proto_rawDesc)))
|
||||
func file_module_social_relation_proto_friend_proto_rawDescGZIP() []byte {
|
||||
file_module_social_relation_proto_friend_proto_rawDescOnce.Do(func() {
|
||||
file_module_social_relation_proto_friend_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_module_social_relation_proto_friend_proto_rawDesc), len(file_module_social_relation_proto_friend_proto_rawDesc)))
|
||||
})
|
||||
return file_friend_proto_rawDescData
|
||||
return file_module_social_relation_proto_friend_proto_rawDescData
|
||||
}
|
||||
|
||||
var file_friend_proto_msgTypes = make([]protoimpl.MessageInfo, 14)
|
||||
var file_friend_proto_goTypes = []any{
|
||||
(*ApplyFetchReply)(nil), // 0: relation.ApplyFetchReply
|
||||
(*ApplyItem)(nil), // 1: relation.ApplyItem
|
||||
(*ApplyDoRequest)(nil), // 2: relation.ApplyDoRequest
|
||||
(*ApplyDoPassRequest)(nil), // 3: relation.ApplyDoPassRequest
|
||||
(*ApplyMessageRequest)(nil), // 4: relation.ApplyMessageRequest
|
||||
(*PartFriendReply)(nil), // 5: relation.PartFriendReply
|
||||
(*FriendsReply)(nil), // 6: relation.FriendsReply
|
||||
(*FriendApplyGetReply)(nil), // 7: relation.FriendApplyGetReply
|
||||
(*MessageItem)(nil), // 8: relation.MessageItem
|
||||
(*ModifyNicknameRequest)(nil), // 9: relation.ModifyNicknameRequest
|
||||
(*FriendTagsReply)(nil), // 10: relation.FriendTagsReply
|
||||
(*TagItem)(nil), // 11: relation.TagItem
|
||||
(*TagDoCreateRequest)(nil), // 12: relation.TagDoCreateRequest
|
||||
(*TagDoUpdateRequest)(nil), // 13: relation.TagDoUpdateRequest
|
||||
(*RelationItem)(nil), // 14: relation.RelationItem
|
||||
(*SearchRequest)(nil), // 15: relation.SearchRequest
|
||||
(*VersionRequest)(nil), // 16: relation.VersionRequest
|
||||
(*IdentRequest)(nil), // 17: relation.IdentRequest
|
||||
(*Empty)(nil), // 18: relation.Empty
|
||||
(*StatusReply)(nil), // 19: relation.StatusReply
|
||||
var file_module_social_relation_proto_friend_proto_msgTypes = make([]protoimpl.MessageInfo, 14)
|
||||
var file_module_social_relation_proto_friend_proto_goTypes = []any{
|
||||
(*ApplyFetchReply)(nil), // 0: relation.ApplyFetchReply
|
||||
(*ApplyItem)(nil), // 1: relation.ApplyItem
|
||||
(*ApplyDoRequest)(nil), // 2: relation.ApplyDoRequest
|
||||
(*ApplyDoPassRequest)(nil), // 3: relation.ApplyDoPassRequest
|
||||
(*ApplyMessageRequest)(nil), // 4: relation.ApplyMessageRequest
|
||||
(*PartFriendReply)(nil), // 5: relation.PartFriendReply
|
||||
(*FriendsReply)(nil), // 6: relation.FriendsReply
|
||||
(*FriendApplyGetReply)(nil), // 7: relation.FriendApplyGetReply
|
||||
(*MessageItem)(nil), // 8: relation.MessageItem
|
||||
(*ModifyNicknameRequest)(nil), // 9: relation.ModifyNicknameRequest
|
||||
(*FriendTagsReply)(nil), // 10: relation.FriendTagsReply
|
||||
(*TagItem)(nil), // 11: relation.TagItem
|
||||
(*TagDoCreateRequest)(nil), // 12: relation.TagDoCreateRequest
|
||||
(*TagDoUpdateRequest)(nil), // 13: relation.TagDoUpdateRequest
|
||||
(*protobuf.RelationItem)(nil), // 14: blocks.RelationItem
|
||||
(*protobuf.SearchRequest)(nil), // 15: blocks.SearchRequest
|
||||
(*protobuf.VersionRequest)(nil), // 16: blocks.VersionRequest
|
||||
(*protobuf.IdentRequest)(nil), // 17: blocks.IdentRequest
|
||||
(*protobuf.Empty)(nil), // 18: blocks.Empty
|
||||
(*protobuf.DataStatusReply)(nil), // 19: blocks.DataStatusReply
|
||||
}
|
||||
var file_friend_proto_depIdxs = []int32{
|
||||
var file_module_social_relation_proto_friend_proto_depIdxs = []int32{
|
||||
1, // 0: relation.ApplyFetchReply.applys:type_name -> relation.ApplyItem
|
||||
14, // 1: relation.ApplyItem.from:type_name -> relation.RelationItem
|
||||
14, // 1: relation.ApplyItem.from:type_name -> blocks.RelationItem
|
||||
8, // 2: relation.ApplyItem.message:type_name -> relation.MessageItem
|
||||
14, // 3: relation.PartFriendReply.friends:type_name -> relation.RelationItem
|
||||
14, // 3: relation.PartFriendReply.friends:type_name -> blocks.RelationItem
|
||||
11, // 4: relation.FriendsReply.tags:type_name -> relation.TagItem
|
||||
14, // 5: relation.FriendsReply.friends:type_name -> relation.RelationItem
|
||||
14, // 6: relation.FriendApplyGetReply.data:type_name -> relation.RelationItem
|
||||
14, // 5: relation.FriendsReply.friends:type_name -> blocks.RelationItem
|
||||
14, // 6: relation.FriendApplyGetReply.data:type_name -> blocks.RelationItem
|
||||
8, // 7: relation.FriendApplyGetReply.message:type_name -> relation.MessageItem
|
||||
11, // 8: relation.FriendTagsReply.data:type_name -> relation.TagItem
|
||||
15, // 9: relation.Friend.Search:input_type -> relation.SearchRequest
|
||||
16, // 10: relation.Friend.Fetch:input_type -> relation.VersionRequest
|
||||
17, // 11: relation.Friend.Get:input_type -> relation.IdentRequest
|
||||
15, // 9: relation.Friend.Search:input_type -> blocks.SearchRequest
|
||||
16, // 10: relation.Friend.Fetch:input_type -> blocks.VersionRequest
|
||||
17, // 11: relation.Friend.Get:input_type -> blocks.IdentRequest
|
||||
9, // 12: relation.Friend.ModifyNickname:input_type -> relation.ModifyNicknameRequest
|
||||
17, // 13: relation.Friend.DoPopular:input_type -> relation.IdentRequest
|
||||
17, // 14: relation.Friend.UndoPopular:input_type -> relation.IdentRequest
|
||||
17, // 15: relation.Friend.Delete:input_type -> relation.IdentRequest
|
||||
16, // 16: relation.Friend.ApplyFetch:input_type -> relation.VersionRequest
|
||||
17, // 17: relation.Friend.ApplyGet:input_type -> relation.IdentRequest
|
||||
17, // 13: relation.Friend.DoPopular:input_type -> blocks.IdentRequest
|
||||
17, // 14: relation.Friend.UndoPopular:input_type -> blocks.IdentRequest
|
||||
17, // 15: relation.Friend.Delete:input_type -> blocks.IdentRequest
|
||||
16, // 16: relation.Friend.ApplyFetch:input_type -> blocks.VersionRequest
|
||||
17, // 17: relation.Friend.ApplyGet:input_type -> blocks.IdentRequest
|
||||
2, // 18: relation.Friend.ApplyDo:input_type -> relation.ApplyDoRequest
|
||||
4, // 19: relation.Friend.ApplyDoMessage:input_type -> relation.ApplyMessageRequest
|
||||
3, // 20: relation.Friend.ApplyDoPass:input_type -> relation.ApplyDoPassRequest
|
||||
17, // 21: relation.Friend.ApplyDoReject:input_type -> relation.IdentRequest
|
||||
18, // 22: relation.Friend.TagFetch:input_type -> relation.Empty
|
||||
17, // 23: relation.Friend.TagMemberFetch:input_type -> relation.IdentRequest
|
||||
17, // 21: relation.Friend.ApplyDoReject:input_type -> blocks.IdentRequest
|
||||
18, // 22: relation.Friend.TagFetch:input_type -> blocks.Empty
|
||||
17, // 23: relation.Friend.TagMemberFetch:input_type -> blocks.IdentRequest
|
||||
12, // 24: relation.Friend.TagDoCreate:input_type -> relation.TagDoCreateRequest
|
||||
13, // 25: relation.Friend.TagDoUpdate:input_type -> relation.TagDoUpdateRequest
|
||||
5, // 26: relation.Friend.Search:output_type -> relation.PartFriendReply
|
||||
6, // 27: relation.Friend.Fetch:output_type -> relation.FriendsReply
|
||||
14, // 28: relation.Friend.Get:output_type -> relation.RelationItem
|
||||
19, // 29: relation.Friend.ModifyNickname:output_type -> relation.StatusReply
|
||||
19, // 30: relation.Friend.DoPopular:output_type -> relation.StatusReply
|
||||
19, // 31: relation.Friend.UndoPopular:output_type -> relation.StatusReply
|
||||
19, // 32: relation.Friend.Delete:output_type -> relation.StatusReply
|
||||
14, // 28: relation.Friend.Get:output_type -> blocks.RelationItem
|
||||
19, // 29: relation.Friend.ModifyNickname:output_type -> blocks.DataStatusReply
|
||||
19, // 30: relation.Friend.DoPopular:output_type -> blocks.DataStatusReply
|
||||
19, // 31: relation.Friend.UndoPopular:output_type -> blocks.DataStatusReply
|
||||
19, // 32: relation.Friend.Delete:output_type -> blocks.DataStatusReply
|
||||
0, // 33: relation.Friend.ApplyFetch:output_type -> relation.ApplyFetchReply
|
||||
7, // 34: relation.Friend.ApplyGet:output_type -> relation.FriendApplyGetReply
|
||||
19, // 35: relation.Friend.ApplyDo:output_type -> relation.StatusReply
|
||||
19, // 36: relation.Friend.ApplyDoMessage:output_type -> relation.StatusReply
|
||||
19, // 37: relation.Friend.ApplyDoPass:output_type -> relation.StatusReply
|
||||
19, // 38: relation.Friend.ApplyDoReject:output_type -> relation.StatusReply
|
||||
19, // 35: relation.Friend.ApplyDo:output_type -> blocks.DataStatusReply
|
||||
19, // 36: relation.Friend.ApplyDoMessage:output_type -> blocks.DataStatusReply
|
||||
19, // 37: relation.Friend.ApplyDoPass:output_type -> blocks.DataStatusReply
|
||||
19, // 38: relation.Friend.ApplyDoReject:output_type -> blocks.DataStatusReply
|
||||
10, // 39: relation.Friend.TagFetch:output_type -> relation.FriendTagsReply
|
||||
5, // 40: relation.Friend.TagMemberFetch:output_type -> relation.PartFriendReply
|
||||
19, // 41: relation.Friend.TagDoCreate:output_type -> relation.StatusReply
|
||||
19, // 42: relation.Friend.TagDoUpdate:output_type -> relation.StatusReply
|
||||
19, // 41: relation.Friend.TagDoCreate:output_type -> blocks.DataStatusReply
|
||||
19, // 42: relation.Friend.TagDoUpdate:output_type -> blocks.DataStatusReply
|
||||
26, // [26:43] is the sub-list for method output_type
|
||||
9, // [9:26] is the sub-list for method input_type
|
||||
9, // [9:9] is the sub-list for extension type_name
|
||||
@@ -1023,27 +1023,26 @@ var file_friend_proto_depIdxs = []int32{
|
||||
0, // [0:9] is the sub-list for field type_name
|
||||
}
|
||||
|
||||
func init() { file_friend_proto_init() }
|
||||
func file_friend_proto_init() {
|
||||
if File_friend_proto != nil {
|
||||
func init() { file_module_social_relation_proto_friend_proto_init() }
|
||||
func file_module_social_relation_proto_friend_proto_init() {
|
||||
if File_module_social_relation_proto_friend_proto != nil {
|
||||
return
|
||||
}
|
||||
file_blocks_proto_init()
|
||||
type x struct{}
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_friend_proto_rawDesc), len(file_friend_proto_rawDesc)),
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_module_social_relation_proto_friend_proto_rawDesc), len(file_module_social_relation_proto_friend_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 14,
|
||||
NumExtensions: 0,
|
||||
NumServices: 1,
|
||||
},
|
||||
GoTypes: file_friend_proto_goTypes,
|
||||
DependencyIndexes: file_friend_proto_depIdxs,
|
||||
MessageInfos: file_friend_proto_msgTypes,
|
||||
GoTypes: file_module_social_relation_proto_friend_proto_goTypes,
|
||||
DependencyIndexes: file_module_social_relation_proto_friend_proto_depIdxs,
|
||||
MessageInfos: file_module_social_relation_proto_friend_proto_msgTypes,
|
||||
}.Build()
|
||||
File_friend_proto = out.File
|
||||
file_friend_proto_goTypes = nil
|
||||
file_friend_proto_depIdxs = nil
|
||||
File_module_social_relation_proto_friend_proto = out.File
|
||||
file_module_social_relation_proto_friend_proto_goTypes = nil
|
||||
file_module_social_relation_proto_friend_proto_depIdxs = nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user