github.com/batchcorp/thrift-iterator@v0.0.0-20220918180557-4c4a158fc6e9/test/api/binding_test/model.go (about)

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