diff --git a/model/location_request.go b/model/location_request.go index e4312ce..47ddd01 100644 --- a/model/location_request.go +++ b/model/location_request.go @@ -2,6 +2,7 @@ package model // LocationRequestPayload ... type ( + // LocationRequestPayload ... LocationRequestPayload struct { Province int `json:"province"` District int `json:"district"`