From 6059889551d4ef14608dac1c56f52ae30150f6ee Mon Sep 17 00:00:00 2001 From: trunglt251292 Date: Wed, 7 Sep 2022 17:03:29 +0700 Subject: [PATCH] [Update] WarehouseNatsResponse --- model/warehouse_response.go | 1 + 1 file changed, 1 insertion(+) diff --git a/model/warehouse_response.go b/model/warehouse_response.go index b19ade9..f394770 100644 --- a/model/warehouse_response.go +++ b/model/warehouse_response.go @@ -100,6 +100,7 @@ type ResponseLatLng struct { // WarehouseNatsResponse ... type WarehouseNatsResponse struct { ID string `json:"_id"` + Staff string `json:"staff"` Name string `json:"name"` SearchString string `json:"searchString"` Slug string `json:"slug"`