(ctx context.Context, iprot thrift.TProtocol)
| 6306 | } |
| 6307 | |
| 6308 | func (p *TSGetTimeZoneResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error { |
| 6309 | p.Status = &common.TSStatus{} |
| 6310 | if err := p.Status.Read(ctx, iprot); err != nil { |
| 6311 | return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.Status), err) |
| 6312 | } |
| 6313 | return nil |
| 6314 | } |
| 6315 | |
| 6316 | func (p *TSGetTimeZoneResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error { |
| 6317 | if v, err := iprot.ReadString(ctx); err != nil { |