chore(grpc): support Priority tag

fix: #492
close: https://github.com/appleboy/gorush/pull/537
This commit is contained in:
Lysak Vladislav
2020-07-31 12:26:58 +03:00
committed by Bo-Yi Wu
parent ae7bc2a4d5
commit dc4e210bec
8 changed files with 992 additions and 509 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -32,6 +32,11 @@ message NotificationRequest {
bool mutableContent = 13;
google.protobuf.Struct data = 14;
string image = 15;
enum Priority {
Normal = 0;
High = 1;
}
Priority Priority = 16;
}
message NotificationReply {