package
0.0.0-20241118202920-e0a1d089f929
Repository: https://github.com/tractordev/toolkit-go.git
Documentation: pkg.go.dev

# Functions

Dial connects to a remote address using a registered transport and returns a Peer.
NewPeer returns a Peer based on a session and codec.

# Variables

Dialers is map of transport strings to Dialers and includes all builtin transports.

# Structs

Peer is a mux session, RPC client and responder, all in one.

# Type aliases

A Dialer connects to address and establishes a mux.Session.