# Functions
New creates a new NotifyHub and starts its run function in a goroutine.
# Constants
indicates that a user has been invited to join an App.
indicated that a user has been reminded to join an app.
No description provided by the author
No description provided by the author
indicates that the App has changed and can be synced.
MutationAppInvite maps to the corresponding Vue function when the client socket receives a new message.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Message represents a message as it will be streamed to the client socket.
No description provided by the author
No description provided by the author
Notification represents one notification as it will be stored in the database.
# Type aliases
No description provided by the author
No description provided by the author
VueMutation represents the actual function names on the vuejs client side.