orders.go 62 B

123456
  1. package rest
  2. type Order struct {
  3. Name string
  4. IsAsc bool
  5. }