package redisqueue
type TimedMessage struct {
Time int64 `json:"time"`
Payload string `json:"payload"`
}