Documentation
¶
Overview ¶
Package resend provides resend utilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HealthChecker ¶
func HealthChecker(cfg Config, client *http.Client) ports.HealthChecker
HealthChecker returns a Resend health checker or nil when disabled.
Types ¶
type Config ¶
Config describes Resend email integration.
func LoadConfig ¶
LoadConfig reads Resend config from environment.
type Option ¶
type Option func(*Client)
Option customizes Client behavior.
func WithBaseURL ¶
WithBaseURL overrides the Resend API base URL.
func WithHTTPClient ¶
WithHTTPClient overrides the HTTP client used for requests.
Click to show internal directories.
Click to hide internal directories.