Merge pull request #19 from micronull/add/country

added country bound value
This commit is contained in:
Alex 2023-08-10 14:51:13 +03:00 committed by GitHub
commit c4233db46c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,7 @@ const (
// const for SuggestBound
const (
SuggestBoundCountry BoundValue = "country" // Страна
SuggestBoundRegion BoundValue = "region" // Регион
SuggestBoundArea BoundValue = "area" // Район
SuggestBoundCity BoundValue = "city" // Город