Documentation ¶ Index ¶ func NewFailOverSMSService(svcs []sms.Service) sms.Service type SMSFailOverService func (f *SMSFailOverService) Send(ctx context.Context, tpl string, args []sms.Args, numbers ...string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewFailOverSMSService ¶ func NewFailOverSMSService(svcs []sms.Service) sms.Service Types ¶ type SMSFailOverService ¶ type SMSFailOverService struct { // contains filtered or unexported fields } func (*SMSFailOverService) Send ¶ func (f *SMSFailOverService) Send(ctx context.Context, tpl string, args []sms.Args, numbers ...string) error Source Files ¶ View all Source files failover.go Click to show internal directories. Click to hide internal directories.