package structs import "encoding/json" type RabbitmqMailMessage struct { Mail string `json:"m"` TemplateId int `json:"t"` LanguageId int `json:"l"` BodyData json.RawMessage `json:"d"` }