| 28355 | } |
| 28356 | |
| 28357 | func (p *IClientRPCServiceFetchResultsV2Args) ReadField1(ctx context.Context, iprot thrift.TProtocol) error { |
| 28358 | p.Req = &TSFetchResultsReq{} |
| 28359 | if err := p.Req.Read(ctx, iprot); err != nil { |
| 28360 | return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.Req), err) |
| 28361 | } |
| 28362 | return nil |
| 28363 | } |
| 28364 | |
| 28365 | func (p *IClientRPCServiceFetchResultsV2Args) Write(ctx context.Context, oprot thrift.TProtocol) error { |
| 28366 | if err := oprot.WriteStructBegin(ctx, "fetchResultsV2_args"); err != nil { |