Documentation
¶
Index ¶
Constants ¶
View Source
const ( ColorGreen = "#36a64f" ColorRed = "#ff0000" ColorYellow = "#f5cc45" ColorBlue = "#add8e6" SlIconURL = "https://avatars.githubusercontent.com/u/16311959?s=200&v=4" )
Variables ¶
View Source
var StatusError = StatusStyle{ Color: ColorRed, Icon: "❌", }
View Source
var StatusInfo = StatusStyle{ Color: ColorBlue, Icon: "ℹ️", }
View Source
var StatusSuccess = StatusStyle{ Color: ColorGreen, Icon: "✅", }
View Source
var StatusWarning = StatusStyle{ Color: ColorYellow, Icon: "⚠️", }
Functions ¶
func SendNotification ¶
func SendNotification(notification Notification) error
Types ¶
type Notification ¶
type StatusStyle ¶
Click to show internal directories.
Click to hide internal directories.