job.go 162 B

12345678910111213
  1. package model
  2. // ArgMid arg.
  3. type ArgMid struct {
  4. Mid int64
  5. Ts int64
  6. }
  7. // Merge merge.
  8. type Merge struct {
  9. Mid int64 `json:"mid"`
  10. Now int64 `json:"now"`
  11. }