From d71d7f0eb43878d93e3e6b773b9f65429bee0cc9 Mon Sep 17 00:00:00 2001 From: quang1472001 Date: Thu, 13 Oct 2022 10:23:11 +0700 Subject: [PATCH] [location] add Keyword to WardRequestCondition struct --- model/location_request.go | 1 + 1 file changed, 1 insertion(+) diff --git a/model/location_request.go b/model/location_request.go index 69245aa..e4312ce 100644 --- a/model/location_request.go +++ b/model/location_request.go @@ -52,6 +52,7 @@ type ( Slug string `json:"slug"` DistrictSlug string `json:"districtSlug"` ProvinceSlug string `json:"provinceSlug"` + Keyword string `json:"keyword"` } // ProvinceDistinctWithField ...