Documentation ¶
Index ¶
- func ResourceTencentCloudSmsSign() *schema.Resource
- func ResourceTencentCloudSmsTemplate() *schema.Resource
- type SmsService
- func (me *SmsService) DeleteSmsSignById(ctx context.Context, signId string) (errRet error)
- func (me *SmsService) DeleteSmsTemplateById(ctx context.Context, templateId string) (errRet error)
- func (me *SmsService) DescribeSmsSign(ctx context.Context, signId string, international string) (sign *sms.DescribeSignListStatus, errRet error)
- func (me *SmsService) DescribeSmsTemplate(ctx context.Context, templateId string, international string) (template *sms.DescribeTemplateListStatus, errRet error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SmsService ¶
type SmsService struct {
// contains filtered or unexported fields
}
func (*SmsService) DeleteSmsSignById ¶
func (me *SmsService) DeleteSmsSignById(ctx context.Context, signId string) (errRet error)
func (*SmsService) DeleteSmsTemplateById ¶
func (me *SmsService) DeleteSmsTemplateById(ctx context.Context, templateId string) (errRet error)
func (*SmsService) DescribeSmsSign ¶
func (me *SmsService) DescribeSmsSign(ctx context.Context, signId string, international string) (sign *sms.DescribeSignListStatus, errRet error)
func (*SmsService) DescribeSmsTemplate ¶
func (me *SmsService) DescribeSmsTemplate(ctx context.Context, templateId string, international string) (template *sms.DescribeTemplateListStatus, errRet error)
Click to show internal directories.
Click to hide internal directories.