()
| 59 | } |
| 60 | |
| 61 | func 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 | } |