Merge pull request #2418 from jtattermusch/csharp_healthchecking
C# health service
No related branches found
No related tags found
Showing
- src/csharp/Grpc.HealthCheck.Tests/.gitignore 2 additions, 0 deletionssrc/csharp/Grpc.HealthCheck.Tests/.gitignore
- src/csharp/Grpc.HealthCheck.Tests/Grpc.HealthCheck.Tests.csproj 79 additions, 0 deletions...harp/Grpc.HealthCheck.Tests/Grpc.HealthCheck.Tests.csproj
- src/csharp/Grpc.HealthCheck.Tests/HealthClientServerTest.cs 97 additions, 0 deletionssrc/csharp/Grpc.HealthCheck.Tests/HealthClientServerTest.cs
- src/csharp/Grpc.HealthCheck.Tests/HealthServiceImplTest.cs 107 additions, 0 deletionssrc/csharp/Grpc.HealthCheck.Tests/HealthServiceImplTest.cs
- src/csharp/Grpc.HealthCheck.Tests/Properties/AssemblyInfo.cs 12 additions, 0 deletionssrc/csharp/Grpc.HealthCheck.Tests/Properties/AssemblyInfo.cs
- src/csharp/Grpc.HealthCheck.Tests/packages.config 5 additions, 0 deletionssrc/csharp/Grpc.HealthCheck.Tests/packages.config
- src/csharp/Grpc.HealthCheck/.gitignore 2 additions, 0 deletionssrc/csharp/Grpc.HealthCheck/.gitignore
- src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj 74 additions, 0 deletionssrc/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj
- src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.nuspec 28 additions, 0 deletionssrc/csharp/Grpc.HealthCheck/Grpc.HealthCheck.nuspec
- src/csharp/Grpc.HealthCheck/Health.cs 687 additions, 0 deletionssrc/csharp/Grpc.HealthCheck/Health.cs
- src/csharp/Grpc.HealthCheck/HealthGrpc.cs 78 additions, 0 deletionssrc/csharp/Grpc.HealthCheck/HealthGrpc.cs
- src/csharp/Grpc.HealthCheck/HealthServiceImpl.cs 132 additions, 0 deletionssrc/csharp/Grpc.HealthCheck/HealthServiceImpl.cs
- src/csharp/Grpc.HealthCheck/Properties/AssemblyInfo.cs 12 additions, 0 deletionssrc/csharp/Grpc.HealthCheck/Properties/AssemblyInfo.cs
- src/csharp/Grpc.HealthCheck/packages.config 5 additions, 0 deletionssrc/csharp/Grpc.HealthCheck/packages.config
- src/csharp/Grpc.HealthCheck/proto/health.proto 52 additions, 0 deletionssrc/csharp/Grpc.HealthCheck/proto/health.proto
- src/csharp/Grpc.sln 38 additions, 27 deletionssrc/csharp/Grpc.sln
- src/csharp/build_packages.bat 2 additions, 1 deletionsrc/csharp/build_packages.bat
- src/csharp/generate_proto_csharp.sh 4 additions, 0 deletionssrc/csharp/generate_proto_csharp.sh
Loading
Please register or sign in to comment