Skip to content

Commit

Permalink
add support for erl namespace
Browse files Browse the repository at this point in the history
Summary:
In thrift we can specify
```
amespace erl somename
```
which overwrites the namespace prefix for the generated files.

Reviewed By: michalmuskala

Differential Revision: D68834666

fbshipit-source-id: 0ec8c001cd532a76b53f3d4ce7ba3d3009e88d77
  • Loading branch information
TheGeorge authored and facebook-github-bot committed Jan 29, 2025
1 parent c877e89 commit 34d8453
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fb303/thrift/fb303_core.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ namespace hack fb303
namespace node_module fb303
namespace go fb303.thrift.fb303_core
namespace js fb303
namespace erl something

/**
* Common status reporting mechanism across all services
Expand Down

0 comments on commit 34d8453

Please sign in to comment.