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

Method GetSlack

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

Source from the content-addressed store, hash-verified

2540}
2541
2542func (x *AppIMSetting_IMSetting) GetSlack() *AppIMSetting_Slack {
2543 if x != nil {
2544 if x, ok := x.Payload.(*AppIMSetting_IMSetting_Slack); ok {
2545 return x.Slack
2546 }
2547 }
2548 return nil
2549}
2550
2551func (x *AppIMSetting_IMSetting) GetFeishu() *AppIMSetting_Feishu {
2552 if x != nil {

Callers 4

EqualMethod · 0.95
getSlackTokenFunction · 0.45
convertAppIMSettingFunction · 0.45
UpdateSettingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected