package
0.1.3
Repository: https://github.com/lukashes/pandora.git
Documentation: pkg.go.dev

# 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.

# Structs

No description provided by the author