package
Version:
v0.0.0-...-afd247e
Opens a new window with list of versions in this module.
Published: Mar 18, 2020
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Email struct {
Sender string `json:"sender"`
Recipients []string `json:"recipients"`
Subject string `json:"subject"`
HTMLBody string `json:"htmlBody"`
TextBody string `json:"textBody"`
CharSet string `json:"charSet"`
}
Email 邮件
type Txt struct {
Number string `json:"number"`
Message string `json:"message"`
}
Txt 电话短信
Source Files
¶
Click to show internal directories.
Click to hide internal directories.