Versions in this module
v0
Nov 16, 2023
Nov 11, 2023
Nov 8, 2023
Nov 8, 2023
Nov 7, 2023
Nov 7, 2023
Nov 7, 2023
Nov 5, 2023
Nov 5, 2023
Nov 4, 2023
Nov 4, 2023
Nov 4, 2023
Nov 3, 2023
Nov 2, 2023
Nov 2, 2023
Nov 1, 2023
Oct 31, 2023
Oct 31, 2023
Oct 31, 2023
Oct 30, 2023
Oct 29, 2023
Oct 29, 2023
Oct 29, 2023
Changes in this version
+
func NewDiscoveryJoinRoundTripper(ctx context.Context, opts RoundTripOptions) (transport.JoinRoundTripper, error)
—
darwin/amd64, linux/amd64, windows/amd64
+
func NewDiscoveryRoundTripper(ctx context.Context, opts RoundTripOptions) (transport.RoundTripper[REQ, RESP], error)
—
darwin/amd64, linux/amd64, windows/amd64
+
func NewDiscoveryTransport(ctx context.Context, opts TransportOptions) (transport.RPCTransport, error)
—
darwin/amd64, linux/amd64, windows/amd64
+
func NewTransport(host Host, credentials ...grpc.DialOption) transport.RPCTransport
—
darwin/amd64, linux/amd64, windows/amd64
+
func ToMultiaddrs(addrs []string) []multiaddr.Multiaddr
—
darwin/amd64, linux/amd64, windows/amd64
type DiscoveryHost
—
darwin/amd64, linux/amd64, windows/amd64
type HostOptions
—
darwin/amd64, linux/amd64, windows/amd64
type RoundTripOptions
—
darwin/amd64, linux/amd64, windows/amd64
Oct 24, 2023
Oct 20, 2023
Oct 20, 2023
Oct 20, 2023
Oct 17, 2023
Oct 17, 2023
Oct 17, 2023
Oct 16, 2023
Oct 16, 2023
Oct 16, 2023
Oct 16, 2023
Oct 16, 2023
Oct 15, 2023
Oct 15, 2023
Oct 14, 2023
Oct 14, 2023
Oct 13, 2023
Oct 13, 2023
Oct 13, 2023
Oct 13, 2023
Oct 12, 2023
Oct 12, 2023
Oct 12, 2023
Oct 12, 2023
Oct 12, 2023
Oct 12, 2023
Oct 11, 2023
Oct 11, 2023
Oct 11, 2023
Oct 10, 2023
Oct 9, 2023
Oct 8, 2023
Oct 8, 2023
Oct 7, 2023
Oct 6, 2023
Oct 6, 2023
Changes in this version
type AnnounceOptions
—
darwin/amd64, linux/amd64, windows/amd64
type HostOptions
—
darwin/amd64, linux/amd64, windows/amd64
Oct 5, 2023
Oct 5, 2023
Oct 4, 2023
Oct 3, 2023
Oct 2, 2023
Oct 2, 2023
Oct 2, 2023
Oct 1, 2023
Sep 30, 2023
Sep 30, 2023
Sep 30, 2023
Sep 30, 2023
Sep 30, 2023
Sep 30, 2023
Sep 30, 2023
Sep 30, 2023
Sep 28, 2023
Sep 28, 2023
Sep 27, 2023
Sep 27, 2023
Sep 27, 2023
Sep 27, 2023
Sep 26, 2023
Sep 26, 2023
Changes in this version
+
func NewAnnouncer(ctx context.Context, opts AnnounceOptions, rt transport.UnaryServer[REQ, RESP]) (io.Closer, error)
—
darwin/amd64, linux/amd64, windows/amd64
+
func NewDHT(ctx context.Context, host host.Host, bootstrapPeers []multiaddr.Multiaddr, ...) (*dht.IpfsDHT, error)
—
darwin/amd64, linux/amd64, windows/amd64
+
func NewHost(ctx context.Context, opts HostOptions) (host.Host, error)
—
darwin/amd64, linux/amd64, windows/amd64
+
func NewJoinAnnouncer(ctx context.Context, opts AnnounceOptions, join transport.JoinServer) (io.Closer, error)
—
darwin/amd64, linux/amd64, windows/amd64
+
func NewJoinRoundTripper(ctx context.Context, opts RoundTripOptions) (transport.JoinRoundTripper, error)
—
darwin/amd64, linux/amd64, windows/amd64
+
func NewRoundTripper(ctx context.Context, opts RoundTripOptions) (transport.RoundTripper[REQ, RESP], error)
—
darwin/amd64, linux/amd64, windows/amd64
+
func UDPRelayProtocolFor(pubkey crypto.PublicKey) protocol.ID
—
darwin/amd64, linux/amd64, windows/amd64