Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type APIv1 ¶
type APIv1 struct {
// contains filtered or unexported fields
}
APIv1 implements version 1 of the MailHog API
The specification has been frozen and will eventually be deprecated. Only bug fixes and non-breaking changes will be applied here.
Any changes/additions should be added in APIv2.
type APIv2 ¶
type APIv2 struct {
// contains filtered or unexported fields
}
APIv2 implements version 2 of the MailHog API
It is currently experimental and may change in future releases. Use APIv1 for guaranteed compatibility.
type ReleaseConfig ¶
type ReleaseConfig config.OutgoingSMTP
ReleaseConfig is an alias to preserve go package API
Click to show internal directories.
Click to hide internal directories.