This commit is contained in:
aditya.siregar
2024-08-14 23:44:34 +07:00
parent 99a569afb3
commit 1a9d04a2d9
3 changed files with 8 additions and 20 deletions
+2 -1
View File
@@ -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 {