Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 846 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 846 Bytes

notifier

workflow Go Report Go Version Go Reference

A golang package to send notification on some apps.

Usage

Mattermost

To set up a webhook, check the mattermost documentation

url := "https://framateam.org/hooks/your-mattermost-hook-url"
n := mattermost.NewNotifier(url)
n.Notify("Hello, world!")