 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var BindnodeRegistry = bindnoderegistry.NewRegistry()
    Functions ¶
This section is empty.
Types ¶
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.