[Update] WarehouseNatsResponse #20

Merged
trunglt251292 merged 1 commits from warehouse-nats into develop 2022-09-07 10:04:08 +00:00
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ type ResponseLatLng struct {
// WarehouseNatsResponse ... // WarehouseNatsResponse ...
type WarehouseNatsResponse struct { type WarehouseNatsResponse struct {
ID string `json:"_id"` ID string `json:"_id"`
Staff string `json:"staff"`
Name string `json:"name"` Name string `json:"name"`
SearchString string `json:"searchString"` SearchString string `json:"searchString"`
Slug string `json:"slug"` Slug string `json:"slug"`