package pb
Import Path
github.com/libp2p/go-libp2p/p2p/host/autonat/pb (on go.dev)
Dependency Relation
imports 5 packages, and imported by one package
Involved Source Files
autonat.pb.go
Package-Level Type Names (total 6)
Dial *Message_Dial
DialResponse *Message_DialResponse
Type *Message_MessageType
Deprecated: Use Message.ProtoReflect.Descriptor instead.
(*Message) GetDial() *Message_Dial
(*Message) GetDialResponse() *Message_DialResponse
(*Message) GetType() Message_MessageType
(*Message) ProtoMessage()
(*Message) ProtoReflect() protoreflect.Message
(*Message) Reset()
(*Message) String() string
*Message : github.com/gogo/protobuf/proto.Message
*Message : expvar.Var
*Message : fmt.Stringer
*Message : google.golang.org/protobuf/reflect/protoreflect.ProtoMessage
*Message : google.golang.org/protobuf/runtime/protoiface.MessageV1
Peer *Message_PeerInfo
Deprecated: Use Message_Dial.ProtoReflect.Descriptor instead.
(*Message_Dial) GetPeer() *Message_PeerInfo
(*Message_Dial) ProtoMessage()
(*Message_Dial) ProtoReflect() protoreflect.Message
(*Message_Dial) Reset()
(*Message_Dial) String() string
*Message_Dial : github.com/gogo/protobuf/proto.Message
*Message_Dial : expvar.Var
*Message_Dial : fmt.Stringer
*Message_Dial : google.golang.org/protobuf/reflect/protoreflect.ProtoMessage
*Message_Dial : google.golang.org/protobuf/runtime/protoiface.MessageV1
func (*Message).GetDial() *Message_Dial
Addr []byte
Status *Message_ResponseStatus
StatusText *string
Deprecated: Use Message_DialResponse.ProtoReflect.Descriptor instead.
(*Message_DialResponse) GetAddr() []byte
(*Message_DialResponse) GetStatus() Message_ResponseStatus
(*Message_DialResponse) GetStatusText() string
(*Message_DialResponse) ProtoMessage()
(*Message_DialResponse) ProtoReflect() protoreflect.Message
(*Message_DialResponse) Reset()
(*Message_DialResponse) String() string
*Message_DialResponse : github.com/gogo/protobuf/proto.Message
*Message_DialResponse : expvar.Var
*Message_DialResponse : fmt.Stringer
*Message_DialResponse : google.golang.org/protobuf/reflect/protoreflect.ProtoMessage
*Message_DialResponse : google.golang.org/protobuf/runtime/protoiface.MessageV1
func (*Message).GetDialResponse() *Message_DialResponse
( Message_MessageType) Descriptor() protoreflect.EnumDescriptor
( Message_MessageType) Enum() *Message_MessageType
Deprecated: Use Message_MessageType.Descriptor instead.
( Message_MessageType) Number() protoreflect.EnumNumber
( Message_MessageType) String() string
( Message_MessageType) Type() protoreflect.EnumType
Deprecated: Do not use.
*Message_MessageType : github.com/goccy/go-json.Unmarshaler
*Message_MessageType : encoding/json.Unmarshaler
Message_MessageType : expvar.Var
Message_MessageType : fmt.Stringer
Message_MessageType : google.golang.org/protobuf/reflect/protoreflect.Enum
func (*Message).GetType() Message_MessageType
func Message_MessageType.Enum() *Message_MessageType
const Message_DIAL
const Message_DIAL_RESPONSE
Addrs [][]byte
Id []byte
Deprecated: Use Message_PeerInfo.ProtoReflect.Descriptor instead.
(*Message_PeerInfo) GetAddrs() [][]byte
(*Message_PeerInfo) GetId() []byte
(*Message_PeerInfo) ProtoMessage()
(*Message_PeerInfo) ProtoReflect() protoreflect.Message
(*Message_PeerInfo) Reset()
(*Message_PeerInfo) String() string
*Message_PeerInfo : github.com/gogo/protobuf/proto.Message
*Message_PeerInfo : expvar.Var
*Message_PeerInfo : fmt.Stringer
*Message_PeerInfo : google.golang.org/protobuf/reflect/protoreflect.ProtoMessage
*Message_PeerInfo : google.golang.org/protobuf/runtime/protoiface.MessageV1
func (*Message_Dial).GetPeer() *Message_PeerInfo
( Message_ResponseStatus) Descriptor() protoreflect.EnumDescriptor
( Message_ResponseStatus) Enum() *Message_ResponseStatus
Deprecated: Use Message_ResponseStatus.Descriptor instead.
( Message_ResponseStatus) Number() protoreflect.EnumNumber
( Message_ResponseStatus) String() string
( Message_ResponseStatus) Type() protoreflect.EnumType
Deprecated: Do not use.
*Message_ResponseStatus : github.com/goccy/go-json.Unmarshaler
*Message_ResponseStatus : encoding/json.Unmarshaler
Message_ResponseStatus : expvar.Var
Message_ResponseStatus : fmt.Stringer
Message_ResponseStatus : google.golang.org/protobuf/reflect/protoreflect.Enum
func (*Message_DialResponse).GetStatus() Message_ResponseStatus
func Message_ResponseStatus.Enum() *Message_ResponseStatus
func github.com/libp2p/go-libp2p/p2p/host/autonat.MetricsTracer.OutgoingDialResponse(status Message_ResponseStatus)
func github.com/libp2p/go-libp2p/p2p/host/autonat.MetricsTracer.ReceivedDialResponse(status Message_ResponseStatus)
const Message_E_BAD_REQUEST
const Message_E_DIAL_ERROR
const Message_E_DIAL_REFUSED
const Message_E_INTERNAL_ERROR
const Message_OK
Package-Level Variables (total 5)
Enum value maps for Message_MessageType.
Enum value maps for Message_MessageType.
Enum value maps for Message_ResponseStatus.
Enum value maps for Message_ResponseStatus.
Package-Level Constants (total 7)
const Message_DIAL Message_MessageType = 0 const Message_DIAL_RESPONSE Message_MessageType = 1 const Message_E_BAD_REQUEST Message_ResponseStatus = 200 const Message_E_DIAL_ERROR Message_ResponseStatus = 100 const Message_E_DIAL_REFUSED Message_ResponseStatus = 101 const Message_E_INTERNAL_ERROR Message_ResponseStatus = 300 const Message_OK Message_ResponseStatus = 0![]() |
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. |