//
pkg.gl
Category
github.com/alexapps/go-micro
network
link
package
1.8.5
Repository:
https://github.com/alexapps/go-micro.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
295 SLOC
#
Functions
Address
The address to use for the link.
Id
Sets the link id which otherwise defaults to "local".
NewLink
NewLink creates a new link on top of a socket.
Socket
Socket sets the socket to use instead of dialing.
Transport
The transport to use for the link where we want to dial the connection first.
#
Variables
ErrLinkClosed
No description provided by the author
#
Interfaces
Link
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.