Parcourir la source

condition tags

0x4a52466c696e74 il y a 4 mois
Parent
commit
f3f32d6cfe
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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"`
 }