# Packages
No description provided by the author
# Functions
GetClientConfig return grpc client custom call options.
GetDefaultClientConfig return grpc client default call options.
GetDefaultServerConfig currently return empty struct,for future expansion.
GetProtocol gets gRPC protocol, will create if null.
NewClient creates a new gRPC client.
NewGrpcExporter creates a new gRPC exporter.
NewGrpcInvoker returns a Grpc invoker instance.
NewGRPCProtocol creates new gRPC protocol.
NewServer creates a new server.
# Constants
GRPC module name.
# Structs
Client is gRPC client include client connection and invoker.
No description provided by the author
nolint.
nolint.
GrpcProtocol is gRPC protocol.
Server is a gRPC server.
No description provided by the author
# Interfaces
DubboGrpcService is gRPC service.