Logo
Explore Help
Sign In
TheArchive/zitadel
1
0
Fork 0
You've already forked zitadel
mirror of https://github.com/zitadel/zitadel.git synced 2025-08-11 16:47:32 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
b6c9f4be82a9ef1537a7c082eb1774a6793f253c
zitadel/internal/domain/sms.go

15 lines
283 B
Go
Raw Normal View History

feat: Default configs sms provider (#3187) * feat: sms config * feat: twilio as sms provider * feat:sms projection * feat: sms queries * feat: sms queries test * feat: sms configs * feat: sms configs sql file * fix merge * fix: rename from to sendername * fix: proto comments * fix: token as crypto * fix: tests * fix: sms config sender name to sender number * fix: sms config sender name to sender number * Update email.go * Update channel.go * Update V1.111__settings.sql Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2022-02-21 13:22:20 +01:00
package domain
type SMSConfigState int32
const (
SMSConfigStateUnspecified SMSConfigState = iota
SMSConfigStateActive
SMSConfigStateInactive
SMSConfigStateRemoved
)
func (s SMSConfigState) Exists() bool {
return s != SMSConfigStateUnspecified && s != SMSConfigStateRemoved
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.4 Page: 207ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API