Documentation
¶
Overview ¶
Package resend provides Resend integration helpers. EXPERIMENTAL: This package is a convenience wrapper and may change.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // WithBaseURL overrides the Resend API base URL. WithBaseURL = resend.WithBaseURL // WithHTTPClient overrides the HTTP client used for requests. WithHTTPClient = resend.WithHTTPClient )
Functions ¶
func HealthChecker ¶
func HealthChecker(cfg Config, client *http.Client) ports.HealthChecker
HealthChecker returns a health checker for Resend.
Types ¶
type Config ¶
Config aliases the Resend configuration struct.
func LoadConfig ¶
LoadConfig reads Resend config from environment.
Click to show internal directories.
Click to hide internal directories.