micro/server/proto/health/health.proto

9 lines
82 B
Protocol Buffer
Raw Normal View History

2015-05-22 01:06:01 +03:00
syntax = "proto3";
message Request {
}
message Response {
string status = 1;
}