aboutsummaryrefslogtreecommitdiff
path: root/plugin/grpc/grpc_test.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-03-14plugin/grpc: New gRPC plugin (#2667)Gravatar IƱigo 1-0/+75
* 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