interface
DescriptorProvider
type DescriptorProvider interface {
Plugin
Descriptor() PluginDescriptor
}Opt into versioned generation, migration, and compatibility tooling.
PluginPlugin- The Plugin value.
Descriptorfunc() PluginDescriptor- The Descriptor value.
Required for plugins exposing advanced admin, endpoint, transport, hook, generated-field, or migration capabilities. Key-only plugins remain valid for simple config transforms or validators without build metadata.