package
0.5.0
Repository: https://github.com/progrium/qtalk-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.