# Functions
AysncNotifyDesc TODO.
BlockingDial is a helper method to dial the given address, using optional TLS credentials, and blocking until the returned connection is ready.
ClientTransportCredentials builds transport credentials for a gRPC client using the given properties.
DescriptorSourceFromFileDescriptors creates a DescriptorSource that is backed by the given file descriptors.
DescriptorSourceFromFileDescriptorSet creates a DescriptorSource that is backed by the FileDescriptorSet.
DescriptorSourceFromProtoFiles creates a DescriptorSource that is backed by the named files, whose contents are Protocol Buffer source files.
DescriptorSourceFromProtoSets creates a DescriptorSource that is backed by the named files, whose contents are encoded FileDescriptorSet protos.
DescriptorSourceFromServer creates a DescriptorSource that uses the given gRPC reflection client to interrogate a server for descriptor information.
EnsureExtensions uses the given descriptor source to download extensions for the given message.
GetAllFiles uses the given descriptor source to return a list of file descriptors.
GetDescriptorText returns a string representation of the given descriptor.
GetDescSource TODO.
GetRemoteDescSource TODO.
InitDescSource TODO.
ListMethods uses the given descriptor source to return a sorted list of method names for the specified fully-qualified service name.
ListServices uses the given descriptor source to return a sorted list of fully-qualified service names.
MakeTemplate returns a message instance for the given descriptor that is a suitable template for creating an instance of that message in JSON.
MetadataFromHeaders converts a list of header strings (each string in "Header-Name: Header-Value" form) into metadata.
MetadataToString returns a string representation of the given metadata, for displaying to users.
New TODO.
NewDescSourceEntry TODO.
NewJSONFormatter returns a formatter that returns JSON strings.
NewJSONRequestParser returns a RequestParser that reads data in JSON format from the given reader.
ParseFormatterByDesc TODO.
RequestParserAndFormatterFor returns a request parser and formatter for the given format.
RequestParserFor TODO.
ServerTransportCredentials builds transport credentials for a gRPC server using the given properties.
SetCtx TODO.
SetDefaultEventHandler TODO.
SetDescSourceCtl TODO.
SetDialTime TODO.
SetHookHandler TODO.
SetKeepAliveTime TODO.
SetLogger TODO.
SetMode TODO.
SetProtoFiles TODO.
SetProtoSetFiles TODO.
SetRecvMsgSize TODO.
# Variables
DefaultEventHandler TODO.
ErrReflectionNotSupported is returned by DescriptorSource operations that rely on interacting with the reflection service when the source does not actually expose the reflection service.
# Structs
DescSourceEntry TODO.
EngineHandler TODO.
EventHandler TODO.
InEventHooker TODO.
InvokeHandler TODO.
ReqRespTypes TODO.
ResultModel TODO.
ServMethodModel TODO.
# Interfaces
DescriptorSource is a source of protobuf descriptor information.
InvocationEventHandler is a bag of callbacks for handling events that occur in the course of invoking an RPC.
RequestParser processes input into messages.
# Type aliases
Format TODO.
Formatter translates messages into string representations.
Option TODO.
RequestSupplier is a function that is called to populate messages for a gRPC operation.