Last active
October 14, 2017 01:13
-
-
Save emaxerrno/50c653a36e15dea9330fe0282516a513 to your computer and use it in GitHub Desktop.
demo.cc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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