aboutsummaryrefslogtreecommitdiff
path: root/plugin/grpc/setup_test.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-03-15plugin/grpc: bugfix setup parser (#2697)Gravatar Iñigo 1-3/+0
Fix setup parser. Config params are not being setting.
2019-03-14plugin/grpc: New gRPC plugin (#2667)Gravatar Iñigo 1-0/+156
* 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