github.com/jhump/protoreflect@v1.16.0/dynamic/msgregistry/doc.go (about) 1 // Package msgregistry contains a registry of known message and enum types. 2 // The MessageRegistry is used for interacting with Any messages where the 3 // actual embedded value may be a dynamic message. There is also functionality 4 // for resolving type URLs into descriptors, which supports dynamically loading 5 // type descriptions (represented using the well-known types: Api, Method, Type, 6 // Field, Enum, and EnumValue) and converting them to descriptors. This allows 7 // for using these dynamically loaded schemas using dynamic messages. The 8 // registry also exposes related functionality for inter-op between descriptors 9 // and the proto well-known types that model APIs and types. 10 package msgregistry