(ctx context.Context, iprot thrift.TProtocol)
| 17403 | } |
| 17404 | |
| 17405 | func (p *TSQueryTemplateResp) ReadField4(ctx context.Context, iprot thrift.TProtocol) error { |
| 17406 | if v, err := iprot.ReadI32(ctx); err != nil { |
| 17407 | return thrift.PrependError("error reading field 4: ", err) |
| 17408 | } else { |
| 17409 | p.Count = &v |
| 17410 | } |
| 17411 | return nil |
| 17412 | } |
| 17413 | |
| 17414 | func (p *TSQueryTemplateResp) ReadField5(ctx context.Context, iprot thrift.TProtocol) error { |
| 17415 | _, size, err := iprot.ReadListBegin(ctx) |