Skip to content

Instantly share code, notes, and snippets.

@JacopoMangiavacchi
Created March 7, 2018 04:34
Show Gist options
  • Save JacopoMangiavacchi/2f187645fc85a2ddb3abcd5575f180c8 to your computer and use it in GitHub Desktop.
Save JacopoMangiavacchi/2f187645fc85a2ddb3abcd5575f180c8 to your computer and use it in GitHub Desktop.
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