Merge pull request #20 from Selly-Modules/warehouse-nats

[Update] WarehouseNatsResponse
This commit is contained in:
trunglt251292 2022-09-07 17:04:07 +07:00 committed by GitHub
commit 06b2398e3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,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"`