[ci skip] update google doc.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2016-04-17 13:21:17 +08:00
parent f6d2ac2db4
commit 4d46f7dbab
1 changed files with 0 additions and 18 deletions

18
doc.go
View File

@ -4,17 +4,6 @@
//
// 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.
//
// Send Android notification
@ -37,13 +26,6 @@
//
// $ 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:
//
// {