package
0.0.0-20241016205951-86a77db8f642
Repository: https://github.com/ghjm/connectopus.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

RunDialer abstractly implements retry logic for repeatedly dialing a peer until it connects.
RunListener abstractly implements the accept loop of a listener.

# Variables

No description provided by the author

# Interfaces

BackendConnection represents a single back-end connection.
ProtocolRunner is called by backends to run a protocol over a connection.

# Type aliases

ConnFunc is a type of function that gets a new BackendConnection, such as by dialing or accepting.