Skip to content

Instantly share code, notes, and snippets.

@kognate
Created January 9, 2011 21:53
Show Gist options
  • Save kognate/772071 to your computer and use it in GitHub Desktop.
Save kognate/772071 to your computer and use it in GitHub Desktop.
basic thrift file
enum PhoneType {
MOBILE,
HOME,
OFFICE
}
struct PhoneNumber {
1: PhoneType ptype,
2: string name,
3: string number
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment