package pb

Import Path
	github.com/libp2p/go-libp2p/p2p/transport/webrtc/pb (on go.dev)

Dependency Relation
	imports 5 packages, and imported by one package

Involved Source Files message.pb.go
Package-Level Type Names (total 2)
/* sort by: | */
ErrorCode *uint32 Flag *Message_Flag Message []byte Deprecated: Use Message.ProtoReflect.Descriptor instead. (*Message) GetErrorCode() uint32 (*Message) GetFlag() Message_Flag (*Message) GetMessage() []byte (*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
( Message_Flag) Descriptor() protoreflect.EnumDescriptor ( Message_Flag) Enum() *Message_Flag Deprecated: Use Message_Flag.Descriptor instead. ( Message_Flag) Number() protoreflect.EnumNumber ( Message_Flag) String() string ( Message_Flag) Type() protoreflect.EnumType Deprecated: Do not use. *Message_Flag : github.com/goccy/go-json.Unmarshaler *Message_Flag : encoding/json.Unmarshaler Message_Flag : expvar.Var Message_Flag : fmt.Stringer Message_Flag : google.golang.org/protobuf/reflect/protoreflect.Enum func (*Message).GetFlag() Message_Flag func Message_Flag.Enum() *Message_Flag const Message_FIN const Message_FIN_ACK const Message_RESET const Message_STOP_SENDING
Package-Level Variables (total 3)
Enum value maps for Message_Flag.
Enum value maps for Message_Flag.
Package-Level Constants (total 4)
The sender will no longer send messages on the stream.
Sending the FIN_ACK flag acknowledges the previous receipt of a message with the FIN flag set. Receiving a FIN_ACK flag gives the recipient confidence that the remote has received all sent messages.
The sender abruptly terminates the sending part of the stream. The receiver can discard any data that it already received on that stream.
The sender will no longer read messages on the stream. Incoming data is being discarded on receipt.