commented out sms twilio sender

This commit is contained in:
Mussie Teshome
2023-06-01 15:29:22 +03:00
parent 1a5b446894
commit 8ac33a085c
4 changed files with 55 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
package smsproviders
type SMSProviders interface {
// Authenticate
SetCredentials(APIkey string, APIsecret string)
}