From 34d84539a5569b1b0f4dfab5c3d767b1ac0f2c9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=B6scher?= Date: Wed, 29 Jan 2025 11:59:39 -0800 Subject: [PATCH] add support for erl namespace 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 --- fb303/thrift/fb303_core.thrift | 1 + 1 file changed, 1 insertion(+) diff --git a/fb303/thrift/fb303_core.thrift b/fb303/thrift/fb303_core.thrift index 0d8a12250f6cb..f84f8ba759070 100644 --- a/fb303/thrift/fb303_core.thrift +++ b/fb303/thrift/fb303_core.thrift @@ -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