| 33780 | } |
| 33781 | |
| 33782 | func (p *IClientRPCServiceInsertRecordsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error { |
| 33783 | p.Req = &TSInsertRecordsReq{} |
| 33784 | if err := p.Req.Read(ctx, iprot); err != nil { |
| 33785 | return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.Req), err) |
| 33786 | } |
| 33787 | return nil |
| 33788 | } |
| 33789 | |
| 33790 | func (p *IClientRPCServiceInsertRecordsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error { |
| 33791 | if err := oprot.WriteStructBegin(ctx, "insertRecords_args"); err != nil { |