mirror of
https://github.com/go-micro/go-micro.git
synced 2024-11-24 08:02:32 +02:00
9 lines
82 B
Protocol Buffer
9 lines
82 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message Request {
|
|
}
|
|
|
|
message Response {
|
|
string status = 1;
|
|
}
|