package models // EventPayload is a generic key/value map for sending out to chat clients. type EventPayload map[string]interface{}