DefaultFactory returns the default factory implementation
()
| 64 | |
| 65 | // DefaultFactory returns the default factory implementation |
| 66 | func DefaultFactory() Factory { |
| 67 | return &DefaultFactoryImpl{} |
| 68 | } |
| 69 | |
| 70 | // NewPluginManager creates a new plugin manager |
| 71 | func (f *DefaultFactoryImpl) NewPluginManager(log log.Logger) plugin.Interface { |
no outgoing calls
no test coverage detected