package
0.5.0-beta.3
Repository: https://github.com/statiko-dev/statiko.git
Documentation: pkg.go.dev

# Functions

InitNotifications creates the right object that will send notifications.
SendNotification sends a notification to the admin This function is meant to be run asynchronously (`go SendNotification(...)`), so it doesn't return any error Instead, errors are printed on the console.

# Structs

NotificationWebhook is the class that sends notifications to a webhook.