Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
9a15d72b323a9e1111ed7e610308a81447d1313f
/
.
/
samples
/
modules
/
thrift
/
hello
/
hello.thrift
blob: ba094466d10740009687eea9af522b37bb02f1dc [
file
] [
log
] [
blame
]
/*
* Copyright 2022 Meta
*
* SPDX-License-Identifier: Apache-2.0
*/
service
Hello
{
void
ping
();
string
echo
(
1
:
string
msg
);
i32 counter
();
}