// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.30.0 // protoc v3.21.12 // source: pb/pstore.proto package pb import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" sync "sync" ) 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) ) // AddrBookRecord represents a record for a peer in the address book. type AddrBookRecord struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields // The peer ID. Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // The multiaddresses. This is a sorted list where element 0 expires the soonest. Addrs []*AddrBookRecord_AddrEntry `protobuf:"bytes,2,rep,name=addrs,proto3" json:"addrs,omitempty"` // The most recently received signed PeerRecord. CertifiedRecord *AddrBookRecord_CertifiedRecord `protobuf:"bytes,3,opt,name=certified_record,json=certifiedRecord,proto3" json:"certified_record,omitempty"` } func (x *AddrBookRecord) Reset() { *x = AddrBookRecord{} if protoimpl.UnsafeEnabled { mi := &file_pb_pstore_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *AddrBookRecord) String() string { return protoimpl.X.MessageStringOf(x) } func (*AddrBookRecord) ProtoMessage() {} func (x *AddrBookRecord) ProtoReflect() protoreflect.Message { mi := &file_pb_pstore_proto_msgTypes[0] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use AddrBookRecord.ProtoReflect.Descriptor instead. func (*AddrBookRecord) Descriptor() ([]byte, []int) { return file_pb_pstore_proto_rawDescGZIP(), []int{0} } func (x *AddrBookRecord) GetId() []byte { if x != nil { return x.Id } return nil } func (x *AddrBookRecord) GetAddrs() []*AddrBookRecord_AddrEntry { if x != nil { return x.Addrs } return nil } func (x *AddrBookRecord) GetCertifiedRecord() *AddrBookRecord_CertifiedRecord { if x != nil { return x.CertifiedRecord } return nil } // AddrEntry represents a single multiaddress. type AddrBookRecord_AddrEntry struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Addr []byte `protobuf:"bytes,1,opt,name=addr,proto3" json:"addr,omitempty"` // The point in time when this address expires. Expiry int64 `protobuf:"varint,2,opt,name=expiry,proto3" json:"expiry,omitempty"` // The original TTL of this address. Ttl int64 `protobuf:"varint,3,opt,name=ttl,proto3" json:"ttl,omitempty"` } func (x *AddrBookRecord_AddrEntry) Reset() { *x = AddrBookRecord_AddrEntry{} if protoimpl.UnsafeEnabled { mi := &file_pb_pstore_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *AddrBookRecord_AddrEntry) String() string { return protoimpl.X.MessageStringOf(x) } func (*AddrBookRecord_AddrEntry) ProtoMessage() {} func (x *AddrBookRecord_AddrEntry) ProtoReflect() protoreflect.Message { mi := &file_pb_pstore_proto_msgTypes[1] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use AddrBookRecord_AddrEntry.ProtoReflect.Descriptor instead. func (*AddrBookRecord_AddrEntry) Descriptor() ([]byte, []int) { return file_pb_pstore_proto_rawDescGZIP(), []int{0, 0} } func (x *AddrBookRecord_AddrEntry) GetAddr() []byte { if x != nil { return x.Addr } return nil } func (x *AddrBookRecord_AddrEntry) GetExpiry() int64 { if x != nil { return x.Expiry } return 0 } func (x *AddrBookRecord_AddrEntry) GetTtl() int64 { if x != nil { return x.Ttl } return 0 } // CertifiedRecord contains a serialized signed PeerRecord used to // populate the signedAddrs list. type AddrBookRecord_CertifiedRecord struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields // The Seq counter from the signed PeerRecord envelope Seq uint64 `protobuf:"varint,1,opt,name=seq,proto3" json:"seq,omitempty"` // The serialized bytes of the SignedEnvelope containing the PeerRecord. Raw []byte `protobuf:"bytes,2,opt,name=raw,proto3" json:"raw,omitempty"` } func (x *AddrBookRecord_CertifiedRecord) Reset() { *x = AddrBookRecord_CertifiedRecord{} if protoimpl.UnsafeEnabled { mi := &file_pb_pstore_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *AddrBookRecord_CertifiedRecord) String() string { return protoimpl.X.MessageStringOf(x) } func (*AddrBookRecord_CertifiedRecord) ProtoMessage() {} func (x *AddrBookRecord_CertifiedRecord) ProtoReflect() protoreflect.Message { mi := &file_pb_pstore_proto_msgTypes[2] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use AddrBookRecord_CertifiedRecord.ProtoReflect.Descriptor instead. func (*AddrBookRecord_CertifiedRecord) Descriptor() ([]byte, []int) { return file_pb_pstore_proto_rawDescGZIP(), []int{0, 1} } func (x *AddrBookRecord_CertifiedRecord) GetSeq() uint64 { if x != nil { return x.Seq } return 0 } func (x *AddrBookRecord_CertifiedRecord) GetRaw() []byte { if x != nil { return x.Raw } return nil } var File_pb_pstore_proto protoreflect.FileDescriptor var file_pb_pstore_proto_rawDesc = []byte{ 0x0a, 0x0f, 0x70, 0x62, 0x2f, 0x70, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x09, 0x70, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x70, 0x62, 0x22, 0xb3, 0x02, 0x0a, 0x0e, 0x41, 0x64, 0x64, 0x72, 0x42, 0x6f, 0x6f, 0x6b, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, 0x69, 0x64, 0x12, 0x39, 0x0a, 0x05, 0x61, 0x64, 0x64, 0x72, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x70, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x70, 0x62, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x42, 0x6f, 0x6f, 0x6b, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x05, 0x61, 0x64, 0x64, 0x72, 0x73, 0x12, 0x54, 0x0a, 0x10, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x65, 0x64, 0x5f, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x70, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x70, 0x62, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x42, 0x6f, 0x6f, 0x6b, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x2e, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x65, 0x64, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x52, 0x0f, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x65, 0x64, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x1a, 0x49, 0x0a, 0x09, 0x41, 0x64, 0x64, 0x72, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x61, 0x64, 0x64, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x61, 0x64, 0x64, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x78, 0x70, 0x69, 0x72, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x65, 0x78, 0x70, 0x69, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x74, 0x74, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x74, 0x74, 0x6c, 0x1a, 0x35, 0x0a, 0x0f, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x65, 0x64, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x71, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x03, 0x73, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x72, 0x61, 0x77, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x72, 0x61, 0x77, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_pb_pstore_proto_rawDescOnce sync.Once file_pb_pstore_proto_rawDescData = file_pb_pstore_proto_rawDesc ) func file_pb_pstore_proto_rawDescGZIP() []byte { file_pb_pstore_proto_rawDescOnce.Do(func() { file_pb_pstore_proto_rawDescData = protoimpl.X.CompressGZIP(file_pb_pstore_proto_rawDescData) }) return file_pb_pstore_proto_rawDescData } var file_pb_pstore_proto_msgTypes = make([]protoimpl.MessageInfo, 3) var file_pb_pstore_proto_goTypes = []interface{}{ (*AddrBookRecord)(nil), // 0: pstore.pb.AddrBookRecord (*AddrBookRecord_AddrEntry)(nil), // 1: pstore.pb.AddrBookRecord.AddrEntry (*AddrBookRecord_CertifiedRecord)(nil), // 2: pstore.pb.AddrBookRecord.CertifiedRecord } var file_pb_pstore_proto_depIdxs = []int32{ 1, // 0: pstore.pb.AddrBookRecord.addrs:type_name -> pstore.pb.AddrBookRecord.AddrEntry 2, // 1: pstore.pb.AddrBookRecord.certified_record:type_name -> pstore.pb.AddrBookRecord.CertifiedRecord 2, // [2:2] is the sub-list for method output_type 2, // [2:2] is the sub-list for method input_type 2, // [2:2] is the sub-list for extension type_name 2, // [2:2] is the sub-list for extension extendee 0, // [0:2] is the sub-list for field type_name } func init() { file_pb_pstore_proto_init() } func file_pb_pstore_proto_init() { if File_pb_pstore_proto != nil { return } if !protoimpl.UnsafeEnabled { file_pb_pstore_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AddrBookRecord); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pb_pstore_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AddrBookRecord_AddrEntry); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pb_pstore_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AddrBookRecord_CertifiedRecord); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } } type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_pb_pstore_proto_rawDesc, NumEnums: 0, NumMessages: 3, NumExtensions: 0, NumServices: 0, }, GoTypes: file_pb_pstore_proto_goTypes, DependencyIndexes: file_pb_pstore_proto_depIdxs, MessageInfos: file_pb_pstore_proto_msgTypes, }.Build() File_pb_pstore_proto = out.File file_pb_pstore_proto_rawDesc = nil file_pb_pstore_proto_goTypes = nil file_pb_pstore_proto_depIdxs = nil }