package
1.14.0
Repository: https://github.com/jacobkranz/grpc-go.git
Documentation: pkg.go.dev

# Functions

Listen returns a Listener that can only be contacted by its own Dialers and creates buffered connections between the two.

# Structs

Listener implements a net.Listener that creates local, buffered net.Conns via its Accept and Dial method.