retry.go 73 B

123456
  1. package model
  2. // Retry is
  3. type Retry struct {
  4. Aid int64 `json:"aid"`
  5. }