package
Version:
v0.0.0-...-87a2e93
Opens a new window with list of versions in this module.
Published: Jan 19, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ALiYunSms struct {
AccessKeyId string `mapstructure:"access_key_id"`
AccessKeySecret string `mapstructure:"access_key_secret"`
RegionId string `mapstructure:"region_id"`
SignName string `mapstructure:"sign_name"`
TemplateCode string `mapstructure:"template_code"`
}
type Config struct {
ALiYunSms ALiYunSms `mapstructure:"aliyun_sms"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.