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

Function loadGoPlugins

backend/test/e2e/services/server_startup_test.go:61–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59}
60
61func loadGoPlugins() []plugin.PluginMeta {
62 return []plugin.PluginMeta{
63 ae.AE{},
64 bamboo.Bamboo{},
65 bitbucket.Bitbucket{},
66 customize.Customize{},
67 dbt.Dbt{},
68 dora.Dora{},
69 feishu.Feishu{},
70 gitee.Gitee{},
71 gitextractor.GitExtractor{},
72 github.Github{},
73 githubGraphql.GithubGraphql{},
74 gitlab.Gitlab{},
75 icla.Icla{},
76 jenkins.Jenkins{},
77 jira.Jira{},
78 org.Org{},
79 pagerduty.PagerDuty{},
80 refdiff.RefDiff{},
81 slack.Slack{},
82 sonarqube.Sonarqube{},
83 starrocks.StarRocks{},
84 tapd.Tapd{},
85 teambition.Teambition{},
86 testmo.Testmo{},
87 trello.Trello{},
88 webhook.Webhook{},
89 zentao.Zentao{},
90 }
91}

Callers 1

TestStartupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected