()
| 2350 | } |
| 2351 | |
| 2352 | func (x *AppIMSetting_Lark) GetAppSecret() string { |
| 2353 | if x != nil { |
| 2354 | return x.AppSecret |
| 2355 | } |
| 2356 | return "" |
| 2357 | } |
| 2358 | |
| 2359 | type AppIMSetting_DingTalk struct { |
| 2360 | state protoimpl.MessageState `protogen:"open.v1"` |
no outgoing calls
no test coverage detected