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

Method GetTeams

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

Source from the content-addressed store, hash-verified

2585}
2586
2587func (x *AppIMSetting_IMSetting) GetTeams() *AppIMSetting_Teams {
2588 if x != nil {
2589 if x, ok := x.Payload.(*AppIMSetting_IMSetting_Teams); ok {
2590 return x.Teams
2591 }
2592 }
2593 return nil
2594}
2595
2596type isAppIMSetting_IMSetting_Payload interface {
2597 isAppIMSetting_IMSetting_Payload()

Callers 4

EqualMethod · 0.95
getTeamsConfigFunction · 0.45
convertAppIMSettingFunction · 0.45
UpdateSettingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected