Registry / messaging / containrrr-shoutrrr

containrrr-shoutrrr

JSON →
library0.8.0gogounverified

A notification library for sending messages to multiple services like Slack, Discord, and Telegram.

go get github.com/containrrr/shoutrrr
INSTALL
IMPORT
SIG · CONTAINRRR-SHOUTRR
C
containrrr-shoutrrr
messaginggov0.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

shoutrrr
github.com/containrrr/shoutrrr

Sends a notification via Slack

package main import ( "fmt" "github.com/containrrr/shoutrrr" ) func main() { sender, err := shoutrrr.CreateSender("slack://token@channel") if err != nil { panic(err) } err = sender.Send("Hello, world!", nil) fmt.Println(err) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
30
OpenAI (training)
1
Resources
containrrr-shoutrrr — go get containrrr-shoutrrr · libregistry