# Functions
GetMethodInfo extracts method info from context.
NewRegistry creates a new method info registry.
StreamServerInterceptor returns an interceptor that injects server and method info into the stream context.
UnaryServerInterceptor returns an interceptor that injects server and method info into the request context.
WithMethodInfo injects method info into context.
# Interfaces
MethodInfo provides service and method descriptors.
Registry provides efficient access to method and service descriptors for grpc servers.