package
Version:
v0.1.12
Opens a new window with list of versions in this module.
Published: Oct 15, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type SendMail struct {
SMTPId uint `json:"SMTPId"`
Recipients []string `json:"recipients"`
Subject string `json:"subject"`
Content string `json:"content"`
}
type SendMailApi struct {
Token string `json:"token"`
Recipients []string `json:"recipients"`
Subject string `json:"subject"`
Content string `json:"content"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.