Last active
May 7, 2017 17:59
-
-
Save allengeorge/ce34b57e63d3d34789f1e3380c7e85bd to your computer and use it in GitHub Desktop.
Rust Thrift Example IDL
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
service SimpleService { | |
string hello(1: string name) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment