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

Method GetSmtp

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

Source from the content-addressed store, hash-verified

1316}
1317
1318func (x *EmailSetting) GetSmtp() *EmailSetting_SMTPConfig {
1319 if x != nil {
1320 if x, ok := x.Config.(*EmailSetting_Smtp); ok {
1321 return x.Smtp
1322 }
1323 }
1324 return nil
1325}
1326
1327type isEmailSetting_Config interface {
1328 isEmailSetting_Config()

Callers 7

UpdateSettingMethod · 0.95
EqualMethod · 0.95
NewSenderFunction · 0.45
convertEmailSettingFunction · 0.45
convertToEmailSettingFunction · 0.45
TestEmailSettingMethod · 0.45
validateEmailSettingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected