MCPcopy Index your code
hub / github.com/apache/devlake / FeishuConn

Struct FeishuConn

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

FeishuConn holds the essential information to connect to the Feishu API

Source from the content-addressed store, hash-verified

30
31// FeishuConn holds the essential information to connect to the Feishu API
32type FeishuConn struct {
33 helper.RestConnection `mapstructure:",squash"`
34 helper.AppKey `mapstructure:",squash"`
35}
36
37func (conn *FeishuConn) Sanitize() FeishuConn {
38 conn.SecretKey = utils.SanitizeString(conn.SecretKey)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected