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

Interface PluginMeta

backend/core/plugin/plugin_meta.go:23–28  ·  view source on GitHub ↗

PluginMeta is the Minimal features a plugin should comply, should be implemented by all plugins

Source from the content-addressed store, hash-verified

21
22// PluginMeta is the Minimal features a plugin should comply, should be implemented by all plugins
23type PluginMeta interface {
24 Description() string
25 // PkgPath information lost when compiled as plugin(.so)
26 RootPkgPath() string
27 Name() string
28}
29
30type GrafanaDashboard struct {
31 ID string

Callers 2

GetFunction · 0.65

Implementers 15

remotePluginImplbackend/server/services/remote/plugin/
Tapdbackend/plugins/tapd/impl/impl.go
Taigabackend/plugins/taiga/impl/impl.go
Testmobackend/plugins/testmo/impl/impl.go
PagerDutybackend/plugins/pagerduty/impl/impl.go
Dbtbackend/plugins/dbt/impl/impl.go
Giteebackend/plugins/gitee/impl/impl.go
Linkerbackend/plugins/linker/impl/impl.go
Sonarqubebackend/plugins/sonarqube/impl/impl.go
Asanabackend/plugins/asana/impl/impl.go
AEbackend/plugins/ae/impl/impl.go
GhCopilotbackend/plugins/gh-copilot/impl/impl.g

Calls

no outgoing calls

Tested by

no test coverage detected