This commit is contained in:
kevin
2020-07-29 18:12:19 +08:00
parent aa3ef20011
commit 6ac5a80f9a
11 changed files with 28 additions and 30 deletions

6
rq/internal/message.go Normal file
View File

@@ -0,0 +1,6 @@
package internal
type TimedMessage struct {
Time int64 `json:"time"`
Payload string `json:"payload"`
}