Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Proxy ¶
type Proxy struct {
// contains filtered or unexported fields
}
Proxy is a dynamic gRPC client that performs reflection
func (*Proxy) Call ¶
func (p *Proxy) Call(ctx context.Context, serviceName, methodName string, message []byte, md *metadata.Metadata, ) ([]byte, error)
Call performs the gRPC call after doing reflection to obtain type information
Click to show internal directories.
Click to hide internal directories.