package
1.8.5
Repository: https://github.com/alexapps/go-micro.git
Documentation: pkg.go.dev

# Functions

The address to use for the link.
Sets the link id which otherwise defaults to "local".
NewLink creates a new link on top of a socket.
Socket sets the socket to use instead of dialing.
The transport to use for the link where we want to dial the connection first.

# Variables

No description provided by the author

# Interfaces

Link is a layer on top of a transport socket with the buffering send and recv queue's with the ability to measure the actual transport link and reconnect if an address is specified.