Skip to content

Commit

Permalink
style: format proto files
Browse files Browse the repository at this point in the history
  • Loading branch information
aneojgurhem committed Dec 18, 2023
1 parent 7ec122f commit 8709779
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Protos/V1/health_checks_common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ option csharp_namespace = "Armonik.Api.Grpc.V1.HealthChecks";
/**
* Represents the available health status
*/
enum HealthStatusEnum {
enum HealthStatusEnum {
HEALTH_STATUS_ENUM_UNSPECIFIED = 0; /** Unspecified */
HEALTH_STATUS_ENUM_HEALTHY = 1; /** Service is working without issues */
HEALTH_STATUS_ENUM_DEGRADED = 2; /** Service has issues but still works */
Expand All @@ -31,4 +31,3 @@ message CheckHealthResponse {

repeated ServiceHealth services = 1;
}

1 change: 0 additions & 1 deletion Protos/V1/health_checks_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ service HealthChecksService {
* Checks the health of the cluster. This can be used to verify that the cluster is up and running.
*/
rpc CheckHealth(CheckHealthRequest) returns (CheckHealthResponse) {}

}

0 comments on commit 8709779

Please sign in to comment.