plugin/grpc: New gRPC plugin (#2667)

* plugin/grpc: New gRPC plugin

* some changes after the first review:

- remove healthcheck. gRPC already has this implicitly implemented
- some naming and stetic changes
- fix some comments
- other minor fixes

* plugin/grpc: New gRPC plugin

* some changes after the first review:

- remove healthcheck. gRPC already has this implicitly implemented
- some naming and stetic changes
- fix some comments
- other minor fixes

* add OWNERS file and change plugin order

* remove Rcode checker
This commit is contained in:
Iñigo
2019-03-14 08:12:28 +01:00
committed by Miek Gieben
parent 0d8e1cf8b4
commit 7b6cb76237
15 changed files with 952 additions and 0 deletions

6
plugin/grpc/OWNERS Normal file
View File

@@ -0,0 +1,6 @@
reviewers:
- inigohu
- miekg
approvers:
- inigohu
- miekg