package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Aug 15, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AliyunVMS struct {
AccessKeyId string `json:"accessKeyId"`
AccessKeySecret string `json:"accessKeySecret"`
VMSTtsCode string `json:"vmsTtsCode"`
}
type Email struct {
SMTPHost string `json:"smtpHost"`
SMTPUser string `json:"smtpUser"`
SMTPPassword string `json:"smtpPassword"`
SMTPPort int64 `json:"smtpPort"`
SMTPIsSSL bool `json:"smtpIsSSL"`
}
type Interface interface {
Validate() error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.