| 33582 | } |
| 33583 | |
| 33584 | func (p *IClientRPCServiceInsertTabletsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error { |
| 33585 | p.Req = &TSInsertTabletsReq{} |
| 33586 | if err := p.Req.Read(ctx, iprot); err != nil { |
| 33587 | return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.Req), err) |
| 33588 | } |
| 33589 | return nil |
| 33590 | } |
| 33591 | |
| 33592 | func (p *IClientRPCServiceInsertTabletsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error { |
| 33593 | if err := oprot.WriteStructBegin(ctx, "insertTablets_args"); err != nil { |