package models type Message struct { Type int8 Payload interface{} }