Documentation
¶
Index ¶
- func New(baseURL string) (mail.Mailer, error)
- type Client
- func (c *Client) Clear(_ context.Context, address string) error
- func (c *Client) Del(ctx context.Context, address string, id string) error
- func (c *Client) Domain() string
- func (c *Client) Get(_ context.Context, address string, id string) (*mail.Body, error)
- func (c *Client) List(_ context.Context, address string) ([]*mail.Header, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client of an inbucket server.
Click to show internal directories.
Click to hide internal directories.