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

Struct Gitee

backend/plugins/gitee/impl/impl.go:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45var _ plugin.PluginSource = (*Gitee)(nil)
46
47type Gitee struct{}
48
49func (p Gitee) Connection() dal.Tabler {
50 return &models.GiteeConnection{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected