// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.11 // protoc v7.35.0 // source: module/social/relation/proto/match.proto package relation import ( protobuf "bsm/full/protobuf" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" unsafe "unsafe" ) const ( // Verify that this generated code is sufficiently up-to-date. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) // Verify that runtime/protoimpl is sufficiently up-to-date. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) ) var File_module_social_relation_proto_match_proto protoreflect.FileDescriptor const file_module_social_relation_proto_match_proto_rawDesc = "" + "\n" + "(module/social/relation/proto/match.proto\x12\brelation\x1a\x15protobuf/blocks.proto2\xf5\x01\n" + "\x05Match\x12?\n" + "\x05Fetch\x12\x14.blocks.FetchRequest\x1a\x1e.blocks.FetchRelationItemReply\"\x00\x123\n" + "\x03Get\x12\x14.blocks.IdentRequest\x1a\x14.blocks.RelationItem\"\x00\x129\n" + "\x06DoJoin\x12\x14.blocks.IdentRequest\x1a\x17.blocks.DataStatusReply\"\x00\x12;\n" + "\bDoIgnore\x12\x14.blocks.IdentRequest\x1a\x17.blocks.DataStatusReply\"\x00B-Z+bsm/full/module/social/relation/pb;relationb\x06proto3" var file_module_social_relation_proto_match_proto_goTypes = []any{ (*protobuf.FetchRequest)(nil), // 0: blocks.FetchRequest (*protobuf.IdentRequest)(nil), // 1: blocks.IdentRequest (*protobuf.FetchRelationItemReply)(nil), // 2: blocks.FetchRelationItemReply (*protobuf.RelationItem)(nil), // 3: blocks.RelationItem (*protobuf.DataStatusReply)(nil), // 4: blocks.DataStatusReply } var file_module_social_relation_proto_match_proto_depIdxs = []int32{ 0, // 0: relation.Match.Fetch:input_type -> blocks.FetchRequest 1, // 1: relation.Match.Get:input_type -> blocks.IdentRequest 1, // 2: relation.Match.DoJoin:input_type -> blocks.IdentRequest 1, // 3: relation.Match.DoIgnore:input_type -> blocks.IdentRequest 2, // 4: relation.Match.Fetch:output_type -> blocks.FetchRelationItemReply 3, // 5: relation.Match.Get:output_type -> blocks.RelationItem 4, // 6: relation.Match.DoJoin:output_type -> blocks.DataStatusReply 4, // 7: relation.Match.DoIgnore:output_type -> blocks.DataStatusReply 4, // [4:8] is the sub-list for method output_type 0, // [0:4] is the sub-list for method input_type 0, // [0:0] is the sub-list for extension type_name 0, // [0:0] is the sub-list for extension extendee 0, // [0:0] is the sub-list for field type_name } func init() { file_module_social_relation_proto_match_proto_init() } func file_module_social_relation_proto_match_proto_init() { if File_module_social_relation_proto_match_proto != nil { return } type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: unsafe.Slice(unsafe.StringData(file_module_social_relation_proto_match_proto_rawDesc), len(file_module_social_relation_proto_match_proto_rawDesc)), NumEnums: 0, NumMessages: 0, NumExtensions: 0, NumServices: 1, }, GoTypes: file_module_social_relation_proto_match_proto_goTypes, DependencyIndexes: file_module_social_relation_proto_match_proto_depIdxs, }.Build() File_module_social_relation_proto_match_proto = out.File file_module_social_relation_proto_match_proto_goTypes = nil file_module_social_relation_proto_match_proto_depIdxs = nil }