Skip to main content

Module service

Module service 

Source
Expand description

ServiceDescriptor and MethodDescriptor — handles to gRPC services and their methods.

Services + methods are walked at pool-build time and cached on the pool. Cross-file input_type / output_type references resolve through the same name table the field resolver uses.

Structs§

MethodDescriptor
Handle to one method on a ServiceDescriptor.
ServiceDescriptor
Handle to one service in a DescriptorPool.