Ver Fonte

condition tags

0x4a52466c696e74 há 4 meses atrás
pai
commit
f3f32d6cfe
1 ficheiros alterados com 2 adições e 2 exclusões
  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"`
 }