Versions in this module Expand all Collapse all v0 v0.8.0 Jun 30, 2023 Changes in this version + func ParseMessage(message domain.NotificationMessage, templates domain.NotificationMessages, ...) (string, error) + type Config struct + AccessToken string + Messages domain.NotificationMessages + type Notifier struct + Messages domain.NotificationMessages + func NewNotifier(config *Config, httpClient utils.HTTPClient) *Notifier + func (n *Notifier) Notify(items []domain.Notification) []error