package proto
Import Path
github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/proto (on go.dev)
Dependency Relation
imports 5 packages, and imported by 4 packages
Package-Level Type Names (only one)
Expiration is the expiration time of the reservation
Peer is the ID of the peer receiving relay service through Relay
Relay is the ID of the peer providing relay service
(*ReservationVoucher) Codec() []byte
(*ReservationVoucher) Domain() string
(*ReservationVoucher) MarshalRecord() ([]byte, error)
(*ReservationVoucher) UnmarshalRecord(blob []byte) error
*ReservationVoucher : github.com/libp2p/go-libp2p/core/record.Record
Package-Level Variables (only one)
TODO: register in multicodec table in https://github.com/multiformats/multicodec
Package-Level Constants (total 3)
const ProtoIDv2Hop = "/libp2p/circuit/relay/0.2.0/hop" const ProtoIDv2Stop = "/libp2p/circuit/relay/0.2.0/stop" const RecordDomain = "libp2p-relay-rsvp"![]() |
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. |