From 922dd3ae2d8677b81a7bd8c8de3dd3cb006fd742 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Thu, 10 Dec 2020 17:49:51 +0300 Subject: [PATCH] Add title to payload --- receiving.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/receiving.go b/receiving.go index 77c4d57..1438d82 100644 --- a/receiving.go +++ b/receiving.go @@ -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"` }