package
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Nov 23, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Conf struct {
Type string `yaml:"type"`
AccessKey string `yaml:"access_key"`
SecretKey string `yaml:"secret_key"`
SignName string `yaml:"sign_name"`
TemplateCode string `yaml:"template_code"`
ForeignTemplateCode string `yaml:"foreign_template_code"`
}
type SMS interface {
SendSms(phoneNumbers, captcha string) (smsResp map[string]interface{}, err error)
}
Source Files
¶
Directories
¶
impl
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.