//
pkg.gl
Category
github.com/progrium/qtalk-go
talk
package
0.5.0
Repository:
https://github.com/progrium/qtalk-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
55 SLOC
#
Functions
Dial
Dial connects to a remote address using a registered transport and returns a Peer.
NewPeer
NewPeer returns a Peer based on a session and codec.
#
Variables
Dialers
Dialers is map of transport strings to Dialers and includes all builtin transports.
#
Structs
Peer
Peer is a mux session, RPC client and responder, all in one.
#
Type aliases
Dialer
A Dialer connects to address and establishes a mux.Session.