| 33186 | } |
| 33187 | |
| 33188 | func (p *IClientRPCServiceInsertStringRecordArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error { |
| 33189 | p.Req = &TSInsertStringRecordReq{} |
| 33190 | if err := p.Req.Read(ctx, iprot); err != nil { |
| 33191 | return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.Req), err) |
| 33192 | } |
| 33193 | return nil |
| 33194 | } |
| 33195 | |
| 33196 | func (p *IClientRPCServiceInsertStringRecordArgs) Write(ctx context.Context, oprot thrift.TProtocol) error { |
| 33197 | if err := oprot.WriteStructBegin(ctx, "insertStringRecord_args"); err != nil { |