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

Struct TapdConnection

backend/plugins/tapd/models/connection.go:37–40  ·  view source on GitHub ↗

TapdConnection holds TapdConn plus ID/Name for database storage

Source from the content-addressed store, hash-verified

35
36// TapdConnection holds TapdConn plus ID/Name for database storage
37type TapdConnection struct {
38 helper.BaseConnection `mapstructure:",squash"`
39 TapdConn `mapstructure:",squash"`
40}
41
42func (TapdConnection) TableName() string {
43 return "_tool_tapd_connections"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected