Skip to content

Instantly share code, notes, and snippets.

@emaxerrno
Last active October 14, 2017 01:13
Show Gist options
  • Select an option

  • Save emaxerrno/50c653a36e15dea9330fe0282516a513 to your computer and use it in GitHub Desktop.

Select an option

Save emaxerrno/50c653a36e15dea9330fe0282516a513 to your computer and use it in GitHub Desktop.
demo.cc
namespace smf_gen.demo;
table Request {
name: string;
}
table Response {
name: string;
}
rpc_service SmfStorage {
Get(Request):Response;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment