# Functions
NewUser creates a new user.
# Structs
AlertmanagerAlert holds information related to a single alert in a notification.
AlertmanagerWebhook is used to pass notifications over webhook pushes.
Application holds information like the name, the token, and the associated user of an application.
CreateApplication is used to process queries for creating applications.
CreateUser is used to process queries for creating users.
DeleteNotification holds information like the message ID of a deletion notification.
ExternalUser represents a user for external purposes.
Notification holds information like the message, the title, and the priority of a notification.
UpdateApplication is used to process queries for updating applications.
UpdateUser is used to process queries for updating users.
User holds information like the name, the secret, and the applications of a user.
UserCredentials holds information for authenticating a user.
# Type aliases
NotificationExtras is need to document Notification.Extras in a format that the tool can read.