gorush/gorush
Bo-Yi Wu 1707f39b7d remove required field: message
Fix #162
Fix #146

//     "aps" : {
//         "alert" : {
//             "title" : "Game Request",
//             "body" : "Bob wants to play poker",
//             "action-loc-key" : "PLAY"
//         },
//         "badge" : 5
//     },

and

//     "aps" : {
//         "alert" : "You got your emails.",
//         "badge" : 9,
//         "sound" : "bingbong.aiff"
//     },

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2016-12-24 15:54:48 +08:00
..
log update unit testing. 2016-04-07 14:42:38 +08:00
const.go add version from flag 2016-05-09 14:48:07 +08:00
global.go rename the config path. 2016-05-03 09:56:59 +08:00
log.go fix reset color format. 2016-12-20 09:47:58 +08:00
log_test.go add hide token config. 2016-05-16 21:04:05 +08:00
notification.go remove required field: message 2016-12-24 15:54:48 +08:00
notification_test.go remove required field: message 2016-12-24 15:54:48 +08:00
server.go remove zero downtime for windows. 2016-12-14 00:08:36 +08:00
server_test.go Support app version on api. 2016-09-30 10:49:52 +08:00
server_unix.go remove zero downtime for windows. 2016-12-14 00:08:36 +08:00
server_windows.go remove zero downtime for windows. 2016-12-14 00:08:36 +08:00
status.go refactor default engine as memory. 2016-12-20 09:34:25 +08:00
status_test.go refactor default engine as memory. 2016-12-20 09:34:25 +08:00
storage.go integrate redis engine. 2016-05-02 19:42:21 +08:00
version.go fix testing report. 2016-07-20 17:06:26 +08:00