4
0
Fork 0
mirror of https://github.com/rocky-linux/peridot.git synced 2025-01-09 10:30:58 +00:00
peridot/proto/common.proto

11 lines
179 B
Protocol Buffer
Raw Normal View History

2022-07-07 20:11:50 +00:00
syntax = "proto3";
package resf.orgmon;
option go_package = "peridot.resf.org/common;commonpb";
message HealthCheckRequest {}
message HealthCheckResponse {
bool alive = 1;
}