| 32988 | } |
| 32989 | |
| 32990 | func (p *IClientRPCServiceInsertRecordArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error { |
| 32991 | p.Req = &TSInsertRecordReq{} |
| 32992 | if err := p.Req.Read(ctx, iprot); err != nil { |
| 32993 | return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.Req), err) |
| 32994 | } |
| 32995 | return nil |
| 32996 | } |
| 32997 | |
| 32998 | func (p *IClientRPCServiceInsertRecordArgs) Write(ctx context.Context, oprot thrift.TProtocol) error { |
| 32999 | if err := oprot.WriteStructBegin(ctx, "insertRecord_args"); err != nil { |