Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BindnodeRegistry = bindnoderegistry.NewRegistry()
Functions ¶
This section is empty.
Types ¶
type LegsVoucherDTv1 ¶ added in v1.7.3
func (*LegsVoucherDTv1) Type ¶ added in v1.7.3
func (l *LegsVoucherDTv1) Type() datatransfer.TypeIdentifier
type LegsVoucherResultDtv1 ¶ added in v1.7.3
type LegsVoucherResultDtv1 struct { VoucherType datatransfer2.TypeIdentifier dtsync.VoucherResult }
func (*LegsVoucherResultDtv1) Type ¶ added in v1.7.3
func (d *LegsVoucherResultDtv1) Type() datatransfer.TypeIdentifier
type Protocol ¶
type Protocol struct { // The name of the transport protocol eg "libp2p" or "http" Name string // The address of the endpoint in multiaddr format Addresses []multiaddr.Multiaddr }
type QueryResponse ¶
type QueryResponse struct {
Protocols []Protocol
}
Click to show internal directories.
Click to hide internal directories.