Merge pull request #51 from Neur0toxine/add-housing-field

closes #50 - add housing field to Address struct
This commit is contained in:
Alex Lushpai 2021-09-06 16:44:51 +03:00 committed by GitHub
commit c9bc7892bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,7 @@ type Address struct {
Floor int `json:"floor,omitempty"`
Block int `json:"block,omitempty"`
House string `json:"house,omitempty"`
Housing string `json:"housing,omitempty"`
Metro string `json:"metro,omitempty"`
Notes string `json:"notes,omitempty"`
Text string `json:"text,omitempty"`