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 HolePunch_Type int32
const (
HolePunch_CONNECT HolePunch_Type = 100
HolePunch_SYNC HolePunch_Type = 300
)
var (
HolePunch_Type_name = map [int32 ]string {
100 : "CONNECT" ,
300 : "SYNC" ,
}
HolePunch_Type_value = map [string ]int32 {
"CONNECT" : 100 ,
"SYNC" : 300 ,
}
)
func (x HolePunch_Type ) Enum () *HolePunch_Type {
p := new (HolePunch_Type )
*p = x
return p
}
func (x HolePunch_Type ) String () string {
return protoimpl .X .EnumStringOf (x .Descriptor (), protoreflect .EnumNumber (x ))
}
func (HolePunch_Type ) Descriptor () protoreflect .EnumDescriptor {
return file_p2p_protocol_holepunch_pb_holepunch_proto_enumTypes [0 ].Descriptor ()
}
func (HolePunch_Type ) Type () protoreflect .EnumType {
return &file_p2p_protocol_holepunch_pb_holepunch_proto_enumTypes [0 ]
}
func (x HolePunch_Type ) Number () protoreflect .EnumNumber {
return protoreflect .EnumNumber (x )
}
func (x *HolePunch_Type ) UnmarshalJSON (b []byte ) error {
num , err := protoimpl .X .UnmarshalJSONEnum (x .Descriptor (), b )
if err != nil {
return err
}
*x = HolePunch_Type (num )
return nil
}
func (HolePunch_Type ) EnumDescriptor () ([]byte , []int ) {
return file_p2p_protocol_holepunch_pb_holepunch_proto_rawDescGZIP (), []int {0 , 0 }
}
type HolePunch struct {
state protoimpl .MessageState `protogen:"open.v1"`
Type *HolePunch_Type `protobuf:"varint,1,req,name=type,enum=holepunch.pb.HolePunch_Type" json:"type,omitempty"`
ObsAddrs [][]byte `protobuf:"bytes,2,rep,name=ObsAddrs" json:"ObsAddrs,omitempty"`
unknownFields protoimpl .UnknownFields
sizeCache protoimpl .SizeCache
}
func (x *HolePunch ) Reset () {
*x = HolePunch {}
mi := &file_p2p_protocol_holepunch_pb_holepunch_proto_msgTypes [0 ]
ms := protoimpl .X .MessageStateOf (protoimpl .Pointer (x ))
ms .StoreMessageInfo (mi )
}
func (x *HolePunch ) String () string {
return protoimpl .X .MessageStringOf (x )
}
func (*HolePunch ) ProtoMessage () {}
func (x *HolePunch ) ProtoReflect () protoreflect .Message {
mi := &file_p2p_protocol_holepunch_pb_holepunch_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 (*HolePunch ) Descriptor () ([]byte , []int ) {
return file_p2p_protocol_holepunch_pb_holepunch_proto_rawDescGZIP (), []int {0 }
}
func (x *HolePunch ) GetType () HolePunch_Type {
if x != nil && x .Type != nil {
return *x .Type
}
return HolePunch_CONNECT
}
func (x *HolePunch ) GetObsAddrs () [][]byte {
if x != nil {
return x .ObsAddrs
}
return nil
}
var File_p2p_protocol_holepunch_pb_holepunch_proto protoreflect .FileDescriptor
const file_p2p_protocol_holepunch_pb_holepunch_proto_rawDesc = "" +
"\n" +
")p2p/protocol/holepunch/pb/holepunch.proto\x12\fholepunch.pb\"y\n" +
"\tHolePunch\x120\n" +
"\x04type\x18\x01 \x02(\x0e2\x1c.holepunch.pb.HolePunch.TypeR\x04type\x12\x1a\n" +
"\bObsAddrs\x18\x02 \x03(\fR\bObsAddrs\"\x1e\n" +
"\x04Type\x12\v\n" +
"\aCONNECT\x10d\x12\t\n" +
"\x04SYNC\x10\xac\x02B7Z5github.com/libp2p/go-libp2p/p2p/protocol/holepunch/pb"
var (
file_p2p_protocol_holepunch_pb_holepunch_proto_rawDescOnce sync .Once
file_p2p_protocol_holepunch_pb_holepunch_proto_rawDescData []byte
)
func file_p2p_protocol_holepunch_pb_holepunch_proto_rawDescGZIP() []byte {
file_p2p_protocol_holepunch_pb_holepunch_proto_rawDescOnce .Do (func () {
file_p2p_protocol_holepunch_pb_holepunch_proto_rawDescData = protoimpl .X .CompressGZIP (unsafe .Slice (unsafe .StringData (file_p2p_protocol_holepunch_pb_holepunch_proto_rawDesc ), len (file_p2p_protocol_holepunch_pb_holepunch_proto_rawDesc )))
})
return file_p2p_protocol_holepunch_pb_holepunch_proto_rawDescData
}
var file_p2p_protocol_holepunch_pb_holepunch_proto_enumTypes = make ([]protoimpl .EnumInfo , 1 )
var file_p2p_protocol_holepunch_pb_holepunch_proto_msgTypes = make ([]protoimpl .MessageInfo , 1 )
var file_p2p_protocol_holepunch_pb_holepunch_proto_goTypes = []any {
(HolePunch_Type )(0 ),
(*HolePunch )(nil ),
}
var file_p2p_protocol_holepunch_pb_holepunch_proto_depIdxs = []int32 {
0 ,
1 ,
1 ,
1 ,
1 ,
0 ,
}
func init() { file_p2p_protocol_holepunch_pb_holepunch_proto_init () }
func file_p2p_protocol_holepunch_pb_holepunch_proto_init() {
if File_p2p_protocol_holepunch_pb_holepunch_proto != nil {
return
}
type x struct {}
out := protoimpl .TypeBuilder {
File : protoimpl .DescBuilder {
GoPackagePath : reflect .TypeOf (x {}).PkgPath (),
RawDescriptor : unsafe .Slice (unsafe .StringData (file_p2p_protocol_holepunch_pb_holepunch_proto_rawDesc ), len (file_p2p_protocol_holepunch_pb_holepunch_proto_rawDesc )),
NumEnums : 1 ,
NumMessages : 1 ,
NumExtensions : 0 ,
NumServices : 0 ,
},
GoTypes : file_p2p_protocol_holepunch_pb_holepunch_proto_goTypes ,
DependencyIndexes : file_p2p_protocol_holepunch_pb_holepunch_proto_depIdxs ,
EnumInfos : file_p2p_protocol_holepunch_pb_holepunch_proto_enumTypes ,
MessageInfos : file_p2p_protocol_holepunch_pb_holepunch_proto_msgTypes ,
}.Build ()
File_p2p_protocol_holepunch_pb_holepunch_proto = out .File
file_p2p_protocol_holepunch_pb_holepunch_proto_goTypes = nil
file_p2p_protocol_holepunch_pb_holepunch_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 .