From d8b454f8cc3f20f93a709c7e4c3616074ada795f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=BB=84?= <1520752231@qq.com> Date: Fri, 19 Mar 2021 14:20:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/hasaki-service-push.iml | 8 ++ .idea/modules.xml | 8 ++ .idea/vcs.xml | 6 ++ .idea/watcherTasks.xml | 29 +++++++ .idea/workspace.xml | 85 ++++++++++++++++++++ README.md | 8 +- go.mod | 21 +++++ go.sum | 167 ++++++++++++++++++++++++++++++++++++++++ hasaki-push/api.go | 18 +++++ hasaki-push/api_pre.go | 61 +++++++++++++++ hasaki-push/api_push_message.go | 42 ++++++++++ hasaki-push/db_push_message.go | 47 +++++++++++ hasaki-push/initialize.go | 45 +++++++++++ hasaki_push_options/options.go | 5 ++ main.go | 5 ++ 15 files changed, 554 insertions(+), 1 deletion(-) create mode 100644 .idea/hasaki-service-push.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/watcherTasks.xml create mode 100644 .idea/workspace.xml create mode 100644 go.mod create mode 100644 go.sum create mode 100644 hasaki-push/api.go create mode 100644 hasaki-push/api_pre.go create mode 100644 hasaki-push/api_push_message.go create mode 100644 hasaki-push/db_push_message.go create mode 100644 hasaki-push/initialize.go create mode 100644 hasaki_push_options/options.go create mode 100644 main.go diff --git a/.idea/hasaki-service-push.iml b/.idea/hasaki-service-push.iml new file mode 100644 index 0000000..c956989 --- /dev/null +++ b/.idea/hasaki-service-push.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..a98b41e --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/watcherTasks.xml b/.idea/watcherTasks.xml new file mode 100644 index 0000000..97ad6d2 --- /dev/null +++ b/.idea/watcherTasks.xml @@ -0,0 +1,29 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..d0d3539 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + +