Versions in this module Expand all Collapse all v0 v0.0.11 Jul 31, 2024 Changes in this version + const TypeEnum + const TypeEnumValue + const TypeMessage + const TypeMessageField + const TypeNestedEnum + const TypeNestedType + const TypeService + const TypeServiceMethod + type Enum struct + Values map[int32]*Location + type File struct + Enums map[int32]*Enum + Messages map[int32]*Message + Services map[int32]*Service + type Location = descriptorpb.SourceCodeInfo_Location + type Message struct + Fields map[int32]*Location + NestedEnums map[int32]*Enum + NestedTypes map[int32]*Message + type Registry struct + func NewRegistry(descriptorRegistry *descriptor.Registry) *Registry + func (r *Registry) LookupEnum(enum *descriptor.Enum) *Enum + func (r *Registry) LookupField(field *descriptor.Field) *Location + func (r *Registry) LookupMessage(message *descriptor.Message) *Message + func (r *Registry) LookupService(service *descriptor.Service) *Service + type Service struct + Methods map[int32]*Location v0.0.1-alpha May 18, 2024