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