We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3292e40 commit 3767505Copy full SHA for 3767505
message.go
@@ -50,3 +50,7 @@ func niceTypeMessage(msgType string) string {
50
}
51
return "Event with status'" + msgType + "' happened"
52
53
+
54
+func slackLink(title, href string) string {
55
+ return fmt.Sprintf("<%v|%v>", href, title)
56
+}
0 commit comments