scan-flow: geolocation scan, location-aware SMS throttle (log sender), finder contact, sms_enabled toggle, branding — 19/19 phase-2 scenarios pass
This commit is contained in:
9
frontend/internal/sms/sender.go
Normal file
9
frontend/internal/sms/sender.go
Normal file
@@ -0,0 +1,9 @@
|
||||
// Package sms provides a swappable SMS sending abstraction for WhereWoof.
|
||||
// The log sender is the default so development and tests never send real SMS.
|
||||
package sms
|
||||
|
||||
// Sender sends an SMS to a destination number in international format
|
||||
// (no leading '+', no leading zero — see NormalizeAU).
|
||||
type Sender interface {
|
||||
Send(to, body string) error
|
||||
}
|
||||
Reference in New Issue
Block a user