Documentation
¶
Index ¶
Constants ¶
View Source
const ( ProviderTwilio = "twilio" ProviderVonage = "vonage" )
Provider options
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Provider string // "twilio", "vonage", etc.
AccountID string // SID for Twilio, API Key for Vonage
Token string // Auth Token for Twilio, API Secret for Vonage
From string // Sender ID or phone number
}
Config holds the SMS provider configuration
Click to show internal directories.
Click to hide internal directories.