Sign in
appsheet-third-party
/
protobuf.js
/
HEAD
/
.
/
tests
/
data
/
rpc-reserved.proto
blob: 17193f9d28d68c91ee82611bccc233aad65252cc [
file
] [
log
] [
blame
]
syntax
=
"proto3"
;
service
MyService
{
rpc
Delete
(
MyRequest
)
returns
(
MyResponse
);
}
message
MyRequest
{
string
path
=
1
;
}
message
MyResponse
{
int32
status
=
2
;
}