()
| 2298 | } |
| 2299 | |
| 2300 | func (x *AppIMSetting_Wecom) GetSecret() string { |
| 2301 | if x != nil { |
| 2302 | return x.Secret |
| 2303 | } |
| 2304 | return "" |
| 2305 | } |
| 2306 | |
| 2307 | type AppIMSetting_Lark struct { |
| 2308 | state protoimpl.MessageState `protogen:"open.v1"` |
no outgoing calls
no test coverage detected