aboutsummaryrefslogtreecommitdiff
path: root/plugin/grpc/proxy_test.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-06-17test: use `t.TempDir` to create temporary test directory (#6164)Gravatar Eng Zer Jun 1-6/+1
2023-05-26add support unix socket for GRPC (#5943)Gravatar junhwong 1-0/+59
2019-03-14plugin/grpc: New gRPC plugin (#2667)Gravatar IƱigo 1-0/+66
* 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