commented out sms twilio sender
This commit is contained in:
6
server/smsproviders/sms_providers.go
Normal file
6
server/smsproviders/sms_providers.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package smsproviders
|
||||
|
||||
type SMSProviders interface {
|
||||
// Authenticate
|
||||
SetCredentials(APIkey string, APIsecret string)
|
||||
}
|
Reference in New Issue
Block a user