1
0
Fork 0
mirror of synced 2025-04-04 21:53:37 +03:00

Add title to payload

This commit is contained in:
Alex Lushpai 2020-12-10 17:49:51 +03:00 committed by Neur0toxine
parent ac7bbd4fbd
commit 922dd3ae2d

View file

@ -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"`
}