Documentation ¶ Overview ¶ Package consoleclient implements mailer.Client by logging structured email metadata. It is intended for local development (SUPATYPE / defineConfig "console" provider). Index ¶ type Client func New() *Client func (c *Client) Mail(ctx context.Context, to string, subject string, body string, ...) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct{} func New ¶ func New() *Client func (*Client) Mail ¶ func (c *Client) Mail( ctx context.Context, to string, subject string, body string, headers map[string][]string, typ string, ) error Source Files ¶ View all Source files consoleclient.go Click to show internal directories. Click to hide internal directories.