Add missing GRPC data field (#412)

* feat(grpc): add support for data field in request body

* docs: update Readme with embedmd
This commit is contained in:
H
2019-05-21 08:10:32 +02:00
committed by Bo-Yi Wu
parent 33cddfa421
commit 201413967c
7 changed files with 183 additions and 1700 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,5 @@
syntax = "proto3";
import "google/protobuf/struct.proto";
package proto;
@@ -29,6 +30,7 @@ message NotificationRequest {
bool contentAvailable = 11;
string threadID = 12;
bool mutableContent = 13;
google.protobuf.Struct data = 14;
}
message NotificationReply {