package structs type RabbitMqMessage struct { Cmd int Rec string Body any }