Versions in this module Expand all Collapse all v0 v0.0.4 Sep 27, 2023 Changes in this version + type Protocol struct + Addresses []abi.Multiaddrs + Name string + func (t *Protocol) MarshalCBOR(w io.Writer) error + func (t *Protocol) UnmarshalCBOR(r io.Reader) (err error) + type ProtocolName string + const Bitswap + const GraphSync + const HTTP + const HTTPS + const Libp2p + const WS + const WSS + type QueryResponse struct + Protocols []Protocol + func (t *QueryResponse) MarshalCBOR(w io.Writer) error + func (t *QueryResponse) UnmarshalCBOR(r io.Reader) (err error)