RemotePlugin API supported by plugins running in different/remote processes
| 23 | |
| 24 | // RemotePlugin API supported by plugins running in different/remote processes |
| 25 | type RemotePlugin interface { |
| 26 | plugin.PluginApi |
| 27 | plugin.PluginTask |
| 28 | plugin.PluginMeta |
| 29 | plugin.PluginOpenApiSpec |
| 30 | plugin.PluginModel |
| 31 | plugin.PluginMigration |
| 32 | plugin.PluginSource |
| 33 | } |
nothing calls this directly
no outgoing calls
no test coverage detected