package
Version:
v0.0.0-...-3d980af
Opens a new window with list of versions in this module.
Published: Jul 29, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type MailMsg struct {
ToList []string `json:"toList"`
Subject string `json:"subject"`
Content string `json:"content"`
}
type MsgTest struct {
Id int `json:"id"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.