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

Interface PluginSource

backend/core/plugin/plugin_meta.go:48–52  ·  view source on GitHub ↗

PluginSource abstracts data sources

Source from the content-addressed store, hash-verified

46
47// PluginSource abstracts data sources
48type PluginSource interface {
49 Connection() dal.Tabler
50 Scope() ToolLayerScope
51 ScopeConfig() dal.Tabler
52}

Callers 3

deleteConnectionMethod · 0.65
deleteConnectionMethod · 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
Giteebackend/plugins/gitee/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
Feishubackend/plugins/feishu/impl/impl.go
BitbucketServerbackend/plugins/bitbucket_server/impl/

Calls

no outgoing calls

Tested by

no test coverage detected