package
0.0.0-20240716071218-fd063d250c1d
Repository: https://github.com/gocodealone/go-plugin.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
# Structs
GRPCClientMuxer implements the client (host) side of the gRPC broker's GRPCMuxer interface for multiplexing multiple gRPC broker connections over a single net.Conn.
GRPCServerMuxer implements the server (plugin) side of the gRPC broker's GRPCMuxer interface for multiplexing multiple gRPC broker connections over a single net.Conn.
# Interfaces
GRPCMuxer enables multiple implementations of net.Listener to accept connections over a single "main" multiplexed net.Conn, and dial multiple client connections over the same multiplexed net.Conn.