(ctx context.Context, iprot thrift.TProtocol)
| 17394 | } |
| 17395 | |
| 17396 | func (p *TSQueryTemplateResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error { |
| 17397 | if v, err := iprot.ReadBool(ctx); err != nil { |
| 17398 | return thrift.PrependError("error reading field 3: ", err) |
| 17399 | } else { |
| 17400 | p.Result_ = &v |
| 17401 | } |
| 17402 | return nil |
| 17403 | } |
| 17404 | |
| 17405 | func (p *TSQueryTemplateResp) ReadField4(ctx context.Context, iprot thrift.TProtocol) error { |
| 17406 | if v, err := iprot.ReadI32(ctx); err != nil { |