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

Method GetLark

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

Source from the content-addressed store, hash-verified

2567}
2568
2569func (x *AppIMSetting_IMSetting) GetLark() *AppIMSetting_Lark {
2570 if x != nil {
2571 if x, ok := x.Payload.(*AppIMSetting_IMSetting_Lark); ok {
2572 return x.Lark
2573 }
2574 }
2575 return nil
2576}
2577
2578func (x *AppIMSetting_IMSetting) GetDingtalk() *AppIMSetting_DingTalk {
2579 if x != nil {

Callers 4

EqualMethod · 0.95
getLarkConfigFunction · 0.45
convertAppIMSettingFunction · 0.45
UpdateSettingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected