package
2.6.1
Repository: https://github.com/gotify/server.git
Documentation: pkg.go.dev

# Constants

StatusGreen everything is alright.
StatusOrange some things are alright.
StatusRed nothing is alright.

# Structs

Application Model The Application holds information about an app which can send notifications.
Client Model The Client holds information about a device which can receive notifications (and other stuff).
CreateUserExternal Model Used for user creation.
Error Model The Error contains error relevant information.
Health Model Health represents how healthy the application is.
Message holds information about a message.
MessageExternal Model The MessageExternal holds information about a message which was sent by an Application.
PagedMessages Model Wrapper for the paging and the messages.
Paging Model The Paging holds information about the limit and making requests to the next page.
PluginConf holds information about the plugin.
PluginConfExternal Model Holds information about a plugin instance for one user.
UpdateUserExternal Model Used for updating a user.
The User holds information about the credentials of a user and its application and client tokens.
UserExternal Model The User holds information about permission and other stuff.
UserExternalPass Model The Password for updating the user.
VersionInfo Model swagger:model VersionInfo.