Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DescriptorKebabName ¶
func DescriptorKebabName(descriptor protoreflect.Descriptor) string
DescriptorKebabName returns the name of the descriptor in kebab case.
func IsSupportedVersion ¶
func IsSupportedVersion(methodDesc protoreflect.MethodDescriptor) bool
IsSupportedVersion is used to determine in which version of a module / sdk a rpc was introduced. It returns false if the rpc has comment for an higher version than the current one. It returns true if the method descriptor contains no annotation.
func ResolveMessageType ¶
func ResolveMessageType(resolver protoregistry.MessageTypeResolver, descriptor protoreflect.MessageDescriptor) protoreflect.MessageType
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.