package structs import "time" type SendQueueMessage struct { MessageRaw []byte CmdID int TrySendCount int Time time.Time }