initial import
This commit is contained in:
15
example/tracing/remote/portal/portal.proto
Normal file
15
example/tracing/remote/portal/portal.proto
Normal file
@@ -0,0 +1,15 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package portal;
|
||||
|
||||
message PortalRequest {
|
||||
string name = 1;
|
||||
}
|
||||
|
||||
message PortalResponse {
|
||||
string response = 1;
|
||||
}
|
||||
|
||||
service Portal {
|
||||
rpc Portal(PortalRequest) returns (PortalResponse);
|
||||
}
|
||||
Reference in New Issue
Block a user