Discover Packages
github.com/dannypaul/go-skeleton
internal
notification
package
Version:
v0.0.0-...-f41e87c
Opens a new window with list of versions in this module.
Published: Mar 29, 2023
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
Documentation
¶
type MailGunReq struct {
From string `json:"from"`
To string `json:"to"`
Subject string `json:"subject"`
Text string `json:"text"`
Html string `json:"html"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.