log-manager/modules/structs/rabbitmq.go

17 lines
234 B
Go

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
}