Base is the base plugin
| 31 | |
| 32 | // Base is the base plugin |
| 33 | type Base interface { |
| 34 | // Info returns the plugin information |
| 35 | Info() Info |
| 36 | } |
| 37 | |
| 38 | var ( |
| 39 | // CallBase is a function that calls all registered base plugins |
no outgoing calls
no test coverage detected