package
Version:
v0.1.21
Opens a new window with list of versions in this module.
Published: Mar 10, 2026
License: MPL-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package multiplex implements client-side multiplexing helpers.
Streaming initiates a multiplexed streaming gRPC client call to multiple nodes.
Unary initiates a multiplexed unary gRPC client call to multiple nodes.
type Response[ResponseT any] struct {
Node string
Payload ResponseT
Err error
}
Response represents a multiplexed response from a specific node.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.