package structs type RabbitMqMessage struct { Cmd int Rec string Body any } type RabbitMqLogMessage struct { ServiceCode string MessageType uint8 ServiceName uint8 ServiceType uint8 Msg string Timestamp int64 }