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