mirror of
https://github.com/zitadel/zitadel.git
synced 2025-11-15 16:53:28 +00:00
8 lines
87 B
Go
8 lines
87 B
Go
|
|
package twilio
|
||
|
|
|
||
|
|
type TwilioConfig struct {
|
||
|
|
SID string
|
||
|
|
Token string
|
||
|
|
From string
|
||
|
|
}
|