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

Struct GiteeConnection

backend/plugins/gitee/models/connection.go:50–53  ·  view source on GitHub ↗

GiteeConnection holds GiteeConn plus ID/Name for database storage

Source from the content-addressed store, hash-verified

48
49// GiteeConnection holds GiteeConn plus ID/Name for database storage
50type GiteeConnection struct {
51 helper.BaseConnection `mapstructure:",squash"`
52 GiteeConn `mapstructure:",squash"`
53}
54
55func (connection *GiteeConnection) MergeFromRequest(target *GiteeConnection, body map[string]interface{}) error {
56 token := target.Token

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected