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

Struct AeConnection

backend/plugins/ae/models/connection.go:59–62  ·  view source on GitHub ↗

AeConnection holds AeConn plus ID/Name for database storage

Source from the content-addressed store, hash-verified

57
58// AeConnection holds AeConn plus ID/Name for database storage
59type AeConnection struct {
60 helper.BaseConnection `mapstructure:",squash"`
61 AeConn `mapstructure:",squash"`
62}
63
64func (AeConnection) TableName() string {
65 return "_tool_ae_connections"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected