# Packages
No description provided by the author
# Functions
AddDeviceToMulticastGroup adds the given device to the given multicast-group.
CreateMulticastGroup creates the given multicast-group.
DeleteMulticastGroup deletes a multicast-group given an id.
Enqueue adds the given payload to the multicast-group queue.
EnqueueMultiple adds the given payloads to the multicast-group queue.
GetMulticastGroup returns the multicast-group given an id.
ListQueue lists the items in the multicast-group queue.
NewValidator returns new Validate instance for this package.
RemoveDeviceFromMulticastGroup removes the given device from the given multicast-group.
No description provided by the author
No description provided by the author
UpdateMulticastGroup updates the given multicast-group.
# Structs
Validator defines struct type for vadidating user access to APIs provided by this package.
# Interfaces
Validate defines methods used on struct Validator.