Thrift Declarations
Structs
{{#program:structs}}
{{struct:name}}
Fields
{{#struct:fields}}
{{field:key}}: {{field:type}} {{field:name}}
{{/struct:fields}}
{{/program:structs}}
Services
{{#program:services}}
{{service:name}}
Functions
{{#service:functions}}
- {{function:name}}
{{/service:functions}}
{{/program:services}}