udpLimit.go 70 B

12345
  1. package v1
  2. type UdpLimitRequest struct {
  3. Count int `json:"count"`
  4. }