Merge branch 'refactor-location' of git.selly.red:Selly-Modules/natsio into develop
This commit is contained in:
commit
9b59a6bc6a
|
@ -119,6 +119,7 @@ type CommonLocation struct {
|
|||
ID string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Code int `json:"code"`
|
||||
Slug string `json:"slug"`
|
||||
}
|
||||
|
||||
// ResponseLatLng ...
|
||||
|
|
Loading…
Reference in New Issue