0x4a52466c696e74 4 mesi fa
parent
commit
f3f32d6cfe
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      orders.go

+ 2 - 2
orders.go

@@ -1,6 +1,6 @@
 package rest
 
 type Order struct {
-	Name  string
-	IsAsc bool
+	Name  string `json:"Name"`
+	IsAsc bool   `json:"IsAsc"`
 }