MCPcopy
hub / github.com/apache/devlake / RemotePlugin

Interface RemotePlugin

backend/server/services/remote/models/plugin_remote.go:25–33  ·  view source on GitHub ↗

RemotePlugin API supported by plugins running in different/remote processes

Source from the content-addressed store, hash-verified

23
24// RemotePlugin API supported by plugins running in different/remote processes
25type RemotePlugin interface {
26 plugin.PluginApi
27 plugin.PluginTask
28 plugin.PluginMeta
29 plugin.PluginOpenApiSpec
30 plugin.PluginModel
31 plugin.PluginMigration
32 plugin.PluginSource
33}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected