MCPcopy Create free account
hub / github.com/bytebase/bytebase / GetWecom

Method GetWecom

backend/generated-go/store/setting.pb.go:2560–2567  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2558}
2559
2560func (x *AppIMSetting_IMSetting) GetWecom() *AppIMSetting_Wecom {
2561 if x != nil {
2562 if x, ok := x.Payload.(*AppIMSetting_IMSetting_Wecom); ok {
2563 return x.Wecom
2564 }
2565 }
2566 return nil
2567}
2568
2569func (x *AppIMSetting_IMSetting) GetLark() *AppIMSetting_Lark {
2570 if x != nil {

Callers 4

EqualMethod · 0.95
getWecomConfigFunction · 0.45
convertAppIMSettingFunction · 0.45
UpdateSettingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected