Interval Update interval in second TODO: should be configurable
const Interval = 2
Update Event name before update
const Update = "update"
Updated Event name after update
const Updated = "updated"
func Emit(eventName string)
Emit Emits an event when announcer updates with mars-server
func On(eventName string, handler func())
On Listener of Emitted events
func Start()
Start Starts announcer
func Stop()
Stop Stops announcer