reply.go 131 B

12345678910
  1. package model
  2. //EmptyReply .
  3. type EmptyReply struct {
  4. }
  5. //WarmUpReply .
  6. type WarmUpReply struct {
  7. LastID int `json:"last_id"`
  8. }