Documentation ¶
Index ¶
Constants ¶
View Source
const ( // MaxRecvMsgSize is the largest acceptable RPC message size. MaxRecvMsgSize = 256 * 1024 * 1024 // 256MB )
Variables ¶
This section is empty.
Functions ¶
func NewAuroraBridgeInbounds ¶
func NewAuroraBridgeInbounds( httpPort int, grpcPort int, mux *nethttp.ServeMux) []transport.Inbound
NewAuroraBridgeInbounds creates both HTTP and gRPC inbounds for the given ports
func NewInbounds ¶
NewInbounds creates both HTTP and gRPC inbounds for the given ports
func NewTransport ¶
NewTransport returns a new transport, using the default transport layer.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.