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

Struct FeishuConnection

backend/plugins/feishu/models/connection.go:72–75  ·  view source on GitHub ↗

FeishuConnection holds FeishuConn plus ID/Name for database storage

Source from the content-addressed store, hash-verified

70
71// FeishuConnection holds FeishuConn plus ID/Name for database storage
72type FeishuConnection struct {
73 helper.BaseConnection `mapstructure:",squash"`
74 FeishuConn `mapstructure:",squash"`
75}
76
77func (FeishuConnection) TableName() string {
78 return "_tool_feishu_connections"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected