github.com/cloudwego/dynamicgo@v0.2.6-0.20240519101509-707f41b6b834/testdata/idl/deep/deep.ref.thrift (about) 1 2 namespace go deep 3 4 enum FOO { 5 B, 6 A, 7 } 8 9 const string ConstString = "const string" 10 11 struct TestStruct { 12 1: i64 a 13 2: string b 14 }