# Packages
Package pluginconfig contains integration plugin with config packages.
# Functions
DefaultRegistry returns default Registry used for package Registry like functions.
FactoryPluginType returns (SomeInterface, true) if factoryType looks like func() (SomeInterface[, error]) or (nil, false) otherwise.
Lookup is DefaultRegistry().Lookup shortcut.
LookupFactory is DefaultRegistry().LookupFactory shortcut.
New is DefaultRegistry().New shortcut.
NewFactory is DefaultRegistry().NewFactory shortcut.
No description provided by the author
PtrType is helper to extract plugin types.
Register is DefaultRegistry().Register shortcut.