From 4b3e0e53e0dd172c258c20c622b5fa838feb658e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D1=81=D0=BB=D0=B0=D0=B2=20?= =?UTF-8?q?=D0=92=D0=B5=D1=81=D0=B5=D0=BB=D1=8C=D1=81=D0=BA=D0=B8=D0=B9?= Date: Mon, 27 Jan 2025 12:09:39 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20push=5Fcommon.go?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- push_common.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 push_common.go diff --git a/push_common.go b/push_common.go new file mode 100644 index 0000000..5557953 --- /dev/null +++ b/push_common.go @@ -0,0 +1,7 @@ +package push_common + +type TextVariant struct { + Lang int `json:"lang"` + Title string `json:"title"` + Message string `json:"message"` +}