# Functions
IsWellKnownType returns true if the provided fully qualified type name is considered 'well-known'.
NewRegistry returns a new Registry.
# Variables
Reg is the global dictionary.
# Structs
Binding describes how an HTTP endpoint is bound to a gRPC method.
Body describes a http (request|response) body to be sent to the (method|client).
Enum describes a protocol buffer enum types.
Field wraps descriptorpb.FieldDescriptorProto for richer features.
FieldPathComponent is a path component in FieldPath.
File wraps descriptorpb.FileDescriptorProto for richer features.
GoPackage represents a golang package.
Message describes a protocol buffer message types.
Method wraps descriptorpb.MethodDescriptorProto for richer features.
Parameter is a parameter provided in http requests.
Registry is a registry of information extracted from pluginpb.CodeGeneratorRequest.
ResponseFile wraps pluginpb.CodeGeneratorResponse_File.
Rule wraps options.ValidationRule for richer features.
Service wraps descriptorpb.ServiceDescriptorProto for richer features.
# Type aliases
FieldPath is a path to a field from a request message.