|
@@ -32,7 +32,7 @@ type Response struct {
|
|
type StatusMessage struct {
|
|
type StatusMessage struct {
|
|
Type string `json:"type"`
|
|
Type string `json:"type"`
|
|
Topic string `json:"topic"`
|
|
Topic string `json:"topic"`
|
|
- Time string `json:"time"`
|
|
+ Time int64 `json:"time"`
|
|
Data map[string]interface{} `json:"data"`
|
|
Data map[string]interface{} `json:"data"`
|
|
}
|
|
}
|
|
|
|
|