github.com/batchcorp/thrift-iterator@v0.0.0-20220918180557-4c4a158fc6e9/test/level_1/struct_test/TestObject.go (about)

     1  package struct_test
     2  
     3  type TestObject struct {
     4  	Field1 int64 `thrift:",1"`
     5  }