ente/cli/pkg/model/export/location.go
2024-03-01 12:39:01 +05:30

7 lines
116 B
Go

package export
type Location struct {
Latitude float64 `json:"latitude"`
Longitude float64 `json:"longitude"`
}