7 lines
121 B
Go
7 lines
121 B
Go
![]() |
package smsproviders
|
||
|
|
||
|
type SMSProviders interface {
|
||
|
// Authenticate
|
||
|
SetCredentials(APIkey string, APIsecret string)
|
||
|
}
|