()
| 22 | // PluginMeta is the Minimal features a plugin should comply, should be implemented by all plugins |
| 23 | type PluginMeta interface { |
| 24 | Description() string |
| 25 | // PkgPath information lost when compiled as plugin(.so) |
| 26 | RootPkgPath() string |
| 27 | Name() string |
no outgoing calls
no test coverage detected