Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AliyunSMS ¶
type AliyunSMS struct {
// contains filtered or unexported fields
}
func NewAliyunSms ¶
func (*AliyunSMS) GetClient ¶
func (m *AliyunSMS) GetClient() *dysmsapi20170525.Client
GetClient 暴露原生client
type TencentCloudSMS ¶
type TencentCloudSMS struct {
// contains filtered or unexported fields
}
func NewTencentSms ¶
func NewTencentSms(client *sms.Client, credential *common.Credential, cpf *profile.ClientProfile, appId, signature, region string) *TencentCloudSMS
func (*TencentCloudSMS) Close ¶
func (m *TencentCloudSMS) Close()
func (*TencentCloudSMS) GetClient ¶
func (m *TencentCloudSMS) GetClient() *sms.Client
GetClient 暴露原生client
func (*TencentCloudSMS) Setup ¶
func (*TencentCloudSMS) Setup() error
func (*TencentCloudSMS) String ¶
func (*TencentCloudSMS) String() string
Click to show internal directories.
Click to hide internal directories.