micro/proto/health/health.proto
2015-05-21 23:06:01 +01:00

9 lines
82 B
Protocol Buffer

syntax = "proto3";
message Request {
}
message Response {
string status = 1;
}