Develop #22

Merged
luuvansinh merged 56 commits from develop into master 2022-09-13 02:28:19 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 6059889551 - Show all commits

View File

@ -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"`