# Functions
NewController creates a new Controller object.
NewMsg creates a new notification message object.
NewMsgFromPayload decodes a serialized message payload into a new notification message object.
# Constants
No description provided by the author
No description provided by the author
sent from updater to requester, contains a notification.
sent from updater to requester, contains a notification plus a new symkey to replace the old.
sent from requester to updater to request start of notifications.
sent from requester to updater to request stop of notifications (currently unused).
# Structs
Controller is the interface to control, add and remove notification services and subscriptions.
when code is MsgCodeStart, Payload is address when code is MsgCodeNotifyWithKey, Payload is notification | symkey when code is MsgCodeNotify, Payload is notification when code is MsgCodeStop, Payload is address.