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

Struct TaigaConnection

backend/plugins/taiga/models/connection.go:107–110  ·  view source on GitHub ↗

TaigaConnection holds TaigaConn plus ID/Name for database storage

Source from the content-addressed store, hash-verified

105
106// TaigaConnection holds TaigaConn plus ID/Name for database storage
107type TaigaConnection struct {
108 helper.BaseConnection `mapstructure:",squash"`
109 TaigaConn `mapstructure:",squash"`
110}
111
112func (TaigaConnection) TableName() string {
113 return "_tool_taiga_connections"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected