FeishuConnection holds FeishuConn plus ID/Name for database storage
| 70 | |
| 71 | // FeishuConnection holds FeishuConn plus ID/Name for database storage |
| 72 | type FeishuConnection struct { |
| 73 | helper.BaseConnection `mapstructure:",squash"` |
| 74 | FeishuConn `mapstructure:",squash"` |
| 75 | } |
| 76 | |
| 77 | func (FeishuConnection) TableName() string { |
| 78 | return "_tool_feishu_connections" |
nothing calls this directly
no outgoing calls
no test coverage detected