Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
48
type
PluginSource
interface
{
49
Connection() dal.Tabler
50
Scope() ToolLayerScope
51
ScopeConfig() dal.Tabler
52
}
Callers
3
deleteConnection
Method · 0.65
nullOutScopeReferences
Method · 0.65
deleteConnection
Method · 0.65
Implementers
15
remotePluginImpl
backend/server/services/remote/plugin/
Tapd
backend/plugins/tapd/impl/impl.go
Taiga
backend/plugins/taiga/impl/impl.go
Testmo
backend/plugins/testmo/impl/impl.go
PagerDuty
backend/plugins/pagerduty/impl/impl.go
Gitee
backend/plugins/gitee/impl/impl.go
Sonarqube
backend/plugins/sonarqube/impl/impl.go
Asana
backend/plugins/asana/impl/impl.go
AE
backend/plugins/ae/impl/impl.go
GhCopilot
backend/plugins/gh-copilot/impl/impl.g
Feishu
backend/plugins/feishu/impl/impl.go
BitbucketServer
backend/plugins/bitbucket_server/impl/
Calls
no outgoing calls
Tested by
no test coverage detected