You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
316 B
15 lines
316 B
package bnj |
|
|
|
// ResetMsg . |
|
type ResetMsg struct { |
|
Mid int64 `json:"mid"` |
|
Ts int64 `json:"ts"` |
|
} |
|
|
|
// Push . |
|
type Push struct { |
|
Second int64 `json:"second"` |
|
Name string `json:"name"` |
|
TimelinePic string `json:"timeline_pic,omitempty"` |
|
H5TimelinePic string `json:"h5_timeline_pic,omitempty"` |
|
}
|
|
|