1
0
mirror of https://github.com/go-micro/go-micro.git synced 2026-05-22 08:55:28 +02:00
Files
go-micro/server/proto/health/health.proto
T

9 lines
82 B
Protocol Buffer

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