package
1.0.0
Repository: https://github.com/cloudwebrtc/nats-grpc.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewReflector creates a new Reflector from the reflection client.
Register registers the server reflection service on the given gRPC server.
ServiceDescriptorFromFileDescriptor finds the service descriptor from a file descriptor This can be useful in tests that don't connect to a real server.

# Structs

MessageDescriptor represents a message type.
MethodDescriptor represents a method type.
MethodInvocation contains a method and a message used to invoke an RPC.
No description provided by the author
ServiceDescriptor represents a service type.

# Interfaces

Message is an simple abstraction of protobuf message.
Reflector performs reflection on the gRPC service to obtain the method type, services and methods.