Skip to content

Instantly share code, notes, and snippets.

@maxhodak
Created October 2, 2009 02:08
Show Gist options
  • Save maxhodak/199398 to your computer and use it in GitHub Desktop.
Save maxhodak/199398 to your computer and use it in GitHub Desktop.
#!/usr/local/bin/thrift --gen py
service QuantiosJobs {
string addEmployee(1:string email, 2:string first_name, 3:string last_name, 4:string phone_number, 5:binary why_hire_me)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment