# Functions

IsWellKnownType returns true if the provided fully qualified type name is considered 'well-known'.
NewRegistry returns a new Registry.

# Structs

Binding describes how an HTTP endpoint is bound to a gRPC method.
Body describes a http requtest body to be sent to the method.
Enum describes a protocol buffer enum types.
Field wraps descriptor.FieldDescriptorProto for richer features.
FieldPathComponent is a path component in FieldPath.
File wraps descriptor.FileDescriptorProto for richer features.
GoPackage represents a golang package.
Message describes a protocol buffer message types.
Method wraps descriptor.MethodDescriptorProto for richer features.
Parameter is a parameter provided in http requests.
Registry is a registry of information extracted from plugin.CodeGeneratorRequest.
Service wraps descriptor.ServiceDescriptorProto for richer features.

# Type aliases

FieldPath is a path to a field from a request message.