Created
March 7, 2018 04:34
-
-
Save JacopoMangiavacchi/2f187645fc85a2ddb3abcd5575f180c8 to your computer and use it in GitHub Desktop.
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
struct SampleStruct | |
{ | |
1: i32 key | |
2: string value | |
} | |
service TestService | |
{ | |
string Hello(1:string HelloString), | |
SampleStruct GetSampleStruct(1: i32 key, 2:string value), | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment