package models type Data struct { Action string `json:"action,omitempty"` Topic string `json:"topic"` Data any `json:"data"` }