()
| 79 | } |
| 80 | |
| 81 | func (connection FeishuConnection) Sanitize() FeishuConnection { |
| 82 | connection.FeishuConn = connection.FeishuConn.Sanitize() |
| 83 | return connection |
| 84 | } |
| 85 | |
| 86 | func (connection *FeishuConnection) MergeFromRequest(target *FeishuConnection, body map[string]interface{}) error { |
| 87 | secretKey := target.SecretKey |
no test coverage detected