resend

package
v2.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 2, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

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 Client

type Client = resend.Client

Client aliases the Resend client type.

func New

func New(apiKey string, opts ...Option) *Client

New constructs a Resend client.

type Config

type Config = resend.Config

Config aliases the Resend configuration struct.

func LoadConfig

func LoadConfig(loader *config.Loader) Config

LoadConfig reads Resend config from environment.

type Option

type Option = resend.Option

Option aliases the Resend client option type.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL