interface
Plugin
type Plugin interface {
Key() string
}The minimum compiled backend plugin contract.
Keyfunc() string- The Key value.
Focused capability interfaces add transforms, descriptors, hooks, validators, endpoints, or transports without one universal option bag. Plugins are trusted compiled Go code; production never installs code dynamically.