# Functions
No description provided by the author
IsWellKnownType returns true if the provided fully qualified type name is considered 'well-known'.
NewRegistry creates and initializes a new registry.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# 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.
GatewayFileLoadOptions holds the gateway config file loading options.
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.
QueryParamAlias describes a query parameter alias, used to set/rename query params.
QueryParameter describes a query paramter.
QueryParameterCustomization describes the way query parameters are to get parsed.
Registry is a registry of information extracted from pluginpb.CodeGeneratorRequest.
RegistryOptions holds all the options for the descriptor registry.
ResponseFile wraps pluginpb.CodeGeneratorResponse_File.
Service wraps descriptorpb.ServiceDescriptorProto for richer features.
StreamConfig includes directions on which streaming modes are enabled/disabled.
# Type aliases
FieldPath is a path to a field from a request message.
No description provided by the author