()
| 34 | ) |
| 35 | |
| 36 | func MakeThriftBatch() *thrift.Batch { |
| 37 | return MakeThriftBatchWithSpanCount(1) |
| 38 | } |
| 39 | |
| 40 | func MakeThriftBatchWithSpanCount(n int) *thrift.Batch { |
| 41 | return MakeThriftBatchWithSpanCountAttributeAndName(n, "my operation", "", "y", "xx", "x") |