-
- Downloads
Merge pull request #2943 from tbetbetbe/grpc-ruby-add-health-check-service
Add a health checker service implementation.
No related branches found
No related tags found
Showing
- src/ruby/.rspec 1 addition, 0 deletionssrc/ruby/.rspec
- src/ruby/.rubocop.yml 1 addition, 0 deletionssrc/ruby/.rubocop.yml
- src/ruby/Rakefile 4 additions, 2 deletionssrc/ruby/Rakefile
- src/ruby/grpc.gemspec 1 addition, 1 deletionsrc/ruby/grpc.gemspec
- src/ruby/pb/README.md 27 additions, 0 deletionssrc/ruby/pb/README.md
- src/ruby/pb/grpc/health/checker.rb 75 additions, 0 deletionssrc/ruby/pb/grpc/health/checker.rb
- src/ruby/pb/grpc/health/v1alpha/health.proto 50 additions, 0 deletionssrc/ruby/pb/grpc/health/v1alpha/health.proto
- src/ruby/pb/grpc/health/v1alpha/health.rb 29 additions, 0 deletionssrc/ruby/pb/grpc/health/v1alpha/health.rb
- src/ruby/pb/grpc/health/v1alpha/health_checker.rb 39 additions, 0 deletionssrc/ruby/pb/grpc/health/v1alpha/health_checker.rb
- src/ruby/pb/grpc/health/v1alpha/health_services.rb 28 additions, 0 deletionssrc/ruby/pb/grpc/health/v1alpha/health_services.rb
- src/ruby/spec/pb/health/checker_spec.rb 185 additions, 0 deletionssrc/ruby/spec/pb/health/checker_spec.rb
src/ruby/pb/README.md
0 → 100644
src/ruby/pb/grpc/health/checker.rb
0 → 100644
src/ruby/pb/grpc/health/v1alpha/health.proto
0 → 100644
src/ruby/pb/grpc/health/v1alpha/health.rb
0 → 100644
src/ruby/spec/pb/health/checker_spec.rb
0 → 100644
Please register or sign in to comment