fix(grpc): check alert exist. (#324)

* fix(grpc): check alert exist.

* fix: update readme.
This commit is contained in:
Bo-Yi Wu
2018-01-03 17:08:28 +08:00
committed by GitHub
parent 3b30bb6346
commit 651a2b76db
7 changed files with 322 additions and 294 deletions

View File

@@ -28,7 +28,7 @@ func main() {
Message: "test message",
Badge: 1,
Category: "test",
Alert: &proto.NotificationRequest_Alert{
Alert: &proto.Alert{
Title: "Test Title",
Body: "Test Alert Body",
Subtitle: "Test Alert Sub Title",