Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailNotifier ¶
type EmailNotifier struct {
// contains filtered or unexported fields
}
func New ¶
func New(config *EmailNotifierConfig) (*EmailNotifier, error)
func (*EmailNotifier) Notify ¶
func (n *EmailNotifier) Notify(ctx context.Context, subject string, message string) (res *notifier.NotifyResult, err error)
type EmailNotifierConfig ¶
Click to show internal directories.
Click to hide internal directories.