package
Version:
v0.0.0-...-2ad2f98
Opens a new window with list of versions in this module.
Published: Nov 26, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 19
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Main runs the application. This function will only return on failure.
App is the main email service application.
New returns a new instance of App.
Flagset constructs a flag.FlagSet for the App.
Run the email service. This function will only return on failure.
type Error struct {
Message string `json:"message"`
Field string `json:"field"`
Help string `json:"help"`
}
Error is a single error returned in a Response.
type Response struct {
Errors []Error `json:"errors,omitempty"`
}
Response is the JSON format of the body the SendGrid API returns.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.