Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stub ¶
type Stub interface { // InvokeRPC calls the backend gRPC method with the message provided in JSON. // This performs reflection against the backend every time it is called. InvokeRPC( ctx context.Context, invocation *reflection.MethodInvocation, md *metadata.Metadata) (reflection.Message, error) }
Stub performs gRPC calls based on descriptors obtained through reflection
Click to show internal directories.
Click to hide internal directories.