Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsConfig ¶
type AwsConfig struct { Ak string `toml:"ak"` Sk string `toml:"sk"` Region string `toml:"region"` Bucket string `toml:"bucket"` ACL string `toml:"acl"` SesMail string `toml:"sesMail"` WorkMail WorkMail `toml:"workMail"` }
AwsConfig aws配置信息结构体
type AwsMail ¶
type AwsMail struct { Product string `json:"product"` From string `json:"from"` To []string `json:"to"` Cc []string `json:"cc,omitempty"` HTMLContent string `json:"htmlContent"` TextContent string `json:"textContent"` Attach string `json:"attach"` Subject string `json:"subject"` }
AwsMail 邮件
Click to show internal directories.
Click to hide internal directories.