package model import "github.com/google/uuid" type MessageData struct { ID uuid.UUID Type string Payload []byte }