# Functions
IsSMSQueueFull returns if the given error is Twilio's message queue full error.
IsTwilioCode returns if the given error matches a Twilio error code.
NewNoop creates a new SMS sender that does nothing.
NewNoopFail creates a new SMS sender that only returns ErrNoop.
NewTwilio creates a new Twilio SMS sender with the given auth.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
TwilioMessagingServiceSidPrefix is the prefix for a 34 character messaging service identifier.
# Variables
ErrNoop is the error NoopFail always returns.
# Structs
Config represents configuration for an SMS provider.
Noop does nothing.
NoopFail always fails.
Twilio sends messages via the Twilio API.
TwilioError represents an error returned from the Twilio API.
# Interfaces
No description provided by the author
# Type aliases
ProviderType represents a type of SMS provider.