Proto commits in appleboy/gorush

These 17 commits are when the Protocol Buffers files have changed:

Commit:1d839f5
Author:Bo-Yi Wu
Committer:GitHub

chore(gRPC): add PushType and Development (#702) fix #697

The documentation is generated from this commit.

Commit:8b4424c
Author:Bo-Yi Wu

refactor(gRPC): update go proto file

Commit:eac2553
Author:rsmnarts
Committer:GitHub

add ID to grpc (#641) Co-authored-by: rsmnarts <risman.zainuri@bluebirdgroup.com>

Commit:9d47494
Author:Romanenko Aleksei
Committer:GitHub

fix #560: fix proto file and Makefile to generate pb (go, js) (#636)

Commit:dc4e210
Author:Lysak Vladislav
Committer:Bo-Yi Wu

chore(grpc): support Priority tag fix: #492 close: https://github.com/appleboy/gorush/pull/537

Commit:44bf379
Author:Bo-Yi Wu
Committer:GitHub

chore(grpc): add image field (#485)

Commit:2014139
Author:H
Committer:Bo-Yi Wu

Add missing GRPC data field (#412) * feat(grpc): add support for data field in request body * docs: update Readme with embedmd

Commit:5321ed4
Author:Bo-Yi Wu

feat: switch vendor to go mod.

Commit:ffa8eb1
Author:Bo-Yi Wu
Committer:GitHub

feat: Add badgerDB support. (#353) See https://github.com/dgraph-io/badger Slide: https://github.com/gopherchina/conference/blob/master/2018/1.5%20Badger_%20Fast%20Key-Value%20DB%20in%20Go.pdf

Commit:b0260af
Author:Bo-Yi Wu
Committer:GitHub

feat(grcp): support MutableContent for ios (#332)

Commit:4c203c9
Author:Bo-Yi Wu
Committer:GitHub

feat(grpc): support ThreadID and ContentAvailable (#328)

Commit:ffd78ff
Author:Bo-Yi Wu
Committer:GitHub

feat(grpc): add alert other fields. (#327)

Commit:df45f85
Author:Bo-Yi Wu
Committer:GitHub

chore(grpc): add sound field. (#325)

Commit:651a2b7
Author:Bo-Yi Wu
Committer:GitHub

fix(grpc): check alert exist. (#324) * fix(grpc): check alert exist. * fix: update readme.

Commit:8faae76
Author:Bo-Yi Wu
Committer:GitHub

feat(grpc): support category, alert and badge for ios. (#321)

Commit:25bfe42
Author:Bo-Yi Wu
Committer:GitHub

Add grpc health check. (#304) * Add grpc health check. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * fix missing package. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * fix readme.. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * fix vet Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

Commit:9a52f8f
Author:Bo-Yi Wu
Committer:GitHub

feat(grpc): initial grpc server. (#253) * feat(grpc): initial grpc server. * refactor(vendor): add missing vendor. * fix testing Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>