[ci skip] update google doc.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
f6d2ac2db4
commit
4d46f7dbab
18
doc.go
18
doc.go
|
@ -4,17 +4,6 @@
|
||||||
//
|
//
|
||||||
// https://github.com/appleboy/gorush
|
// https://github.com/appleboy/gorush
|
||||||
//
|
//
|
||||||
// Support Google Cloud Message using go-gcm library for Android.
|
|
||||||
// Support HTTP/2 Apple Push Notification Service using apns2 library.
|
|
||||||
// Support YAML configuration.
|
|
||||||
// Support command line to send single Android or iOS notification.
|
|
||||||
// Support Web API to send push notification.
|
|
||||||
// Support zero downtime restarts for go servers using endless.
|
|
||||||
// Support HTTP/2 or HTTP/1.1 protocol.
|
|
||||||
// Support notification queue and multiple workers.
|
|
||||||
// Support /api/stat/app show notification success and failure counts.
|
|
||||||
// Support /api/config show your yml config.
|
|
||||||
//
|
|
||||||
// The pre-compiled binaries can be downloaded from release page.
|
// The pre-compiled binaries can be downloaded from release page.
|
||||||
//
|
//
|
||||||
// Send Android notification
|
// Send Android notification
|
||||||
|
@ -37,13 +26,6 @@
|
||||||
//
|
//
|
||||||
// $ http -v --verify=no --json GET https://localhost:8088/api/stat/go
|
// $ http -v --verify=no --json GET https://localhost:8088/api/stat/go
|
||||||
//
|
//
|
||||||
// Gorush support the following API.
|
|
||||||
//
|
|
||||||
// GET /api/stat/go Golang cpu, memory, gc, etc information. Thanks for golang-stats-api-handler.
|
|
||||||
// GET /api/stat/app show notification success and failure counts.
|
|
||||||
// GET /api/config show server yml config file.
|
|
||||||
// POST /api/push push ios and android notifications.
|
|
||||||
//
|
|
||||||
// Simple send iOS notification example, the platform value is 1:
|
// Simple send iOS notification example, the platform value is 1:
|
||||||
//
|
//
|
||||||
// {
|
// {
|
||||||
|
|
Loading…
Reference in New Issue