package
Version:
v1.0.0-rc.1
Opens a new window with list of versions in this module.
Published: Aug 20, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BridgeArgs struct {
Data []byte
}
type BridgeReply struct {
Data []byte
}
func QlCall(
h host.Host,
ctx context.Context,
input interface{},
peerAddr string,
serviceName string,
serviceMethod string,
method string,
span trace.Span,
) (
BridgeReply,
error,
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.