package structs
type RabbitMqMessage struct {
Cmd int
Rec string
Body any
}
type RabbitMqMailMessage struct {
UserMail string `json:"m"`
TemplateId string `json:"t"`
LanguageId string `json:"l"`
BodyData map[string]interface{} `json:"b"`