Lat Long
This commit is contained in:
@@ -18,7 +18,8 @@ type Site struct {
|
||||
CreatedAt string `json:"created_at"`
|
||||
UpdatedAt string `json:"updated_at"`
|
||||
Products []Product `json:"products"`
|
||||
LatLong string `json:"lat_long"`
|
||||
Lat float64 `json:"lat"`
|
||||
Long float64 `json:"long"`
|
||||
}
|
||||
|
||||
type SiteName struct {
|
||||
|
||||
Reference in New Issue
Block a user