Jimexist commented on PR #2563:
URL: https://github.com/apache/thrift/pull/2563#issuecomment-1097439298
## generated using `thrift -o out -gen json:rich_includes
test/Include.thrift`
```json
{
"name": "Include",
"namespaces": {
},
"includes": [
{
"name": "ThriftTest",
"path": "\/opt\/thrift\/src\/test\/ThriftTest.thrift",
"namespaces": {
"*": "thrift.test",
"c_glib": "TTest",
"cpp": "thrift.test",
"cpp.noexist": "ThriftTest",
"delphi": "Thrift.Test",
"go": "thrifttest",
"java": "thrift.test",
"js": "ThriftTest",
"lua": "ThriftTest",
"netstd": "ThriftTest",
"noexist": "ThriftTest",
"perl": "ThriftTest",
"php": "ThriftTest",
"py": "ThriftTest",
"py.twisted": "ThriftTest",
"rb": "Thrift.Test",
"st": "ThriftTest",
"xsd": "test"
}
}
],
"enums": [
],
"typedefs": [
],
"structs": [
{
"name": "IncludeTest",
"isException": false,
"isUnion": false,
"fields": [
{
"key": 1,
"name": "bools",
"typeId": "struct",
"type": {
"typeId": "struct",
"class": "ThriftTest.Bools"
},
"required": "required"
}
]
}
],
"constants": [
],
"services": [
]
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]