(ctx context.Context, iprot thrift.TProtocol)
| 32501 | } |
| 32502 | |
| 32503 | func (p *IClientRPCServiceDeleteTimeseriesArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error { |
| 32504 | if v, err := iprot.ReadI64(ctx); err != nil { |
| 32505 | return thrift.PrependError("error reading field 1: ", err) |
| 32506 | } else { |
| 32507 | p.SessionId = v |
| 32508 | } |
| 32509 | return nil |
| 32510 | } |
| 32511 | |
| 32512 | func (p *IClientRPCServiceDeleteTimeseriesArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error { |
| 32513 | _, size, err := iprot.ReadListBegin(ctx) |