Add title to payload
This commit is contained in:
parent
ac7bbd4fbd
commit
922dd3ae2d
1 changed files with 7 additions and 0 deletions
|
@ -117,6 +117,7 @@ type Payload struct {
|
|||
=======
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
Title string `json:"title,omitempty"`
|
||||
=======
|
||||
|
@ -138,7 +139,13 @@ type Payload struct {
|
|||
=======
|
||||
Title string `json:"title,omitempty"`
|
||||
>>>>>>> 1d59bfd (add title to payload)
|
||||
<<<<<<< HEAD
|
||||
>>>>>>> dcfe8d3 (add title to payload)
|
||||
=======
|
||||
=======
|
||||
Title string `json:"title,omitempty"`
|
||||
>>>>>>> 46e5525 (Add title to payload)
|
||||
>>>>>>> fa15e71 (Add title to payload)
|
||||
// Coordinates is Lat/Long pair of location pin
|
||||
Coordinates *Coordinates `json:"coordinates,omitempty"`
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue