upstream sync
This commit is contained in:
6
models/location.go
Normal file
6
models/location.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package models
|
||||
|
||||
type Place struct {
|
||||
Text string `json:"text"`
|
||||
Coordinates []float64 `json:"coordinates"`
|
||||
}
|
||||
Reference in New Issue
Block a user