package pb
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
unsafe "unsafe"
)
const (
_ = protoimpl .EnforceVersion (20 - protoimpl .MinVersion )
_ = protoimpl .EnforceVersion (protoimpl .MaxVersion - 20 )
)
type ReservationVoucher struct {
state protoimpl .MessageState `protogen:"open.v1"`
Relay []byte `protobuf:"bytes,1,opt,name=relay,proto3,oneof" json:"relay,omitempty"`
Peer []byte `protobuf:"bytes,2,opt,name=peer,proto3,oneof" json:"peer,omitempty"`
Expiration *uint64 `protobuf:"varint,3,opt,name=expiration,proto3,oneof" json:"expiration,omitempty"`
unknownFields protoimpl .UnknownFields
sizeCache protoimpl .SizeCache
}
func (x *ReservationVoucher ) Reset () {
*x = ReservationVoucher {}
mi := &file_p2p_protocol_circuitv2_pb_voucher_proto_msgTypes [0 ]
ms := protoimpl .X .MessageStateOf (protoimpl .Pointer (x ))
ms .StoreMessageInfo (mi )
}
func (x *ReservationVoucher ) String () string {
return protoimpl .X .MessageStringOf (x )
}
func (*ReservationVoucher ) ProtoMessage () {}
func (x *ReservationVoucher ) ProtoReflect () protoreflect .Message {
mi := &file_p2p_protocol_circuitv2_pb_voucher_proto_msgTypes [0 ]
if x != nil {
ms := protoimpl .X .MessageStateOf (protoimpl .Pointer (x ))
if ms .LoadMessageInfo () == nil {
ms .StoreMessageInfo (mi )
}
return ms
}
return mi .MessageOf (x )
}
func (*ReservationVoucher ) Descriptor () ([]byte , []int ) {
return file_p2p_protocol_circuitv2_pb_voucher_proto_rawDescGZIP (), []int {0 }
}
func (x *ReservationVoucher ) GetRelay () []byte {
if x != nil {
return x .Relay
}
return nil
}
func (x *ReservationVoucher ) GetPeer () []byte {
if x != nil {
return x .Peer
}
return nil
}
func (x *ReservationVoucher ) GetExpiration () uint64 {
if x != nil && x .Expiration != nil {
return *x .Expiration
}
return 0
}
var File_p2p_protocol_circuitv2_pb_voucher_proto protoreflect .FileDescriptor
const file_p2p_protocol_circuitv2_pb_voucher_proto_rawDesc = "" +
"\n" +
"'p2p/protocol/circuitv2/pb/voucher.proto\x12\n" +
"circuit.pb\"\x8f\x01\n" +
"\x12ReservationVoucher\x12\x19\n" +
"\x05relay\x18\x01 \x01(\fH\x00R\x05relay\x88\x01\x01\x12\x17\n" +
"\x04peer\x18\x02 \x01(\fH\x01R\x04peer\x88\x01\x01\x12#\n" +
"\n" +
"expiration\x18\x03 \x01(\x04H\x02R\n" +
"expiration\x88\x01\x01B\b\n" +
"\x06_relayB\a\n" +
"\x05_peerB\r\n" +
"\v_expirationB7Z5github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/pbb\x06proto3"
var (
file_p2p_protocol_circuitv2_pb_voucher_proto_rawDescOnce sync .Once
file_p2p_protocol_circuitv2_pb_voucher_proto_rawDescData []byte
)
func file_p2p_protocol_circuitv2_pb_voucher_proto_rawDescGZIP() []byte {
file_p2p_protocol_circuitv2_pb_voucher_proto_rawDescOnce .Do (func () {
file_p2p_protocol_circuitv2_pb_voucher_proto_rawDescData = protoimpl .X .CompressGZIP (unsafe .Slice (unsafe .StringData (file_p2p_protocol_circuitv2_pb_voucher_proto_rawDesc ), len (file_p2p_protocol_circuitv2_pb_voucher_proto_rawDesc )))
})
return file_p2p_protocol_circuitv2_pb_voucher_proto_rawDescData
}
var file_p2p_protocol_circuitv2_pb_voucher_proto_msgTypes = make ([]protoimpl .MessageInfo , 1 )
var file_p2p_protocol_circuitv2_pb_voucher_proto_goTypes = []any {
(*ReservationVoucher )(nil ),
}
var file_p2p_protocol_circuitv2_pb_voucher_proto_depIdxs = []int32 {
0 ,
0 ,
0 ,
0 ,
0 ,
}
func init() { file_p2p_protocol_circuitv2_pb_voucher_proto_init () }
func file_p2p_protocol_circuitv2_pb_voucher_proto_init() {
if File_p2p_protocol_circuitv2_pb_voucher_proto != nil {
return
}
file_p2p_protocol_circuitv2_pb_voucher_proto_msgTypes [0 ].OneofWrappers = []any {}
type x struct {}
out := protoimpl .TypeBuilder {
File : protoimpl .DescBuilder {
GoPackagePath : reflect .TypeOf (x {}).PkgPath (),
RawDescriptor : unsafe .Slice (unsafe .StringData (file_p2p_protocol_circuitv2_pb_voucher_proto_rawDesc ), len (file_p2p_protocol_circuitv2_pb_voucher_proto_rawDesc )),
NumEnums : 0 ,
NumMessages : 1 ,
NumExtensions : 0 ,
NumServices : 0 ,
},
GoTypes : file_p2p_protocol_circuitv2_pb_voucher_proto_goTypes ,
DependencyIndexes : file_p2p_protocol_circuitv2_pb_voucher_proto_depIdxs ,
MessageInfos : file_p2p_protocol_circuitv2_pb_voucher_proto_msgTypes ,
}.Build ()
File_p2p_protocol_circuitv2_pb_voucher_proto = out .File
file_p2p_protocol_circuitv2_pb_voucher_proto_goTypes = nil
file_p2p_protocol_circuitv2_pb_voucher_proto_depIdxs = nil
}
The pages are generated with Golds v0.8.2 . (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu .
PR and bug reports are welcome and can be submitted to the issue list .
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds .